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

.hide{
  display:none!important;
}

/*
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;
}

.list_control {
	
}

#list_filter1 {
	width:180px;
	float:left;
	margin:0px 5px 0px 5px;
}
#list_filter2 {
	width:120px;
	float:left;
}
#list_filter1 .minict_wrapper,
#list_filter2 .minict_wrapper {
	font-size:12px;
}
#list_filter1 .minict_wrapper span,
#list_filter2 .minict_wrapper span {
	font-size:12px;
}

.view_switch {
	margin:10px auto 0px auto;
}

.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;
}

/* .tabsBody */
.product_item {
	background-color:#fff;
	border:1px solid #ccc;
}
.grid_view .product_item {
	width:240px;
	margin:10px 5px 10px 5px;
	padding-bottom:5px;
	float:left;
}
.grid_view .product_image {
	width:100%;
}
.grid_view .product_image img {
	width:100%;
}

/*　トリミングする外側の枠　*/
.grid_view .trim_product {
	width: 100%;
	margin-right: 5px;
	vertical-align: middle;
	background-color: #ccc;
/*
	float: left;
*/
	height: 238px;
	
	overflow: hidden;
	position: relative;
}
.grid_view .trim_product img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}



.product_overview {
	width:48%;
	float:left;
}
.photo {
	width:480px;
	float:left;
	margin:0px 10px 30px 0px;
}
.photo .photo_thumbnail{
    overflow: hidden;
    width: 100%;
}
.photo .photo_thumbnail li{
    float: left;
	width:50px;
	/*height:50px;*/
	height:100px;
	margin: 5px 10px 10px 0px;
	list-style:none;
}
.photo .photo_thumbnail li img{
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); 
	border:1px solid #ccc;
}
.photo .photo_thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
	border:1px solid #999;
}
.main_photo{
    position: relative;
}
.main_photo img{
	width:100%;
    position: absolute;
    top:0;
}
.product_overview dt {
	font-size:12px;
	line-height:20px;
	text-align:left;
	font-weight:600;
	padding: 2px 4px;
	margin:10px 0px 10px 0px;
	border-top:1px solid #ccc;
}
.product_overview dd {
	font-size:12px;
	line-height:20px;
	margin:10px 5px 10px 5px;
}
.product_data {
	width:48%;
	float:right;
}
.product_data h4 {
	font-size:12px;
	line-height:20px;
	padding: 1px 4px;
	margin:10px 0px 10px 0px;
	background:#ccc;
}

.option_check {
	padding-bottom:10px;
	margin:10px 10px 20px 10px;
	border-bottom:1px solid #ccc;
}
.option_radio {
	margin:10px 0px 30px 0px;	
}
.option_check label,
.option_radio label  {
	font-size:12px;
  line-height:18px;
	position: relative;
	display: inline-block;
	padding: 4px 10px 0px 5px;
	cursor: pointer;
}

.product_contents {
	margin:10px;
}
.var_setting {
	font-size:10px;
	line-height:16px;
	text-align:center;
	width:120px;
	margin:0px 0px 5px 0px;
	border:1px solid #ccc;
	border-radius:4px;
	min-height: 18px;
}
.var_setting.none {
  border-color: transparent;
}
.brand,
.product_name {
	font-family:Open Sans;
	font-size:16px;
	line-height:20px;
	text-align:left;
	font-weight:600;
	margin:0px 0px 5px 0px;
}
.decs {
	font-family:Open Sans;
	font-size:12px;
	line-height:16px;
	text-align:left;
	overflow:hidden;
	height:58px;
	margin:10px 0px 5px 0px;
	padding:5px;
	background:#eee;
}
.product_num {
	font-size:12px;
	font-weight:600;
	line-height:16px;
	text-align:left;
	margin:0px 10px 5px 0px;
}
.product_num span {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
.product_data .product_num {
	text-align:right;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #ccc;
}
.variation {
	color:#666;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-align:center;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:2px 10px;
	background-color:#fff;
	border:1px solid #ccc;
}

.price {
	margin:10px 0px 5px 0px;
}
.retail_price {
	color:#333;
	font-size:14px;
	font-weight:600;
	text-align:right;
	padding-top: 5px;
	margin:0px 10px 0px 0px;
	border-top:1px solid #ccc;
	line-height: 1.5em;
}
.retail_price span {
	font-size:12px;
	font-weight:normal;
}
.selling_price {
	color:#b71c22;
	font-size:32px;
	font-weight:600;
	line-height:1em;
	text-align:right;
	margin:5px 0 5px 0;
}

/*
for List Style
*/
.list_view .decs {
  font-size: 15px;
}
.list_view .ratings {
	float:left;
}
.list_view .product_item {
	margin:10px 5px 10px 5px;
	padding-bottom:0px;
	float:none;
}
.list_view .product_image {
	width:20%;
	float:left;
}
.list_view .product_contents {
	width:75%;
	float:right;
}
.list_view .product_image img {
	width:100%;
}
.list_view .var_setting {
	float:right;
}
.list_view .a_left {
	width:30%;
	float:left;
	margin:7px 10px 0px 0px;
}
.list_view .price {
	width:35%;
	float:left;
	margin-bottom:0px;
}
.list_view .retail_price {
	color:#333;
	font-size:14px;
	font-weight:600;
	text-align:left;
	padding-top: 5px;
	margin:0px 10px 0px 0px;
	border:none;
}
.list_view .retail_price span {
	font-size:12px;
	font-weight:normal;
}
.list_view .selling_price {
	color:#b71c22;
	font-size:24px;
	font-weight:600;
	line-height:1em;
	text-align:left;
	margin:5px 10px 5px 0px;
}
.list_view .detailBtn {
	width:30%;
	float:right;
}

.orderUnit {
	font-weight:600;
	line-height:16px;
	text-align:left;
	margin:0px 0px 20px 0px;
	padding-top:10px;
}

.detailBtn {
	font-family:Open Sans;
	color:#333;
	font-size:14px;
	text-align:center;
	display:block;
	margin:10px 0px 5px 0px;
	padding:10px;
	border-radius:4px;
	background-color:#ccc;
}
.detailBtn:hover {
	color:#fff;
	background-color:#b71c22;
}
.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;
}

