@charset "euc-jp";
.prd-opt-src {
  display: none !important;
}
.product-image {
  padding-right: 40px;
}
.product-image-main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product-image-thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.thumb {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #dbdbdb;
}
.thumb-active {
  border: 1px solid #ecd062;
}
.product-exp {
  clear: both;
  margin: 0px 0;
  padding: 0px 0;
  line-height: 1.6;
}

.product-etc {
  clear: both;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.6;
}


.product-spec-block {
  margin-bottom: 3em;
}
  .product-spec-block table {
    width: 100%;
  }
    .product-spec-table {
      margin-bottom: 20px;
      border-top: 1px solid #dbdbdb;
    }
    .product-spec-table th {
      padding-top: 1em;
      padding-right: .5em;
      padding-bottom: 1em;
      border-right: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
    }
    .product-spec-table td {
      overflow: hidden;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 1em;
      border-bottom: 1px solid #dbdbdb;
    }
      .product-spec-table th {
        width: 33.333%;
      }
      .product-spec-table td {
        width: 66.666%;
      }
        .product-spec-table select {
          width: 90%;
        }


        .product-order-form input {
          float: left;
          margin-right: .3em;
          padding: .3em;
          width: 3em;
          text-align: right;
        }
        .product-unit {
          float: left;
          padding: .3em;
        }
        .product-init {
          display: none;
        }
        .product-option-table td div {
          margin-bottom: .5em;
        }
.product-info-lst {
  margin-bottom: 2em;
}
  .product-info-lst li {
    margin: 15px 0;
  }
  .product-info-lst a {
    color: #444;
    text-decoration: none;
  }
  .product-info-lst a:hover {
    text-decoration: underline;
  }
  .product-review {
    margin-bottom: 30px;
  }
  .product-review a {
    font-weight: bold;
  }
.social-share {
  margin-top: 1.5em;
}
  .social-share li {
    margin-bottom: .5em;
  }
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #df7676;
}




/* 商品詳細画像 */
.container-prdphot {
  margin-bottom:   ;
  word-break: break-all;
}

.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}

 /* 商品詳細の説明 */
.prdetcbox { /* 親ボックス */
width:100％; 
padding: 5px;
background-color: #;
overflow: hidden;
}

.prdetcbox1 { /* ボックス1 */
padding:  5px 0px ;
background-color: #;
float:  left; 
width:450px; 
  padding-right: 40px;

} 

.prdetcbox1 img{ /* ボックス1 */
padding:  0px 0px 10px 0px ;

} 

.prdetcbox2 { /* ボックス2 */
padding: 5px 0px ;
background-color: #;
float:left; 
width:350px; 

}


/* スペック表テーブル */
table.brwsr2 { 
    margin: 0 auto;
    width: 100%;
    border: none;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    border-collapse: separate;
    border-spacing: 0 5px;
    background: #FFF;
}
 
table.brwsr2 th {
    vertical-align: middle;
    height: px;
    width: 20%;
    border-right: solid 1px #999;
    margin: 0;
    text-align: center;
    color: #666;
    font-size: 12px;
    font-weight: bold;
}
 
table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    height: px;
    width: 15%;
    border: none;
    color: #666;
    font-size: 12px;
    line-height: px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;

}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #999;
}