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



.product-image-main {
  margin:0 auto 30px auto;
  border: 1px solid #b2a487;
  padding:40px;
  background:#FFF;
  display:table;
}

.product-image-main-wrap {
  width:300px;
  height:400px;
  display:table-cell;
  vertical-align:middle;
} 

.product-image-main img {
  max-width:300px;
  max-height:400px;
}

.product-image-thumb {
	text-align:center;
}

.product-image-thumb ul {
  margin: 0 -10px 0 0;
  display: inline-block;
}

.product-image-thumb li {
  margin-bottom: 20px;
  cursor: pointer;
  width: 200px;
  background:#FFF;
  -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);
  margin-right:10px;
  padding:10px 10px 15px 10px;
  text-align:center;
  height:220px;
  float:left;
  line-height:220px;
  list-style:none;
}

.product-image-thumb img {
  max-width: 200px;
  max-height: 220px;
  vertical-align:middle;
}

.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: 40px 0;
  color: #999;
  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: 40px 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;
}

.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-bottom: 50px;
  border-top: 4px double #b2a487;
  border-bottom: 4px double #b2a487;
}

.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-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 (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%;
  }
  .product-order-exp-right{
    width: 99% !important;
  }
  .product-order-exp-left-wrap,
  .product-order-exp-left,
  .product-order-exp-left-bg,
  .product-order-exp-left table
  {
    width: 99% !important;
  }
}
.ie_wrapper .product-order-num .btn {
  display: none;
}

/* レイアウト変更 */
.product_detail_tit01{
	text-align:center;
  	margin-bottom:20px;
}
.product_detail_img01{
	text-align:center;
}
.product_detail_img02{
  text-align:center;
}

.product_detail_img02 img.top{
  margin-bottom: 30px;
}

.product-order-exp-wrap{
  margin: 50px 0;
}
.product-order-exp-left{
  width:220px;
  float:left;
}
.product-order-exp-left-wrap{
	background:url(https://img21.shop-pro.jp/PA01343/442/etc/detail_bg01.png?cmsp_timestamp=20160222152801);
  padding:5px;
}

.product-order-exp-left-bg{
  background:#FFF;
  padding-bottom:10px;
}

.product-order-exp-left table{
  margin:10px 10px 0 10px;
	width:100%
}
.product-order-exp-left th,
.product-order-exp-left td{
	text-align:left;
}

.product-order-exp-left-tit{
  border-bottom:1px solid #CCC;
  padding:15px 0;
  text-align:center;
}
.product-order-exp-left p{
	margin-top:10px;
}
.product-order-exp-right{
  width:560px;
  float:right;
  padding: 40px 0;
  border-top: 4px double #b2a487;
  border-bottom: 4px double #b2a487;
}

.product_detail_consomme1{
	text-align:center;
}
.product_detail_consomme2{
	text-align:center;
  	margin-top:40px;
}
.product_detail_consomme2 .title{
	text-align:center;
  	margin-bottom:20px;
}
.product_detail_consomme3{
	text-align:center;
  	margin-top:10px;
}