a.orderBtn.disable,
a.orderBtn.disable:hover {
	color:#fff;
	background-color:#5a5a5a;
}

.contactBtn {
	font-family:Open Sans;
	color:#fff;
	font-size:14px;
	line-height:30px;
	font-weight:400;
	text-align:center;
	display:block;
	margin:10px 10px 10px 0px;
	padding:5px 10px;
	border-radius:4px;
	background-color:#999;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	width:235px;
	float:left;
}
.contactBtn:hover {
	color:#fff;
	background-color:#ccc;
}
.favBtn {
	font-family:Open Sans;
	color:#fff;
	font-size:14px;
	line-height:30px;
	font-weight:400;
	text-align:center;
	display:block;
	margin:10px 0px 10px 0px;
	padding:5px 10px;
	border-radius:4px;
	background-color:#FF9D29;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	width:235px;
  float:left;
  position: relative;
}
.favBtn:hover {
	color:#fff;
	background-color:#FFBF74;
}
.favBtn.active {
  background-color: #eee;
  color: #aaa;
}
.favBtn i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY( -50% );
  font-size: 24px;
}
.favBtn.active i {
  color: #b71c22;
}

.quantity {
	width:60px;
	float:left;
	margin:10px 10px 0px 0px;
}
.quantity p {
	font-size:12px;
	margin:0px 0px 0px 2px;
}
#select_quantity {
	width:60px;
	margin:10px 10px 0px 0px;
}
#select_quantity li {
	font-size:12px;
}

.deliveryUnit {
	font-size:12px;
	font-weight:400;
	line-height:16px;
	text-align:left;
	margin:20px 0px 0px 0px;
}
.deliveryUnit p {
	font-size:12px;
	line-height:30px;
	float:left;
	margin:0px 10px 0px 10px;
}
.delivery {
	width:220px;
	float:left;
}
#select_delivery {
	font-size:10px;
	margin:10px 10px 0px 0px;
}
#select_delivery li {
	font-size:10px;
}

.social {
	clear:both;
	text-align:right;
	margin:20px 0px;
}
.social .left {
  float: left;
}
.social .right {
  float: right;
}
.social i.material-icons {
	color:#999;
}
.social .left a:hover .material-icons {
  color: #b71c22;
}
.social i.icon {
	color:#999;
	font-size:24px;
	margin:10px 5px 10px 5px;
}
a .ion-social-twitter:hover { color:#1da1f2; }
a .ion-social-facebook:hover { color:#3b5998; }
a .ion-social-googleplus:hover { color:#dd4b39; }
a .ion-social-instagram:hover { color:#405de6; }
a .ion-social-pinterest:hover { color:#bd081c; }

.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;
}

#brand_overview {
	width:1000px;
	margin:0px auto 30px auto;
	border:1px solid #ccc;
}
.selected_brand {
	width:180px;
	height:90px;
	display:table-cell;
	vertical-align:middle;
	margin:20px;
	float:left;	
	text-align:center;
}
#brand_overview dl {
	color:#333;
	line-height:30px;
	float:left;	
	border-left:1px solid #ccc;
	margin:10px 10px 10px 10px;
	padding-left:10px;
}
#brand_overview dt {
	font-size:12px;
	font-weight:bold;
}
#brand_overview dd {
	font-size:14px;
}
#brand_overview .dl1 dt {
	float:left;	
	clear:both;
}
#brand_overview .dl1 dd {
	float:left;	
	padding-left:5px;
}
#brand_overview .moreBtn {
	width:200px;
	margin:0px 10px 20px 0px;
	padding:10px 10px;
}
#brand_overview p.note {
	font-size:10px;
	line-height:14px;
	font-weight:normal;
}

