@charset "utf-8";
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}

/*
Product
*/
#product {
	width:100%;
	clear:both;
	margin:0px auto 0px auto;
}
.category_header {
	background:#333;
}
h2.main {
	color: #fff;
	font-size:24px;
	font-weight:600;
	/* line-height: 40px; */
	line-height: 20px;
	text-align: left;
	display: block;
	width:1000px;
	padding: 20px 0px;
	margin:0px auto 0px auto;
	background:#333;
}
#product_detail h2.main {
	font-size:20px;
	padding: 5px 10px;
}
h2 span {
  font-size: 16px;
}
.parent_category {
	color:#999;
	font-size:18px;
	font-weight:normal;
	float:right;
	margin-right: 10px;
}


.item_header {
	background:#555;
	height:90px;
}
.item_header h3.main {
	color: #fff;
	font-size:20px;
	font-weight:600;
	line-height: 20px;
	text-align: left;
	display: block;
	width:1000px;
	padding: 10px 10px 0px 10px;
	margin:0px auto 0px auto;
	clear:both;
}
.item_header h3.main span {
	font-weight:400;
	line-height: 30px;
	display:block;
}

.shop a, 
#brand_overview a {
	color:#EAA90E;
	text-decoration:none!important;
}

.shop a:hover, 
#brand_overview a:hover {
	color:#F5C759;
    text-decoration: underline;
}

/* .rating */
.ratings {
  unicode-bidi: bidi-override;
  color: #eee;
  font-size: 16px;
  height: 16px;
  width: 80px;
  margin: 0px 0px 10px 0px;
  position: relative;
  padding: 0;
  text-shadow: 0px 0px 1px #666;
}
.item_header .header_rating {
	width:1000px;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
}
.item_header .ratings {
  unicode-bidi: bidi-override;
  color: #eee;
  font-size: 14px;
  height: 14px;
  width:70px;
  margin: 0px 0px 10px 10px;
  position: relative;
  padding: 0;
  text-shadow: 0px 0px 1px #666;
  clear:both;
}
.ratings-top {
  color: #E7BC1A;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ratings-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}

#productBody {
	width:1000px;
	margin:20px auto 20px auto;
}

#productList {
	width:750px;
	margin:20px auto 20px auto;
	float:right;
}

.orderBtn {
	font-family:Open Sans;
	color:#fff;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	text-align:center;
	display:block;
	margin:10px 0px 10px 0px;
	padding:10px;
	border-radius:4px;
	background-color:#b71c22;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	width:410px;
	float:left;
}
.orderBtn:hover {
	color:#fff;
	background-color:#EB7F83;
}

.shop h4 {
	color:#666;
	font-weight:normal;
	background-color:transparent !important;
	padding:0px;
	margin:0px auto 10px auto;
}
.shop p {
	color:#666;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	margin:0px auto 10px auto;
}


/************************
 * 20180424 その他のショップで購入 画面スタイル
 */
#productShopList {
  width: 1000px;
  margin: 0 auto;
}
#productShopList .item_detail {
  margin-top: 20px;
}
#productShopList .item_detail .item_img {
  float: left;
  position: relative;
  width: 150px;
  height: 120px;
  overflow: hidden;
}
#productShopList .item_detail .item_img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX( -50% ) translateY( -50% );
}
#productShopList .item_detail .item_desc {
  float: left;
  width: calc( 100% - 150px);
  padding: 0 10px;
}
#productShopList .item_detail .item_desc .desc {
  font-size: 13px;
}
#productShopList .item_detail .item_desc .variation {
  color: #333;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: none;
}
#productShopList .item_detail .item_desc .select_variation {
  padding-top: 10px;
}
#productShopList .item_detail .item_desc .select_variation a {
  display: inline-block;
  white-space: normal;
  text-align: left;
  padding: 5px 10px 5px 11px;
  line-height: 19px;
  border-radius: 3px;
  border: 1px solid #999;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#productShopList .item_detail .item_desc .select_variation a:hover {
  border: 1px solid #ccc;
  color: #999;
}
#productShopList .item_detail .item_desc .select_variation a.active ,
#productShopList .item_detail .item_desc .select_variation a.active:hover {
  background-color: #eee;
  border: 1px solid #999;
  cursor: auto;
  color: #333;
}
#productShopList .item_detail .item_desc span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
}


