#product .ttlTop{
	padding:100px 0;
}

.content-wrap .ttl-h2{
	text-align:left;
	color:#000;
	font-size:30px;
	line-height:1.4em;
	font-weight:bold;
	margin:0 0 20px;
}




.toi-jika a{
	display:block;
	width:195px;
	margin:0 0 40px;
	background-color:#b4001e;
	color:#fff;
	padding:10px 0;
	text-align:center;
}
.toi-jika a:hover{
	text-decoration:none;
	background-color:#000;
}

.btn.btn-01.visible-phone{display:inline-block !important;}

#product .content-wrap .product-order-spec .btn-01 {
    border: 1px solid #999;
    background-color: #999;
    color: #fff;
    background-color: #999;
}


.product-image {
  padding-bottom: 30px;
  text-align: center;
}

.product-image img {
/*
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
*/
}

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

.product-image-main img {
  border: 1px solid #b2a487;
}

.product-image-thumb ul {
  margin: 0;
}

.product-image-thumb li {
  margin-bottom: 20px;
  padding: 0 10px;
  cursor: pointer;
  width: 150px;
  display: inline-block;
}

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

.product-information {
  background: #fff;
/*  padding: 30px; */
}

.product-order {
  margin: 0 auto 30px;
  max-width: 900px;
}

.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-order-price {
  margin: 10px 0;
  color:#d3473b;
  text-align: left;
/*  text-align: center; */
  font-size: 24px;
  line-height: 40px;
}

.product-order-price li {
/*  margin: 0 10px; */
}

.product-order-regular {
  color: #abaaaa;
  text-decoration: line-through;
}

.product-order-discount {
  color: #b81717;
}

.product-order-input {
  margin: 20px 0;
/*  text-align: center; */
}

.product-unit {
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
}

.input-prepend {
  display: inline-block;
  margin: 0;
}

.input-prepend .btn {
  padding: 10px;
}

.product-order-select {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}

input.product-init-num {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

input.text-titles-list__detail-text {
  width: 70%;
  text-align: left;
}

.btn-addcart {
  line-height: 24px;
}

.btn-addcart .icon-lg-w {
  margin-right: .5em;
}

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

.product-order-exp {
  padding: 40px 0;
  margin-top:80px;
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
/*  border-bottom: 4px double #b2a487; /
}

.product-order-spec {
  margin: 0 0 10px;
/*  border: 2px solid #ccc; */
  background: #fff;
  border-bottom:solid 1px #ccc;
}

.product-order-spec th {
  width: 25%;
  font-weight: normal;
  border-top: 1px solid #ccc;
  padding:20px;
}

.product-order-spec td {
  border-top: 1px solid #ccc;
/*  width: 70%; */
  padding:10px 3%;
}

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

.input-append {
  margin: 0;
}

#option_tbl {
  width: 100%;
}

#option_tbl th,
#option_tbl td{
	padding:10px;
	width:auto;
}

#option_tbl .table_price{
	color:#b4001e;
}

.unstyled a{
	color:#000;
	text-decoration:underline;
}
.unstyled a:hover{
	text-decoration:none;
}


/* ------------------------------ */
/* ------------------------------ */
@media (max-width: 768px) {
  #product .ttlTop{
	  padding:50px 0;
  
  }

  .product-image-main {
    margin-bottom: 20px;
  }

  .product-image-thumb li {
    width: 18%;
  }

  .product-option-select .product-option-unit {
    margin-bottom: 1em;
  }

  .btn-addcart,
  .btn-quick {
    display: block;
    margin-bottom: 20px;
  }

  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
  }

  .product-order-spec th {
    width: 25%;
  }

  .product-order-spec td {
    width: 75%;
  }

  .product-info-lst li {
    display: block;
    margin: 0;
  }

  .product-info-lst a {
    display: block;
    padding: .5em;
  }

  .social-share a {
    display: inline;
  }
}
@media (max-width: 480px) {
  #product .ttlTop span{
	  display:inline-block;
  
  }
  .content-wrap .ttl-h2{
	  font-size:24px;
	  line-height:1.4em;
  }
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .product-information {
    padding: 0;
    background: transparent;
  }

  .product-order {
    width: 100%;
  }



  .product-order-spec th {
    width: 30%;
  }

  .product-order-spec td {
    width: 70%;
  }


  .option_tbl th{width:auto;}





}


.ie_wrapper .product-order-num .btn {
  display: none;
}