/*
Brand Info
*/
#brand_info {
	width:100%;
	clear:both;
	margin:0px auto 0px auto;
	padding:20px 0px;
}
#brand_info h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight:800;
	text-align:center;
	margin:30px 0px 50px 0px;
}
#brand_info .info_detail {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #ccc;
	padding: 20px 0;
}
#brand_info .info_detail .logo {
  width: 240px;
  min-width: 240px;
}
#brand_info .info_detail .logo img {
	display: block;
  width: 200px;
	margin: 0 auto;
}
#brand_info .info_detail .info_left ,
#brand_info .info_detail .info_right {
	min-width: calc( 50% - 120px );
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	padding-top: 0px;
	padding-right: 20px;
	box-sizing: border-box;
}
#brand_info .info_detail .info_left {
  width: 100%;
}
#brand_info .info_detail .info_left .title {
	width: 100px;
	font-size: 80%;
	font-weight: bold;
	line-height: 25px;
}
#brand_info .info_detail .info_left .detail {
	width: calc( 100% - 100px);
	font-size: 95%;
	line-height: 25px;
}
#brand_info .info_detail .info_left .detail a {
  word-break: break-all;
  display: inline-block;
}
#brand_info .info_detail .info_left .message {
  width: 100%;
  margin-top: 10px;
}
#brand_info .info_detail .info_left .message .message_title {
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	background-color: #555;
	border: 1px solid #333;
	border-radius: 5px 5px 0 0;
	padding-left: 0.5em;
}
#brand_info .info_detail .info_left .message .message_text {
	font-size: 80%;
	border: 1px solid #eee;
	background-color: #fafafa;
	border-radius: 0 0 5px 5px;
  padding: 5px;
  min-height: 80px;
}
#brand_info .info_detail .info_right {
  width: calc( 50% - 120px );
}
#brand_info .info_detail .info_right .title {
	width: 100%;
	font-size: 80%;
	font-weight: bold;
	line-height: 25px;
}
#brand_info .info_detail .info_right ul li {
	float: left;
	width: 100px;
	margin-right: 10px;
	list-style: none;
}
#brand_info .info_detail .info_right ul li a {
	display: block;
	width: 100%;
	/* height: 100%; */
}
#brand_info .info_detail .info_right ul li a img {
	width: 100%;
}
#brand_info .info_detail .info_right ul li a .brand_name {
	width: 100%;
	text-align: center;
	font-size: 85%;
}

/*
Filter
*/
#filterBody {
	width:240px;
	padding-bottom:20px;
	margin:20px auto 20px auto;
	float:left;
	background:#eee;
}
#filterBody h4 {
	color:#333;
	font-size:14px;
	line-height:30px;
	margin:10px 0px 5px 5px;
}
#filterBody ul {
	margin:10px auto 10px auto;
	list-style:none;
}
#filterBody ul li {
	font-size: 14px;
	line-height:20px;
	margin: 5px 0px;
	padding-left:10px;
}
#filterBody ul li .checkbox-icon {
	margin-right:2px;
	vertical-align:bottom;
}
#filterBody .cb label {
	font-size:12px;
}
#filterBody .cb input[type="checkbox"]:checked + label::after {
	top: 6px;
}

.search {
	width:100%;
	background-color:#fff;
  border:1px solid #ccc;
  position: relative;
}
.search i {
	font-size:30px;
	width:40px;
	text-align:center;
	vertical-align:middle;
}
.search input {
	font-size:12px;
	width:80%;
	margin:0px;
	padding-left:5px;
	line-height:40px;
	background:#fff;
	float:left;
}
.search button {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	border:none;
	float:right;
	background:#fff;
}
.option_price_input {
	min-height: 46px;
}
.search input.search_price {
  width: 55px;
  display: block;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  margin-left: 5px;
  line-height: 25px;
  margin-top: 10px;
}
.search span.unit {
	float:left;
	margin:11px 5px 0;
}
.search input.search_price:focus {
	outline: none;
}
/* 案２ */
.option_price_input {
	background-color: transparent;
	border: none;
}
.search input.search_price {
	background-color: #fff;
	border: 1px solid #ccc;
	line-height: 36px;
	margin-top: 5px;
}
.search span.unit {
	margin-top: 17px;
}
/* 案２ */



