.product__main-image img {
  display: block;
  margin: 0 auto;
  max-width: 450px;
}

.page--product .btn--soldout {
    width: 100%;
    background-color: blueviolet !impotant;
    color: #ffffff !important;
    background-color: #683B22;
}

.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 {
  text-align: left;
}

.product__price {
  font-size: 1.5em;
  letter-spacing: .05em;
}

.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 {
    list-style-type: none;
    margin: 0 0 10px 25px;
}
.product__info__list:first-child {
  margin-top: 0;
}

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


#exp-1-view{
margin-bottom: 40px;
}

#exp-2-view {
/*line-height: 12px;*/
}

#exp-2-view br {
    line-height: 12px;
    display: none;
}

#exp-2-view td {
    border-bottom: dotted 1px #777777;
}

#exp-2-view tr td:nth-child(1) {
    padding: 25px 20px;
    font-size: 15px;
    min-width: 70px;
}


@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: 0em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}








/* 以下オリジナル設定 */

.topicpath-nav {
    font-size: 18px;
    color: #666;
    margin-bottom: 1em;
}

div.item_bottom_text_box {
    max-width: 1000px;
    margin: 0 auto;
}

.section__title-h2 {
    text-align: center;
    font-size: 17px;
    margin: 0 0 23px;
    padding: 14px 0 0;
    background-position-x: center;
    height: 69px;
    font-weight: bold;
    background-repeat: no-repeat;
    color: #fff;
}


.col-lg-8 {
    padding: 20px 10px 0;
width: 55%;
}

tr.set br{
display: inline-block
}
.col-lg-4 {
    margin-top: 0% !important;
}

@media (max-width: 868px) {
.section__title-h2 {
    text-align: center;
    font-size: 17px;
    margin: -25% 0 23px;
    padding: 14px 0 0;
    background-position-x: center;
    height: 69px;
    font-weight: bold;
    background-repeat: no-repeat;
    color: #fff;
}
}

/*追記
p.line-red{text-decoration:line-through;color: red;}

p.line-red span{color:#000;}*/