#product{
width:800px;
  margin:0 auto;
}
.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;
    margin-top: 30px;
}

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

.product-image-thumb {
}

.product-image-thumb ul {
    display: block;
    float: left;
    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-order-info {
}

.product-information {
  background: #fff;
  padding: 30px;
/*  width: 30%;*/
  height: 360px;
/*  float: left;*/
}

.product-information2 {
  background: #eee;
  padding: 30px;
/*  width: 55%;*/
  height: 360px;
/*  float: left;*/
}

.product-order {
  margin: 0 auto;
  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: 40px 0;
  color: #999;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}

ul.inline > li {
  height: 1em;
}
.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: 0;
  text-align: center;
}

.product-unit {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  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: 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 20px 0;
  margin-bottom: 50px;
  border-top: 4px double #b2a487;
  border-bottom: 4px double #b2a487;
}

.product-order table{
  margin: 0;
}

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

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

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

.product-order-detail {
/*  margin: 0 0 50px;*/
/*  border: 2px solid #ccc;*/
  background: #fff;
}

.product-order-detail th {
/*  width: 30%;*/
  font-weight: normal;
  border-top: 1px solid #ccc;
  padding: 20px;
}

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

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

@media (min-width: 769px) {
 .product-information {
   width: 30%;
   float: left;
 }
 .product-information2 {
   width: 55%;
   float: left;
 }
}

@media (max-width: 768px) {
  .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: 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;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }

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

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

.unit-box {
    background-color: #000;
    margin: 15px;
    padding: 40px;
}


.ttl-h2 {
    display: block;
    font-size: 1em;
    position: relative;
   float:left;
  color:#fff;
  width: 400px;
}

.product-order-price {
    bottom: 0;
    color: #fff;
    float: left;
    font-size: 1.5em;
    line-height: 0;
    margin: 20px 0;
    position: relative;
    right: -31px;
    text-align: right;
    top: 20px;
    width: 400px;
}


.content-wrap {
    clear: both;
    margin: 20px auto;
    max-width: 100%;
}

.product-image-main img {
    border: 1px solid #000;
    width: 99%;
}

@media only screen and (max-width: 768px) {
	.sp_none{display: none;}

 #product-srh {
    color: #fff;
    margin: 0 auto;
    width: 0px;
}   
  
#product {
    width: 100%;
    margin: 0 auto;
}  

  information {
    background: #fff;
    padding: 30px;
    width: 100%;
    height: 360px;
    float: left;
}
  
.product-information2 {
    background: #eee;
    padding: 30px;
/*    width: 83%;*/
    height: 360px;
    clear: both;
}
.product-information {
    background: #fff;
    padding: 30px;
/*    width: 83%;*/
    height: 210px;
    clear: both;
}
.product-order-exp {
    padding: 20px 10px;
    margin-bottom: 20px;
    border-top: 4px double #b2a487;
    border-bottom: 4px double #b2a487;
}  
  
.ttl-h2 {
    display: block;
    font-size: 1em;
    position: relative;
    float: none;
    color: #fff;
  width: 100%;
}
  
.product-order-price {
    bottom: 0;
    color: #fff;
    float: none;
    font-size: 1.5em;
    line-height: 0;
    margin: 20px 0;
    position: relative;
    right: 0px;
    text-align: center;
    top: 0;
  width:100%;
}  
}