.view_btn {
	font-size: 14px;
	margin: 5px 0px 20px 13px;
}
.clear_btn {
	font-size: 14px;
	margin: 20px 0px 20px 23px;
}
a.view_btn,
a.clear_btn {
	color:#333;
	font-size:14px;
	line-height:20px;
	font-weight:600;
}
.view_btn i,
.clear_btn i {
	color:#999;
	font-size: 20px;
	line-height:20px;
	margin-right:5px;
    vertical-align: text-bottom;
}

/************************
 * 20180319 infoアイコンで商品名表示
 */
.product_contents .info_icon {
	display: none;
}

/************************
 * 20180320 バリエーション無しの場合に非表示
 */
.retail_price {
	border-top: none;
}
.option_radio + .price .retail_price {
	border-top: 1px solid #ccc;
}

/************************
 * 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;
}
#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;
}

/* product_review */
.product_review {
  color: #333;
  margin-bottom: 20px;
}
.product_review .shop_info {
  width: 100%;
  padding-top: 10px;
}
.product_review .shop_info .total_review {
  float: left;
  width: 35%;
  padding-right: 20px;
}
.product_review .shop_info .total_review .title {
  border-bottom: 1px solid #333;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 60px;
}
.product_review .shop_info .total_review .ratings {
  width: auto;
  height: auto;
  margin: 0 0 0 40px;
  display: inline-block;
}
.product_review .shop_info .total_review .ratings span {
  font-size: 35px;
}
.product_review .shop_info .total_review .rating_point {
  font-size: 40px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.product_review .shop_info .list .item_img {
  float: left;
  position: relative;
  overflow: hidden;
  width: 40%;
  height: 180px;
}
.product_review .shop_info .list .item_img img {
  position: absolute;
  width: 100%;
  top: 0;
}
.product_review .shop_info .list  {
  float: left;
  width: 65%;
  padding-left:20px;
}
.product_review .shop_info .list .title {
  border-bottom: 1px solid #333;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
}
.product_review .shop_info .list .info_list {
  float: left;
  width: 60%;
  padding-left: 20px;
  font-size: 14px;
}
.product_review .review_list {
  margin-top: 20px;
  background-color: #fff;
  color: #333;
}
.product_review .review_list .item {
  padding: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.product_review .review_list .item:first-of-type {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.product_review .review_list .item:nth-of-type(n + 2) {
  border-bottom: 1px solid #ccc;
}
.product_review .review_list .item .product_item p {
  margin-bottom: 10px;
}
.product_review .review_list .item .buyer {
  
}
.product_review .review_list .item .buyer .ratings {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  display: inline-block;
}
.product_review .review_list .item .buyer .ratings span {
  font-size: 20px;
}
.product_review .review_list .item .buyer .name {
  float: left;
  margin-left: 20px;
  font-size: 15px;
  padding-top: 4px;
}
.product_review .review_list .item .buyer .date {
  float: left;
  margin-left: 20px;
  font-size: 15px;
  padding-top: 4px;
}
.product_review .review_list .item .buyer span {
  font-size: 12px;
}
.product_review .review_list .item .review_message {
  padding: 10px;
  font-size: 15px;
}
/*icon*/
.product_review .review_list .item .buyer span {
}
.product_review .review_list .item .buyer .name ,
.product_review .review_list .item .buyer .date {
  position: relative;
  line-height: 30px;
  padding-top: 0;
  padding-left: 20px;
}
.product_review .review_list .item .buyer span i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY( -50% );
  color: #666;
  font-size: 18px;
}

/* product_review_add */
.product_review_add {
  background-color: #333;
}
.product_review_add_detail {
  width: 1000px;
  margin: 0 auto;
}
.product_review_add_detail .reviewer {
  padding: 20px;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  margin: 10px 0;
}
.product_review_add_detail .reviewer .name {
  font-size: 14px;
}
.product_review_add_detail .reviewer .name span {
  font-size: 18px;
  font-weight: bold;
}
.product_review_add_detail .reviewer .count {
  font-size: 14px;
}
.product_review_add_detail .reviewer .count span {
  font-size: 18px;
  font-weight: bold;
}
.product_review_add_detail .review_list .item {

}
.product_review_add_detail .review_list .item .item_inner {
  margin: 10px;
  padding: 10px;
  background-color: #fff;
  transition: background-color 0.5s ;
}
.product_review_add_detail .review_list .item:nth-of-type(n + 2) {
  border-top: 1px solid #ccc;
}
.product_review_add_detail .review_list .top {
  margin-bottom: 10px;
}
.product_review_add_detail .review_list .top .item_name a ,
.product_review_add_detail .review_list .top .shop_name a {
  color: #333;
  font-weight: bold;
}
.product_review_add_detail .review_list .top .item_name a:hover ,
.product_review_add_detail .review_list .top .shop_name a:hover {
  color: #F5C759;
}
.product_review_add_detail .review_list .left {
  width: 20%;
}
.product_review_add_detail .review_list .item_img {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.product_review_add_detail .review_list .item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX( -50% ) translateY( -50% );
  width: 100%;
}
.product_review_add_detail .review_list .right {
  width: 80%;
  padding-left: 20px;
}
.product_review_add_detail .review_list .review_ratings {
  
}
.product_review_add_detail .review_list .review_ratings span {
  text-shadow: 0px 0px 1px #666;
  font-size: 35px;
  cursor: pointer;
  color: #eee;
}
.product_review_add_detail .review_list .review_ratings.review_off span {
  cursor: default;
}
.product_review_add_detail .review_list .review_ratings span.active {
  color: #E7BC1A;
}
.product_review_add_detail .review_list .review_ratings .rating_clear {
  cursor: pointer;
}
.product_review_add_detail .review_list .bottom textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}
.product_review_add_detail .review_list .post_button {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: right;
}
.product_review_add_detail .review_list .post_button button {
  padding: 5px 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 0px #ccc;
  text-shadow: 0px 1px 1px #fff;
  background-color: #FDDE9D;
}
/* レビュー投稿直後 */
.product_review_add_detail .review_list .item.posted .item_inner {
  background-color: #eee;
}
.product_review_add_detail .review_list .item.posted .title {
  font-weight: bold;
  color: #080;
}
.product_review_add_detail .review_list .item.posted .bottom textarea {
  background-color: #fff;
}
/* レビュー入力済み */
.product_review_add_detail .review_list .item.edit .item_inner {
  background-color: #eee;
}
.product_review_add_detail .review_list .item.edit .title {
  font-weight: bold;
  color: #080;
}
.product_review_add_detail .review_list .item.edit .bottom textarea {
  background-color: #fff;
}

/* product_cotnact */
#product_contact h2.main {
  font-family: Open Sans;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  display: block;
  padding: 20px 10px;
  background: #333;
}
#product_contact h2.main span {
  font-size: 20px;
  border-bottom: 2px solid #ffff00;
}
.product_contact .product_info .title ,
.product_contact .contact_detail .title {
    background-color: #555;
    color: #fff;
    padding: 3px 5px;
}
.product_contact .product_info .item_img img {
  width: 100%;
}
.product_contact .product_info .info_list .label_name {
  font-weight: bold;
}
.product_contact .product_info .info_list .text {

}
.product_contact .product_info .info_list .text a {
  color: #333;
}
.product_contact .product_info .info_list .text a:hover {
  color: #EAA90E;
}
.product_contact .contact_detail .post_check ,
.product_contact .contact_detail .post_button {
  text-align: center;
  padding: 20px;
}
.product_contact .contact_detail .post_check button ,
.product_contact .contact_detail .post_button button {
    padding: 5px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px #ccc;
    /* text-shadow: 0px 1px 1px #fff; */
    background-color: #FE9B1D;
    color: #fff;
    font-weight: bold;
}
.product_contact .contact_detail .post_check button:hover ,
.product_contact .contact_detail .post_button button:hover {
  opacity: 0.8;
}
.product_contact .contact_detail .post_button button.back {
  background-color: #777;
}
.product_contact .contact_detail select {
  margin-bottom: 20px;
}
.product_contact .contact_detail .help-block {
  margin-bottom: 20px;
}
/* contact_flow */
.contact_flow {
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px 100px;
  align-items: center;
}
.contact_flow p {
  color: #fff;
  background-color: #ccc;
  padding: 10px;
  width: 25%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}
