

/* レコメンドレスポンスエリア共通 */
#rec .priceAfter{
  color: #fe0002;
      font-size: 13px;
    line-height: 1.545;
    margin-bottom: 1px;
    font-weight: 600;
}
#rec img{
  width: 100%;
}
#rec #dvRecommend{
	margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
#rec .dv_recommend{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  /*-webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;*/
}
#rec .dv_recommend .dv_rc_header,
#rec .dv_recommend .dv_rc_title,
#rec .dv_recommend .dv_rc_footer{
	display: none;
}
/*商品一覧ページ*/
#rec.ProductList{
  max-width: 1200px;
  margin: 0 auto;
  padding: 59px 0 70px;
  border-top: 1px solid #000;
}
#rec.ProductList .title{
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 29px;
  text-align: center;
}
#rec.ProductList .dv_recommend .dv_rc_items{
  width: calc((100% - 100px) / 6);
}
#rec.ProductList .dv_recommend .dv_rc_items:not(:first-child){
  margin-left: 20px;
}
#rec.ProductList .dv_recommend .dv_rc_title + .dv_rc_items{
  margin-left: 0;
}
#rec.ProductList .dv_recommend .dv_rc_items .dv_rc_img{
  margin-bottom: 13px;
}
#rec.ProductList .dv_recommend .dv_rc_items .dv_rc_name{
  font-size: 13px;
      line-height: 1.3846;
  font-weight: 600;
  margin-bottom: 1px;
}
#rec.ProductList .dv_recommend .dv_rc_items .dv_rc_price{
  font-size: 13px;
      line-height: 1.545;
  margin-bottom: 1px;
  font-weight: 600;
  color: #808080;
}
/*商品詳細ページ*/
#rec.ProductDetail{
  max-width: 1200px;
  margin: 0 auto;
  width: 89.333%;
  padding: 59px 0 30px;
}
#rec.ProductDetail ._02{
  margin-top: 80px;
  margin-bottom: 40px;
}
#rec.ProductDetail .title{
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 29px;
  text-align: center;
}
#rec.ProductDetail .dv_recommend .dv_rc_items{
  width: calc((100% - 100px) / 6);
}
#rec.ProductDetail .dv_recommend .dv_rc_items:not(:first-child){
  margin-left: 20px;
}
#rec.ProductDetail .dv_recommend .dv_rc_title + .dv_rc_items{
  margin-left: 0;
}
#rec.ProductDetail .dv_recommend .dv_rc_items .dv_rc_img{
  margin-bottom: 13px;
}
#rec.ProductDetail .dv_recommend .dv_rc_items .dv_rc_name{
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.545;
  font-weight: 600;
  margin-bottom: 1px;
}
#rec.ProductDetail .dv_recommend .dv_rc_items .dv_rc_price{
  font-size: 13px;
      line-height: 1.545;
  margin-bottom: 1px;
  font-weight: 600;
  color: #808080;
}
/*カートページ*/
#rec.CartList{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 60px;
}
#rec.CartList ._02{
  margin-top: 80px;
  margin-bottom: 40px;
}
#rec.CartList .title{
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 29px;
  text-align: center;
  font-weight: normal;
  border: none;
  padding: 0;
}
#rec.CartList .dv_recommend .dv_rc_items{
  width: calc((100% - 100px) / 5);
}
#rec.CartList .dv_recommend .dv_rc_items:not(:first-child){
  margin-left: 20px;
}
#rec.CartList .dv_recommend .dv_rc_items:nth-child(3){
	margin-left: 0;
}
#rec.CartList .dv_recommend .dv_rc_items .dv_rc_img{
  margin-bottom: 13px;
}
#rec.CartList .dv_recommend .dv_rc_items .dv_rc_name{
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.545;
  font-weight: 600;
  margin-bottom: 1px;
}
#rec.CartList .dv_recommend .dv_rc_items .dv_rc_price{
  font-size: 13px;
      line-height: 1.545;
  margin-bottom: 1px;
  font-weight: 600;
  color: #808080;
}
/*購入完了ページ*/
#rec.OrderComplete{
  max-width: 1200px;
  margin: 0 auto;
  padding: 59px 0 30px;
}
#rec.OrderComplete .title{
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 29px;
  text-align: center;
  font-weight: normal;
  border: none;
  padding: 0;
}
#rec.OrderComplete .dv_recommend .dv_rc_items{
  width: calc((100% - 100px) / 5);
}
#rec.OrderComplete .dv_recommend .dv_rc_items:not(:first-child){
  margin-left: 20px;
}
#rec.OrderComplete .dv_recommend .dv_rc_items:nth-child(3){
  margin-left: 0;
}
#rec.OrderComplete .dv_recommend .dv_rc_items .dv_rc_img{
  margin-bottom: 13px;
}
#rec.OrderComplete .dv_recommend .dv_rc_items .dv_rc_name{
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.545;
  font-weight: 600;
  margin-bottom: 1px;
}
#rec.OrderComplete .dv_recommend .dv_rc_items .dv_rc_price{
  font-size: 13px;
      line-height: 1.545;
  margin-bottom: 1px;
  font-weight: 600;
  color: #808080;
}
/*マイページ*/
#rec.MyPage{
  max-width: 1200px;
  margin: 0 auto;
  padding: 59px 0 30px;
}
#rec.MyPage .title{
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 29px;
  text-align: center;
  font-weight: normal;
  border: none;
  padding: 0;
}
#rec.MyPage .dv_recommend .dv_rc_items{
  width: calc((100% - 80px) / 4);
}
#rec.MyPage .dv_recommend .dv_rc_items:not(:first-child){
  margin-left: 27px;
}
#rec.MyPage .dv_recommend .dv_rc_items:nth-child(3){
  margin-left: 0;
}
#rec.MyPage .dv_recommend .dv_rc_items .dv_rc_img{
  margin-bottom: 13px;
}
#rec.MyPage .dv_recommend .dv_rc_items .dv_rc_name{
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.545;
  font-weight: 600;
  margin-bottom: 1px;
}
#rec.MyPage .dv_recommend .dv_rc_items .dv_rc_price{
  font-size: 13px;
      line-height: 1.545;
  margin-bottom: 1px;
  font-weight: 600;
  color: #808080;
}

/* カートページ用 */
div[id*="recommender_pc4"] .dv_rc_items {
	width: 16.666%;
}

/* 注文完了ページ用 */
div[id*="recommender_pc5"] .dv_rc_items {
	width: 16.666%;
}

/* マイページ用 */
div[id*="recommender_pc6"] .dv_rc_items {
	width: 23%;
}

/* お気に入りページ、入荷リクエストページ用 */
div[id*="recommender_pc9"] .dv_rc_items {
	width: 23%;
}