@charset "euc-jp";
#product {
  margin-top:0;
}
.product-image {
  padding-bottom: 0;
}
  .product-image-main {
    width:100%;
    margin:0 20px 0 0;
    padding:0;
  }
 .product-image-thumb {
   width:100%;
   margin: 0 20px 0 0;
   padding:0;
}
  .product-image-thumb li {
    padding: 0 0;
    cursor: pointer;
    float: left;
    width:110px;
    margin: 20px 20px 20px 0;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 0;
    border:none;
    width:110px;
    max-height:110px !important;
  }
.product-info {
  width:800px;
  margin:0;
  padding:0;
}
.product-mobile {
  display:block;
  margin-bottom:50px;
}
h2.product-name {
  font-size:2em;
  line-height:1.5;
  text-align:center;
  margin:0 0 2em;
}
.attention {
  border:1px solid #444;
  padding:10px;
}

.product-order {
  margin: 10px 0 0;
  clear:both;
  color:#fff;
  background:#ffaabb;
}
  .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-option-select {
    position: relative;
    overflow: hidden;
  }
    .product-option-select .product-option-wrapper {
      position: relative;
      left: 0;
      float: left;
      width:100%;
    }
    .product-option-select .product-option-unit {
      width: 100%;
      position: relative;
      left: 0;
      float: left;
      text-align:center;
    }
    .product-option-select .product-option-unit:nth-child(2) {
      margin:20px 0;
    }
    .product-option-select .product-option-unit div {
      padding: 0 0;
    }
    .product-option-select .option-select-name {
      margin: .5em 0;
      font-size: 1.2em;
    }
    .product-option-select select[name="option1"] {
      width:120px;
    }
    .product-option-select select[name="option2"] {
      width:120px;
    }
.product-order-price {
  margin: 0 0 20px;
  padding: 20px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  line-height: 40px;
  font-weight:bold;
  border-bottom: 1px solid #fff;
}
  .product-order-price li {
    margin: 0 0;
    padding: 0 !important;
  }
  .product-order-price li.price-name {
    font-size:1.3em;
    margin-right:0.7em;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
  .product-order-price li span.price-number{
    font-size:2em;
  }
.taxinprice {
  font-size:0.6em;
  padding-left:0.5em;
}
span.tax {
  font-size:0.7em; font-weight:normal;
}
.prduct-option {
  width:50%;
  float:left;
  display: inline;
}
.product-order-input {
  width:100%;
  margin: 0 0 7em;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  padding: 8px;
  width: 60px;
  text-align: right;
  font-size: 18px;
  line-height: 1;
}

.btn-addcart {
  line-height: 24px;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.btn-addcart.btn-01 {
  border: 2px solid #fff;
  background-color: #c00;
  color: #fff;
  padding: 8px 15px 8px 13px;
  margin-top: -2px;
}
.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  font-size:12px;
  letter-spacing:1px;
  line-height:2.2;
}

.product-order-exp h5 {
  font-size:1em;
  line-height:1.8;
  letter-spacing:0;
  font-weight:normal;
  padding:40px;
  width:70%;
  margin:0 auto 5em;
  background:#fefefe;
}

.product-order-exp img {
  padding-bottom:30px;
}
.product-order-exp h3 {
  font-size:1.4em;
  text-align:center;
  margin:0 0 30px;
  padding:0;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .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;
    }


@media (max-width: 768px) {
  .product-image-main {
    display:none;    
  }
  .product-image-thumb {
    display:none;
  }

  .product-info {
    width:100%;
    margin-bottom:40px;
  }
  .product-mobile {
  	display:block;;
  }
  .product-order-price {
    margin-bottom:0;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      width: 100%;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .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;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  #product {
    margin-top:3em;
  }
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
}

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

.flickity-prev-next-button {
    width: 20px !important;
    height: 20px !important;
}