.contact_flow p.active {
  background-color: #555;
}
/* product_contact_complete */
.product_contact_complete {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
  width: 100%;
  border: 3px solid #FDB102;
  border-radius: 5px;
  padding: 30px 50px;
}
.product_contact_complete p {
  
}
.product_contact_complete .title {
  color: #f00;
  font-weight: 700;
  font-size: 180%;
  margin-bottom: 15px;
}
.product_contact_complete .caution {
  width: 100%;
  margin: 20px auto;
  background-color: #eee;
  padding: 20px 50px;
  text-align: left;
}
.product_contact_complete .caution .title {
  font-size: 100%;
  margin-bottom: 0px;
}
.product_contact_complete a {
  /* font-weight: bold; */
}

/* pager */
.pagination {
  clear:both;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.pagination .pager {
  position: relative;
  display: inline-block;
}
.pager li {
  list-style: none;
}
.pager ul li {
  position: absolute;
  top: 0;
  width: 65px;
}
.pager ul li.prev {
  left: 0;
}
.pager ul li.next {
  right: 0;
}
.pager ul li.prev span,
.pager ul li.prev a {
  background: #e9e9e9;
  width: 100%;
  color: #b6b3b0;
  position: relative;
  display: inline-block;
  line-height: 44px;
  padding-left: 12px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.pager ul li.next span,
.pager ul li.next a {
  background: #e9e9e9;
  width: 100%;
  color: #b6b3b0;
  position: relative;
  display: inline-block;
  line-height: 44px;
  padding-right: 12px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.pager ul li.prev a ,
.pager ul li.next a {
  border: 1px solid #aaa;
}
.pager ul li a:hover {
  font-weight: bold;
}
.pager ul li.prev span::before,
.pager ul li.prev a::before {
  position: absolute;
  content: "\f124";
  font-family: "Ionicons";
  font-size: 14px;
  line-height: 44px;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  color: #b6b3b0;
}
.pager ul li.next span::before,
.pager ul li.next a::before {
  position: absolute;
  content: "\f125";
  font-family: "Ionicons";
  font-size: 14px;
  line-height: 44px;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  color: #b6b3b0;
}
.pager ul li.prev a ,
.pager ul li.prev a::before ,
.pager ul li.next a ,
.pager ul li.next a::before {
  color: #0d88e2;
}
.pager ol {
  display: inline-flex;
  margin: 0 80px 0 80px;
  min-height: 46px;
}
.pager ol li {
  float: left;
  min-width: 46px;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}
.pager ol li a {
  color: #5bafeb;
  display: block;
}
.pager ol li a:hover {
  font-weight: bold;
}
.pager ol li + li {
  border-left: 1px solid #eee;
}
.pager ol li.more {
  font-size: 14px;
  color: #ccc;
}
.pager dl {
  padding-top: 3px;
}
.pager dl dt ,
.pager dl dd {
  display: inline-block;
  font-size: 13px;
}
@media all and (-ms-high-contrast:none){ 
  /* IE11 のみ調整*/
  *::-ms-backdrop, 
  .pager ul li.prev span, 
  .pager ul li.prev a ,
  .pager ul li.next span, 
  .pager ul li.next a {
       padding-top: 4px;
  } 
}

@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;
  }

  /* .tabsBody */
  .grid_view .product_item {
  	text-align:center;
  	width:48%;
  	margin:10px 1% 10px 1%;
  	padding-bottom:10px;
  	float:left;
  	background-color:#fff;
  	border:1px solid #ccc;
  }
  .grid_view .product_item img {
  	width:100%;
  }

  .grid_view .product_contents {
  	margin:10px;
  }
  .brand,
  .product_name {
  	font-family:Open Sans;
  	font-size:14px;
  	line-height:20px;
  	text-align:left;
  	font-weight:600;
  	margin:0px 0px 5px 0px;
  }
  .decs {
  	display:none;
  }

  .product_overview {
  	width:100%;
  	float:none;
  }
  .photo {
      width: 100%;
  	float:none;
  	margin:0px 10px 30px 0px;
  }
  .photo .photo_thumbnail{
      overflow: hidden;
      width: 100%;
  }
  .photo .photo_thumbnail li{
      float: left;
  	width:50px;
  	/*height:50px;*/
  	height: auto;
  	margin: 0px 10px 10px 0px;
  	list-style:none;
  }
  .photo .photo_thumbnail li img{
      width: 100%;
      opacity: 0.5;
      filter: alpha(opacity=50); 
  	border:1px solid #ccc;
  }
  .photo .photo_thumbnail li.current img{
      opacity: 1;
      filter: alpha(opacity=100);
  	border:1px solid #999;
  }
  .main_photo{
      position:relative;
  }
  .main_photo img{
  	width:100%;
      position: absolute;
      top:0;
  }
  .product_data {
  	width:100%;
  	float:none;
  }
  .product_data h4 {
  	font-size:12px;
  	line-height:20px;
  	padding: 1px 4px;
  	margin:10px 0px 10px 0px;
  	background:#ccc;
  }
  .product_num {
  	font-size:10px;
  }
  .product_num span {
  	font-size:10px;
  }
  .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;
  }

  .grid_view .trim_product {
  	height: 40vw;
  }
  .grid_view .trim_product img {
  	width: auto;
  	height: 100%;
  }
  .brand {
  	min-height: 45px;
  } 

  /*
  for List Style
  */
  .list_view .ratings {
  	float:left;
  }
  .list_view .product_item {
  	margin:10px 5px 10px 5px;
  	padding-bottom:0px;
  	float:none;
  }
  .list_view .product_image {
  	width:35%;
  	float:left;
    margin: 10px 0 0 1%;
    /* 縦表示 */
    width: 70%;
    float:none;
    margin: 10px auto 0;
  }
  .list_view .product_contents {
  	width:62%;
  	float:right;
    margin:10px 0px 5px 0px;
    /* 縦表示 */
    width: 90%;
    float:none;
    margin: 0 auto 10px;
  }
  .list_view .product_image img {
  	width:100%;
  }
  .list_view .var_setting {
  	float:none;
  }
  .list_view .var_setting.none {
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .list_view .a_left {
  	width:100%;
  	float:none;
  	margin:7px 0px 0px 0px;
  }
  .list_view .price {
  	width:100%;
  	float:none;
  }
  .list_view .retail_price {
  	color:#333;
  	font-size:14px;
  	font-weight:600;
  	text-align:left;
  	padding-top: 5px;
  	margin:0px 10px 0px 0px;
  	border:none;
  	clear:both;
  }
  .list_view .retail_price span {
  	font-size:12px;
  	font-weight:normal;
  }
  .list_view .selling_price {
  	color:#b71c22;
  	font-size:20px;
  	font-weight:600;
  	line-height:1em;
  	text-align:left;
  	margin:5px 10px 5px 0px;
  }
  .list_view .detailBtn {
    width:100%;
  	float:none;
    margin-left: auto;
    margin-right: auto;
  }


  .orderUnit {
  	font-weight:600;
  	line-height:16px;
  	text-align:left;
  	margin:0px 0px 20px 0px;
  	padding-top:10px;
  }
  .orderBtn {
  	width:70%;
  	float:right;
  	margin:10px 0 10px 0;
  }
  .contactBtn {
  	width:100%;
  	float:none;
  	clear:both;
  	margin:10px 0;
  }
  .favBtn {
  	width:100%;
  	float:none;
  }

  .quantity {
  	width:20%;
  	float:left;
  	margin:10px 5% 0px 0px;
  }
  .quantity p {
  	font-size:12px;
  	margin:0px 0px 0px 2px;
  }
  #select_quantity {
  	width:60px;
  	margin:10px 10px 0px 0px;
  }
  #select_quantity li {
  	font-size:12px;
  }

  .deliveryUnit {
  	font-size:12px;
  	font-weight:400;
  	line-height:16px;
  	text-align:left;
  	margin:20px 0px 0px 0px;
  }
  .deliveryUnit p {
  	font-size:12px;
  	line-height:30px;
  	float:left;
  	margin:0px 10px 0px 10px;
  }
  .delivery {
  	width:220px;
  	float:left;
  }
  #select_delivery {
  	font-size:10px;
  	margin:10px 10px 0px 0px;
  }
  #select_delivery li {
  	font-size:10px;
  }

  .social {
  	clear:both;
  	text-align:right;
  	margin:20px 0px;
  }

  .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:20px;
  	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;
  }

  #brand_overview {
  	width:96%;
  	margin:0px 25 30px 2%;
  	border:1px solid #ccc;
  }
  .selected_brand {
  	width:auto;
  	height:90px;
  	float:none;	
  	/*調整*/
  	display: inline-block;
  	text-align: left;
  }
  #brand_overview dl {
  	float:none;	
  	border-left:none;
  }
  #brand_overview .dl1 dt {
  	float:none;	
  	clear:both;
  }
  #brand_overview .dl1 dd {
  	float:none;	
  }

