.product__main-image img {
  display: block;
  margin: 0 auto;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.product__name {
   font-size: 1.2em;
  text-align: left;
}

.product__price {
  font-size: 0.8em;
  letter-spacing: .05em;
 text-align: center;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  font-size: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 2em 0;
}

.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: .8em;
}

.btn--addcart {
  padding: .7em 0;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}

.product__info {
  background: #f5f5f5;
  padding: 2em 0;
  margin: 3em 0;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .7em;
  line-height: 1.8;
  margin: .5em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}

.text-titles {
  margin: 0 auto 2em;
}
.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}

@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
  }

  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}
.detail1 td {
    text-align: left;
    vertical-align: top;
    padding: 8px 20px;
    font-size: 11px;
    border-bottom: dashed 1px #CCCCCC;
    width: 50%;
}
.sample {
 text-align: left;
    vertical-align: top;
font-size: 11px;
  padding: 8px 20px;

}

.bx-wrapper,
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 479px) {

  .product__images.col.col-lg-8.col-sm-12.section__block {
    margin: 0em auto;
  }
  .col.col-lg-4.col-sm-12.section__block {
    margin: 4em auto 0 auto;
  }
}

.col-md-12 {
    text-align: center;
}

.product__init-num {
    font-size: 1em;
    padding-top: .3em;
    padding-bottom: .3em;
}

/* フッター崩れ調整 */
.footer__section .col-md-12 {
  text-align: left;
}

/* メイン画像スワイプ対応 */
.mainProductSlider {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#js-mainProductSlider {
  opacity: 0;
}

.mainProductThumb {
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainProductThumb li {
  width: calc(12.5% - 10px);/* 105 / 840  */
  margin: 0 5px 10px;
}

.mainProductThumb a img {
  border: 1px solid transparent;
}

.mainProductThumb a.active img {
  border: 1px solid #666;
}

@media screen and (max-width: 480px) {

  .product__main-image .bx-wrapper {
    margin-bottom: 30px;
  }

  #wrapper .product__main-image .bx-wrapper .bx-controls-direction a {
    margin-top: -14px;
  }

  #wrapper .product__main-image .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 25px;
    height: 25px;
    background-size: 50px;
    border: 1px solid #fff;
  }

  .mainProductThumb li {
    width: calc(25% - 10px);/* 89 / 335  */
    margin: 0 5px 10px;
  }
}