#productShopList .shop_header {
  border-bottom: 1px solid #ccc;
}
#productShopList .shop_header > div ,
#productShopList .shop_list .item > div {
  float: left;
}
#productShopList .shop_header > div {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px;
}
/* 表スタイル */
#productShopList .shop_header div.condition ,
#productShopList .shop_list .item div.condition {
  width: 15%;
}
#productShopList .shop_header div.price ,
#productShopList .shop_list .item div.price {
  width: 15%;
}
#productShopList .shop_header div.seller ,
#productShopList .shop_list .item div.seller {
  width: 50%;
}
#productShopList .shop_header div.order ,
#productShopList .shop_list .item div.order {
  width: 20%;
}

/* 表の個別スタイル header*/
#productShopList .shop_header div.condition {

}
#productShopList .shop_header div.price {

}
#productShopList .shop_header div.seller {

}
#productShopList .shop_header div.order {

}

/* 表の個別スタイル list*/
#productShopList .shop_list .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#productShopList .shop_list .item:last-of-type {
  border-bottom: 1px solid #ccc;
}
#productShopList .shop_list .item div.condition {
  font-weight: bold;
}
#productShopList .shop_list .item div.price .item_price {
  font-size: 20px;
  font-weight: bold;
  color: #b71c22;
}
#productShopList .shop_list .item div.price .delivery_price {
  font-size: 14px;
}
#productShopList .shop_list .item div.seller {

}
#productShopList .shop_list .item div.seller .shop_img {
  float: left;
  position: relative;
  width: 150px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
}
#productShopList .shop_list .item div.seller .shop_img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX( -50% ) translateY( -50% );
}
#productShopList .shop_list .item div.seller .shop_data {
  float: left;
  width: calc( 100% - 150px);
  padding: 0 10px;
}
#productShopList .shop_list .item div.seller .shop_name {
  font-size: 22px;
  font-weight: bold;
}
#productShopList .shop_list .item div.seller .shop_name a {
  color: #333;
}
#productShopList .shop_list .item div.seller .shop_name a:hover {
  color: #666;
}
#productShopList .shop_list .item div.order {

}

#productShopList .shop_list .item > div {
  margin: 10px 0;
}

#productShopList .orderBtn {
  font-family: Open Sans;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  border-radius: 4px;
  background-color: #b71c22;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  width: auto;
  float: none;
}



