@charset "euc-jp";

.title-box {
	margin: 0 0 50px 10px;
}
.title-box2 {
	margin: 0 0 0 10px;
}

.prd-opt-src {
  display: none !important;
}

.product-image {
  margin-bottom: 30px;
}

.product-image-main img {
  display: block;
  margin: 0 auto 30px;
  /* max-height: 400px; */
  max-width: 700px;
  width: 100%;
}

.product-image-thumb img {
   display: block;
   margin: 0 auto 30px;
   max-width: 700px;
   width: 100%;
}

.thumb-active {
  border: 1px solid #4267b2;
}
.product-exp {
  clear: both;
  margin: 20px 10px;
  padding: 20px 10px 70px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.6;
}
.product-spec-block {
  margin-bottom: 3em;
}
.product-spec-block table {
  width: 100%;
}
.product-spec-table {
  margin-bottom: 20px;
}
.product-spec-table th {
	border: none;
  padding: 10px;
  width: 33.333%;
}
.product-spec-table td {
	border: none;
  overflow: hidden;
  padding: 10px;
  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-unit {
  float: left;
  padding: .3em;
}
.product-init {
  display: none;
}
.product-option-table td div {
  margin-bottom: .5em;
}
.product-info-lst {
  margin-bottom: 2em;
}
.product-info-lst ul.list-box {
	background-color: #eee;
	margin: 0;
	padding: 15px;	
}
.product-info-lst li {
	font-size: 12px;
  margin: 5px 0;
}
.product-info-lst a {
  color: #444;
  text-decoration: none;
}
.product-info-lst a:hover {
  text-decoration: underline;
}
.product-review {
  margin-bottom: 30px;
}
.product-review a {
  font-weight: bold;
}
.social-share {
  margin-top: 1.5em;
}
.social-share li {
  margin-bottom: .5em;
}
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #df7676;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}



.btn_cart {
	display: inline-block;
	padding: 20px 60px;
  border: 1px solid #fff;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	background-color: #860826;
	transition: .4s;
	width: 100%;
}

.btn_cart:hover {
	background-color: #bd8139; 
}

.blog-img {
  display: block;
  margin: 0 auto 30px;
  max-width: 700px;
  width: 100%;
}
.blog-img-thumb img {
  display: block;
  margin: 0 auto 30px;
  max-width: 700px;
  width: 100%;
}

.product_info_block {
  display: block;
  margin: 0 auto 30px;
  max-width: 500px;
}



@media (max-width: 768px) {
  /* ~768px */

}