/*
Brand Info
*/
#brand_info {
	width: calc( 100% - 20px );
	margin: 0 10px;
}
#brand_info .info_detail {
  flex-wrap: wrap;
}
#brand_info .info_detail .logo {
	width: 100%;
}
#brand_info .info_detail .info_left,
#brand_info .info_detail .info_right {
	width: 100%;
	padding: 10px;
}
#brand_info .info_detail .info_right ul li {
	width: 30%;
	margin-right: 5%;
}
#brand_info .info_detail .info_right ul li:nth-of-type(3n) {
	margin-right: 0;
}

  /*
  Filter
  */
  #filterBody {
  	width:100%;
  	padding:10px;
  	margin:20px 0 20px 0;
  	float:left;
  	background:#eee;
  }
  #filterBody h4 {
  	margin:10px 0px 5px 0px;
  }
  #filterBody ul {
  	margin:10px auto 10px auto;
  	list-style:none;
  }
  #filterBody ul li {
  	font-size: 12px;
  	margin: 2px 0px;
  	padding-left:20px;
  }

  .search input.search_price {
    width: calc(30% - 8px);
    padding-left:5px;
    padding-right: 5px;
    -webkit-appearance: none;
  }
  .search span.unit {
  }
  /* 案２ */
  .option_price_input {
  }
  .search input.search_price {
  	margin-top: 10px;
  }
  .search span.unit {
  }
  /* 案２ */



  /******************* 
   * 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;
  }

  /************************
   * 20180319 infoアイコンで商品名表示
   */
  .item_name {
  	position: relative;
  }
  .item_name .info_icon {
  	display: block;
  	padding: 0 10px;
  	line-height: 20px;
  	font-size: 10px;
  	background-color: #333;
  	color: #fff;
    border-radius: 0.6em;
    cursor: pointer;
  }
  .item_name.active .decs {
  	position: absolute;
  	bottom: 25px;
  	height: auto;
  	display: block;
  	padding:3px 3px 13px 3px;
  	border-radius: 3px;
  	margin-bottom: 0;
  }
  .item_name.active .decs:after {
  	content: "";
  	position: absolute;
  	bottom:-8px;
  	left: 50%;
  	transform: translateX(-50%);
  	border: 10px solid transparent;
  	border-top: 8px solid #ccc;
  	width: 0;
  	height: 0;
  }
  /* 20181015 リスト表示時制御 */
  .list_view .item_name.active .decs {
    position: static;
  }
  .list_view .item_name .info_icon {
    border-radius: 0.6em 0.6em 0 0;
  }
  .list_view .item_name .decs {
    display: block;
    padding: 5px 5px 13px 5px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0 0 0.6em 0.6em;
    height: auto;
  }
  .list_view .item_name.active .decs:after {
    border: 0;
  }
  	/************************
	 * 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%;
	}

  /* product_review */
  .product_review .shop_info .total_review {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .product_review .shop_info .total_review .title {
    margin-bottom: 0;
  }
  .product_review .shop_info .list {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .product_review .shop_info .list .item_img {
    float: none;
    width: 70%;
    height: 45vw;
    margin: 0 auto;
  }
  .product_review .shop_info .list .info_list {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .product_review .review_list .item {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }
  .product_review .review_list .item .buyer .date {
    float: right;
  }
  .product_review .review_list .item .buyer .name {
    clear: both;
    float: right;
  }
  .product_review .shop_info .total_review {
    text-align: center;
  }
  .product_review .shop_info .total_review .ratings {
    margin: 0;
  }
  .product_review .shop_info .total_review .title {
    text-align: left;
  }

  /* review_add */
  .product_review_add_detail {
    width: 100%;
  }
  .product_review_add_detail .reviewer.flex {
    flex-direction: column;
  }
  .product_review_add_detail .review_list .top.flex {
    flex-direction: column;
    align-items: center;
  }
  .product_review_add_detail .review_list .left {
    width: auto;
  }
  .product_review_add_detail .review_list .item_img {
    position: static;
    height: auto;
    text-align: center;
  }
  .product_review_add_detail .review_list .item_img img {
    position: static;
    transform: none;
    width: 60%;
  }
  .product_review_add_detail .review_list .right {
    width: 100%;
    padding: 0 15px;
  }
  .product_review_add_detail .review_list .item_buy_info {
    font-size: 13px;
  }
  .product_review_add_detail .review_list .post_button p {
    color: #333;
    font-size: 14px;
  }

  /* product_contact */
  #product_contact h2.main span {
    margin-left: 0;
  }
  .product_contact .product_info .title,
  .product_contact .contact_detail .title {
    font-size: 18px;
  }
  .product_contact .product_info .item_img {
    width: 70%;
    margin: 0 auto 20px;
    float: none;
  }
  .product_contact .product_info .info_list {
    width: 100%;
  }
  .product_contact .product_info .info_list .label_name {
    width: 100%;
    margin-bottom: 2px;
  }
  .product_contact .product_info .info_list .text {
    width: 100%;
    margin-left: 5px;
  }
  .product_contact .contact_detail .post_check, 
  .product_contact .contact_detail .post_button {
    padding: 20px 0 20px;
    text-align: center;
  }

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

  /* product_contact_complete */
  .product_contact_complete {
    margin-top: 20px;
    padding: 10px;
  }
  .product_contact_complete .title {
    font-size: 16px;
  }
  .product_contact_complete .caution {
    padding: 10px;
  }
  .product_contact_complete .caution p {
    font-size: 13px;
  }

  /* pager */
  .pager ol li {
    display: none;
  }
  .pager ul li {
    width: 100px;
  }
  .pager ol {
    margin-left: 110px;
    margin-right: 110px;
  }

}

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