@media screen and (max-width: 480px) {
  h2.main {
  	color: #fff;
  	font-size:20px;
  	font-weight:600;
  	line-height: 30px;
  	text-align: left;
  	display: block;
  	width:100%;
  	padding: 5px 10px;
  	margin:0px auto 0px auto;
  }
  .parent_category {
  	color:#999;
  	font-size:16px;
  	font-weight:normal;
  	/*float:none;*/
  }

  #list_filter1 {
  	width:165px;
  	float:left;
  	margin:0px 5px 5px 0px;
  }
  #list_filter2 {
  	width:110px;
  	float:left;
  	margin:0px 5px 5px 0px;
  }

  .item_header {
  	background:#555;
  	height:auto;
  	padding-bottom:10px;
  }
  .item_header h3.main {
  	color: #fff;
  	font-size:16px;
  	font-weight:600;
  	line-height: 20px;
  	text-align: left;
  	display: block;
  	width:100%;
  	padding: 10px 10px 0px 10px;
  	margin:0px auto 0px auto;
  	clear:both;
  }
  .item_header h3.main span {
  	font-weight:400;
  	line-height: 24px;
  	display:block;
  }

  /* .rating */
  .item_header .header_rating {
  	width:100%;
  	padding: 0px 0px 0px 0px;
  	margin:5px auto 0px auto;
  }

  #productBody {
  	width:90%;
  	margin:20px 5% 20px 5%;
  }

  #productList {
  	width:100%;
  	margin:0px auto 0px auto;
  	float:none;
  }

  .variation {
  	font-size:10px;
  }

  .price {
  	margin:0px 0px 5px 0px;
  }
  .retail_price {
  	font-size:10px;
  	text-align:left;
  	margin:0px 0px 0px 0px;
  }
  .retail_price span {
  	font-size:10px;
  	display:block;
  }
  .selling_price {
  	font-size:22px;
  }

  .brand {
  	min-height: 45px;
  } 

  .orderBtn {
  	width:70%;
  	float:right;
  	margin:10px 0 10px 0;
  }


  .shop h4 {
  	color:#666;
  	font-weight:normal;
  	background-color:transparent !important;
  	padding:0px;
  	margin:0px auto 10px auto;
  }
  .shop p {
  	color:#666;
  	font-size:12px;
  	line-height:20px;
  	font-weight:normal;
  	margin:0px auto 10px auto;
  }
  .shop p.current_shop {
  	color:#666;
  	font-size:24px;
  	line-height:20px;
  	position:relative;
  	padding:0px 0px 0px 40px;
  	margin:0px auto 30px auto;
  }
  .shop p.current_shop:before {
  	font-size:32px;
  	line-height:32px;
  	content: "\E563";
  	font-family: "Material Icons";
  	position: absolute;
  	top: 50%;
  	left: 0px;
  	margin-top: -16px;
  }



  /******************* 
   * 20180307 商品一覧のパンくず表示
   */
  #product_list .breadcrumbs {
  	display: block;
  	padding: 10px;
  	overflow-x: auto;
  }
  #product_list .breadcrumbs ul {
  }

  /******************* 
   * 20180423 商品詳細のパンくず表示
   */
  #product_detail .breadcrumbs {
  	display: block;
  	padding: 10px;
  	overflow-x: auto;
  }
  #product_detail .breadcrumbs ul li:last-of-type ,
  #product_detail .breadcrumbs ul li:nth-last-of-type(2):after {
  	display: none;
  }


  
	/************************
	 * 20180424 その他のショップで購入 画面スタイル
	 */
  #product_shoplist .breadcrumbs {
    display: block;
    padding: 10px;
    overflow-x: auto;
  }
  #product_shoplist .breadcrumbs ul li:last-of-type ,
	#product_shoplist .breadcrumbs ul li:nth-last-of-type(2):after {
		display: none;
	}

  #productShopList {
    width: 100%;
  }
  #productShopList .item_detail .item_img {
    float: none;
    width: 30vw;
    height: 30vw;
    margin: 0 auto 20px;
  }
  #productShopList .item_detail .item_desc {
    float: none;
    width: 100%;
  }
  #productShopList .shop_header {
    display: none;
  }
  #productShopList .shop_list .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  #productShopList .shop_list .item:first-of-type {
    margin-top: 20px;
    border-top: 1px solid #eee;
  }
  #productShopList .shop_list .item div.condition {
    width: 100%;
    position: relative;
    padding-left: 150px;
    text-align: right;
    margin: 0;
  }
  #productShopList .shop_list .item div.condition:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "コンディション：";
    font-size: 13px;
    display: inline-block;
    width: 120px;
    text-align: right;
  }
  #productShopList .shop_list .item div.price {
    width: 100%;
    position: relative;
    padding-left: 150px;
    text-align: right;
    margin: 0;
  }
  #productShopList .shop_list .item div.price:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "価格：";
    font-size: 13px;
    display: inline-block;
    width: 120px;
    font-weight: bold;
    text-align: right;
  }
  #productShopList .shop_list .item div.price .item_price {
    display: block;
  }
  #productShopList .shop_list .item div.price .delivery_price {
    display: inline-block;
  }
  #productShopList .shop_list .item div.seller {
    width: 100%;
    margin: 0;
  }
  #productShopList .shop_list .item div.order {
    width: 100%;
    text-align: center;
    margin: 0;
  }
	#productShopList .orderBtn {
		width: 100%;
	}


  /* contact_flow */
  .contact_flow {
    padding: 0;
  }

}

/*
*/
#productBody:after,
#productList:after,
.product_item:after,
#filterBody:after,
#filterBody ul:after,
rating:after,
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
