@charset "euc-jp";

/* product */
#product {
    background: #F9F9F9;
    margin-bottom: 100px;
    padding: 30px 50px;
    border: 3px solid #27333a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
@media screen and (max-width: 480px){
#product {
    padding: 20px;
}
}
#product h1.entry-title {
    font-size: 20px;
    margin: 0 0 10px;
}
#product h1.entry-title span {
    color: #cc0033;
    padding-left: 10px;
}
#product .item-content-left {
    padding-left: 0;
    padding-right: 25px;
}
#product .item-content-right {
    padding-left: 25px;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
#product  .item-content-left {
    padding: 0;
}
#product  .item-content-right {
    padding: 0;
}
}

#product .item-content-left #exp-img br {
display: none;
}

#product  .item-content-right strong{
    display: block;
    padding-right: 1em;
}


/* detail_cartArea */
.detail_cartArea table {
    width: 100%;
    height: auto;
    background-color: #dcdcdc;
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 20px;
    font-size: 14px;
}
.detail_cartArea table th {
	text-align: left;
	background:#EEE;
	padding:10px;
	}
.detail_cartArea table td {
	text-align: left;
	background:#ffffff;
	padding:10px;
	}

.detail_cartArea table td select {
	font-size: 93%;
	border: 1px solid #dcdcdc;
	}

.detail_cartArea table.priceTable th {
	width:50%;
	}

.detail_cartArea table.priceTable {
	}
.detail_cartArea table.count td {
	padding: 0;
	}

/* ------------------------------------------------------------
	4. option_tbl
	------------------------------------------------------------ */

.detail_cartArea table#option_tbl {
	width: 100%;
	table-layout: fixed;
	}

.detail_cartArea table#option_tbl td.none {
	text-align: left;
	background:#eee;
	background-image: linear-gradient(to top right, transparent, transparent 49%, #dcdcdc 50%, #dcdcdc 50%, transparent 51%, transparent
	);
	}
.detail_cartArea table#option_tbl td.none:before {
	content: "";
	text-align: left;
	background:#eee;
	}
.detail_cartArea table#option_tbl th.cell_1 {
	background: #ffffff;
	}
.detail_cartArea table#option_tbl td.cell_2 {
	background: #ffffff;
	}
.detail_cartArea table#option_tbl tr.stock_head th.cell_1 {
	background:#eee;
	text-align: center;
}
.detail_cartArea table#option_tbl tr.stock_head th.cell_1:after {
	content: "価格(在庫)";
	display: block;
}
.detail_cartArea table#option_tbl td br {
	display:none;
	}

.detail_cartArea table#option_tbl td div {
	float:left;
	}

.detail_cartArea table#option_tbl td div input[type="radio"] {
	margin-top: 4px;
	margin-left: 2px;
	}
.detail_cartArea table#option_tbl td span.table_price {
	display: none;
}
.detail_cartArea table#option_tbl td label span.table_price {
	display: inline;
    padding-left: 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
	}

.detail_cartArea table#option_tbl td span.t_stock_num {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
	}
.detail_cartArea table#option_tbl td span.t_stock_num:before {
	content:" (";
	}
.detail_cartArea table#option_tbl td span.t_stock_num:after {
	content:")";
	}
.detail_cartArea table#option_tbl td span.stock_zero {
	color:#000 !important;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
	}

.detail_cartArea table#option_tbl label {
    display: block;
    margin: 0;
}

.detail_soldOut {
	color: #cc0033;
	font-size: 108%;
	font-weight:bold;
	text-align: center;
	line-height: 61px;
	width: 228px;
	float:right;
	}

.loginSale {
	color: #000;
	font-size: 108%;
	font-weight:bold;
	text-align: center;
	width: 200px;
	margin:15px 0;
	float:right;
	}


.btn_quick {
	color: #000;
	font-size: 108%;
	font-weight:bold;
	text-align: center;
	width: 200px;
	margin:15px 0;
	float:right;
	}


/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

p.price_detail {
	color: #000;
	font-size: 100%;
	padding:0px;
	margin:0px;
	font-weight: bold;
	}

p.price_detail .waribiki {
	color: #cc0033;
	padding-left: .5em;
    display: inline-block;
	}

p.price_detail {
	color: #000;
	padding:0px;
	margin:0px;
	}

.discount_rate_detail {
	padding:0px;
	margin:0px;
	color:#333333;
	}

p#sk_link_other {
	text-align:center;
	margin-top:10px;
	}

.product-order {
  margin: 0 0 30px ;
}
  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
}
.product-option-select .product-option-wrapper {
      position: relative;
      left: 50%;
      float: left;
}
.product-option-select .product-option-unit {
      width: 300px;
      position: relative;
      left: -50%;
      float: left;
}
.product-option-select .product-option-unit div {
      padding: 0 20px;
}
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
}
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 0;
  text-align: center;
}
.product-order-input .col {
  margin-bottom: 20px;
}
 .product-order-num .btn {
    background-color: #ccc;
    padding: 10px;
  }
 .product-order-num .btn:hover {
    background-color: #000;
    padding: 10px;
  }
.product-unit {
  display: inline-block !important;
  padding-left: 10px;
  font-size: 20px;
  line-height: 46px;
  vertical-align: middle;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.input-append .btn {
    margin-left: 0;
}
.product-order-num input.product-init-num {
  padding: 0 10px;
  width: 70px;
  height: 46px;
  text-align: center;
  font-size: 20px;
  line-height: 46px;
  overflow: hidden;
}
.btn-addcart {
    line-height: 24px;
    background-color: #cc0033;
    color: #fff;
}
a.btn-quick {
    line-height: 24px;
    background-color: #0300CC;
    color: #fff;
  }
.btn-addcart,
a.btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
  }
.btn-addcart:hover,
a.btn-quick:hover {
  background-color: #000;
  color: #fff;
}
.btn-addcart span {
      padding-left: 0;
    }
.btn-addcart span:before {
    font-family: 'FontAwesome';
    content: "\f07a";
    padding-right: 5px;
}
.btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: center;
    }

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}
.stock_error{
display: none;
}

.product-order-exp {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
  }
    .product-info-lst li {
      display: inline;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }

.text-titles,
.password-field-wrap {
  margin: 40px 0 0;
  text-align: center;
}
  .text-titles .col,
  .password-field-wrap .col {
    float: none;
  }
.text-titles-list__name,
.password-field-list__name {
  text-align: left;
  display: block;
  margin: .5em 0;
}
.text-titles-list__detail-text,
.password_field {
  width: 100%;
  height: 45px;
  padding: 13px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }

 .product-order-num .btn {
    display: inline-block;
    background-color: #ccc;
  }
 .product-order-num .btn:hover {
    display: inline-block;
    background-color: #27333a;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
.detail_cartArea table {
    font-size: 12px;
}
  .product-order {
    width: 100%;
  }
}

.ie_wrapper .product-order-num .btn {
}

/* レビュー関連 */
.p-product-review__btn {
  padding-top: 2em;
}
.p-product-review__btn .fa-pencil {
    font-size: 20px;
    padding-left: 5px;
}
.item-content-review {
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 1em;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  height: 23.5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 10px;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-right: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}