.main-title {
  padding-top: 5px;
}

/***** タイトル *****/


div#category .title-img {
  width: 522px;
}

/***** ピックアップ *****/

div#category div.pick-up {
  background-color: #FFFFCF;
  width: 492px;
  height: 270px;
  padding-left: 14px;
  padding-right: 14px;
  overflow: hidden;
}

div#category div.pick-up div.first-line {
  width: 492px;
  height: 95px;
}

div#category div.pick-up div.first-line div.pickup-item {
  width: 164px;
  height: 95px;
}

div#category div.pick-up div.first-line div.pickup-item p.image {
  margin-top: 10px;
}

div#category div.pick-up div.second-line {
  overflow: hidden;
  position: relative;
  width: 492px;
  height: 95px;
}

div#category div.pick-up div.second-line div.pickup-item {
  position: absolute;
  width: 164px;
  height: 95px;
}

div#category div.pick-up div.second-line div.pickup-item p.image {
  margin-top: 10px;
}

div#category div.pick-up table tr td div {
  padding-left: 12px; 
  padding-right: 12px; 
  padding-top: 10px; 
  width: 140px;
}



/***** 最新のヒット商品はこれ *****/

div#category .hit-item {
  background-color: #FFFFCF;
  width: 500px;
  height: 150px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 10px;
  overflow: hidden;
}

div#category .hit-item div {
  width: 82px; 
  padding-left: 9px; 
  padding-right: 9px;
}

div#category .hit-item div img {
  border: solid 1px #cccccc;
}


/***** 新着商品 *****/

div#category .newly-item-title {
  background-image: url(../../../../diet-healthcare/Copy%20of%20common/images/shop/index/main/newly-item-header.gif);
  width: 522px;
  height: 32px;
}

div#category .newly-item-title p {
  padding-right: 10px;
  line-height: 28px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

div#category .newly-item-title p a {
  background-image: url("/images/shop/common/arrow-white.gif");
  background-repeat: no-repeat;
  background-position: left center;
  _background-position: left 1px;
  padding-left: 15px;
  color: #FFFFFF;
}

div#category .newly-item-title p a:hover {
  color: #FFFFFF;
}

div#category .newly-item {
  background-color: #FFFFCF;
  width: 500px;
  height: 140px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 10px;
  overflow: hidden;
}

div#category .newly-item div {
  width: 82px; 
  padding-left: 9px; 
  padding-right: 9px;
}

div#category .newly-item div img {
  border: solid 1px #cccccc;
}

/***** メインカテゴリ一覧 *****/

div#category .item-category {
  width: 522px;
  padding-bottom: 10px;
}

.item-category {
  width: 522px;
  padding-bottom: 10px;
  padding-top: 0;
}

.item-category .item-category-box {
  padding-bottom: 5px; 
  border-bottom: 1px dotted #DDDDDD;
}

.item-category .item-category-box table tbody tr td.image {
  width: 30px;
  padding: 2px 5px 5px 5px;
  padding-top: 5px;
}

.item-category .item-category-box table tbody tr td.first {
  width: 460px;
  padding-left: 4px;
  padding-top: 5px;
}

.item-category .item-category-box table tbody tr td.first a {
  color: #000000;
}

.item-category .item-category-box table tbody tr td.first a:hover {
  color: #ff6600;
}

.item-category .item-category-box table tbody tr td.second {
  width: 460px;
  padding-left: 4px;
  line-height: 1.6em;
}



/***** ランキング *****/
div#category div#ranking {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url("../../../../diet-healthcare/Copy of common/images/shop/category/common/background-ranking.gif");
	background-repeat:repeat-y;
}

div#category div#ranking div.ranking-item-box-first {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333333;
  height: 82px;
}

div#category div#ranking div.ranking-item-box {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333333;
}

div#category div#ranking p.rank {
  font-size: 1.2em;
}

div#category div#ranking p.more {
  margin-top: 5px;
}


/***** バイヤーオススメ *****/

div#category div#buyer-push {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(../../../../diet-healthcare/Copy%20of%20common/images/shop/category/common/background-ranking.gif);
	background-repeat:repeat-y;
}

div#category div#buyer-push p.item-name a:link, div#category div#buyer-push p.item-name a:visited, div#category div#buyer-push p.item-name a:active, div#category div#buyer-push p.item-name a:hover {
  color: red;
  text-decoration: none;
}

div#category div#buyer-push div.push-item-box {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 200px;
}

div#category div#buyer-push div.border-bottom {
  border-bottom: 1px dotted #333333;
}

div#category div#buyer-push p.name {
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.2em;
}

/***** WANTED *****/
div#category div#wanted {
  width: 220px;
  margin-bottom: 10px;
}

div#category div#wanted p.attention {
  padding-left: 10px;
}

div#category div#wanted div#wanted-input-box {
  width: 210px;
  background-color: #F2DDBC;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  color: #000000;
}

div#category div#wanted .wanted-input {
  width: 190px;
  margin: 2px 0 5px 0;
}

div#category div#wanted p.wanted-complete {
  line-height: 1.6;
}



/***** タグクラウド *****/
div#category div.tag-cloud {
  width: 170px;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 5px 10px;
  background-image: url("/images/shop/category/common/tag-cloud-background.gif");
  background-repeat: repeat-x;
  background-position: right top;
}

div#category div.tag-cloud div {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}

div#category div.tag-cloud p.more {
  margin-top: 5px;
}

div#category p.tag-cloud-bottom {
  margin-bottom: 10px;
}

/* オススメタグ */

div#category div#recommendation-tags {
  background-image: url(../../../../diet-healthcare/Copy%20of%20common/images/shop/common/recommend-background.gif);
  background-repeat: no-repeat;
  position: relative;
  width: 522px;
  height: 29px;
  overflow: hidden;
  margin-bottom: 10px;
}

div#category div#recommendation-tags div.display-area {
  margin: 5px 0 6px 0;
  position: absolute;
  width: 400px;
  height: 18px;
  left: 122px;
  overflow: hidden;
}

div#category div#recommendation-tags div.display-area p {
  position: absolute;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
}

div#category div#recommendation-tags div.display-area p.displayed {
  top: 0;
}

div#category div#recommendation-tags div.display-area p.reserved {
  top: 18px;
}

div#category div#recommendation-tags div.display-area p a {
  display: inline-block;
  margin: 0 3px;
}
