@charset "euc-jp";


#products #main #product_detail {
	width:280px;
	float:right;
}
#products #main #product_detail h2 {
	font-size:17px;
	color:#84261F;
	text-align:left;
	line-height:1.5em;
	border-bottom:dashed 1px #000;
	padding-bottom:10px;
	margin-bottom:20px;
}
#products #main #product_detail h2 .sub_title {
	font-size:12px;
	color:#3E3939;
	display:block;
}
#products #main #product_detail h2::after {
	display:none;
}
#products #main #product_detail dt {
	font-size:12px;
	line-height:24px;
	width:125px;
	float:left;
}
#products #main #product_detail dd {
	line-height:24px;
	margin-bottom:5px;
}
#products #main #product_detail dl#product_price dd {
	font-weight:bold;
}
#products #main #product_detail dl.init-list {
	margin-bottom:20px;
}
#products #main #product_detail dl.init-list input {
	width:60px;
	height:24px;
	padding-left:5px;
  float:none;
  padding:0 8px;
}
#products #main #product_detail .btn_cart {
	margin-bottom:20px;
  background:url(https://img21.shop-pro.jp/PA01414/717/etc/btn_cart.png) no-repeat 0 0;
}
#products #main #product_detail .btn_cart input {
  opacity:0;
  width:280px;
  height:57px;
  display:block;
  cursor:pointer;
  border:solid 1px #ccc;
}
#products #main #product_detail .related-list {
	padding:0;
	margin:0;
	text-indent:0;
}
#products #main #product_detail .related-list li {
	font-size:14px;
	margin:0;
}
#products #main #product_detail .related-list li a {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
#products #main #product_detail .related-list li a:hover {
	text-decoration:underline;
}

#products #main #product_gallery {
	width:422px;
	float:left;
}
#products #main #product_gallery #product_image {
	margin-bottom:12px;
  background:#F2F2F2;
  text-align:center;
}
#products #main #product_gallery #product_image_thumb {
	margin-bottom:20px;
}
#products #main #product_gallery #product_image_thumb ul {
	width:436px;
	position:relative;
	left:-14px;
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}
#products #main #product_gallery #product_image_thumb li {
	float:left;
	width:95px;
  height:95px;
	margin:0 0 0 14px;
}
#products #main #product_gallery #product_image_thumb li img {
  width:100%;
  height:auto;
  max-width:95px;
  max-height:95px;
}
#products #main #product_gallery .copy {
	font-size:13px;
	margin-left:0;
	margin-right:0;
}








.prd_opt_src {
  display: none !important;
}
.product_image {
  margin-bottom: 0;
}
.product_image_main {
  float: left;
  width: 74.468%;
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
.product_image_thumb {
  float: right;
  width: 24.468%;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 6.521%;
  width: 43.478%;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_exp {
  clear: both;
  padding-top: 2em;
  line-height: 1.6;
}

.product_info_block {
  padding-top: 2em;
}
  .product_spec_block {
    float: left;
    width: 65%;
    margin-bottom: 3em;
  }
    .product_spec_block table {
      width: 100%;
    }
      .product_spec_table {
        border-top: 1px solid #888;
      }
      .product_spec_table th {
        padding: 1em .5em 1em 1em;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
      }
      .product_spec_table td {
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        border-bottom: 1px solid #888;
      }
        .product_spec_table th {  
          width: 33.333%;
        }
        .product_spec_table td {
          width: 66.666%;
        }
          .product_spec_table select {
            width: 90%;
          }
          .product_order_form input {
            float: left;
            margin-right: .3em;
            padding: .3em;
            width: 3em;
            text-align: right;
          }
          .product_order_form .text-titles-list__detail-text {
            width: 85%;
            text-align: left;
          }
          .product_unit {
            padding: .3em;
            float: left;
          }
          .product_init {
            display: none;
          }
          .product_option_table td div {
            margin-bottom: .5em;
          }
  .product_info_lst {
    float: right;
    width: 30%;
    margin-bottom: 2em;
  }
    .product_info_lst .icon {
      margin-bottom: .7em;
    }
    .product_info_lst a {
      color: #444;
      text-decoration: none;
    }
    .product_info_lst a:hover {
      text-decoration: underline;
    }
  .product_review {
    margin-bottom: 1.5em;
  }
    .product_review a {
      font-weight: bold;
    }
.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
  }

.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}
  .product_addcart_btn {
    float: left;
    width: 55%;
    padding: 1.2em 0;
    border: none;
    border-radius: 0;
    background-color: #df7676;
    cursor: pointer;
    -webkit-appearance:none;
  }
  .product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
  }
  .product_member_sale_msg {
    color: #df7676;
  }

.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;

}

.trackback_block {
  clear: both;
}
  .trackback_url {
    padding: .5em;
    width: 60%;
  }
.together_block {
  clear: both;
}





/* オプション */

#option_select {
  margin-bottom:20px;
}
#option_select select {
  width:100%;
}












