@charset "euc-jp";

/*詳細ページの横幅指定*/

.box {
  display:inline-block;
  width:100%;
}

.box-left {
  display:block;
  float:left;
  max-width: 58%;
}

.box-left img{
  padding-bottom:8px;
}

 .box-left img{
    padding-top:2%;
    padding-bottom:0;
  }


.video{
  position:relative;
  height:0;
  padding:0 0 56.25%;
  overflow: hidden;
}

.video iframe{
  	position:absolute;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
  	border:none;
}

.box-dummy{
  display:block;
  float:left;
  max-width:42%;
}

.box-right{
  display:block;
  margin:0 0 0 6%;
}

.line{
  border-top:0.5px solid #d3d3d3;
  border-bottom:0.5px solid #d3d3d3;
  padding-top:15px;
  padding-bottom:15px;
}

}


/* 商品説明文固定 */
.box-right-sticky {
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
}
.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }

.product-order {
  margin: 30px 10%;
}
  .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: 50%;
      float: left;
    }
    .product-option-select .product-option-unit {
      width: 300px;
      position: relative;
      left: -50%;
      float: left;
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
    }
.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-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: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

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

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e7e7e7;
}

.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;
    }

/* 残り●の前にスペース */
.t_stock_num:before {
  content:' ';
}
/* ×の前にスペース */
.stock_zero:before {
  content:' ';
}

.cell_2{
  height:40px;
}

.cell_2 br{
  display:none;
}


@media (max-width: 768px) {
   .product-order {
    margin:0,auto !important;
    width: 80%;
  }
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .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;
      max-width: 170px;
      width: 100%;
      text-align: center;
    }
  .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;
  }
.sidebar__inner{
  margin:0 25px;
}
  .box-left{
    max-width:98%;
  }
  .box-left img{
    padding-top:1%;
    padding-bottom:0;
    padding-left:1%;
    padding-right:1%;
  }
  
  .box-left span{
    padding-left:1%;
    line-height:30px;
  }
  
  .box-dummy{
    min-width:100%;
    height: initial !important;
  }
  
  .box-right{
  margin:0 3% 0 3%;
}

  .video iframe{
    padding-left:1%;
  }
  
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

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


.pan {
  padding: 0 1%;
  font-size: 11px;
  color: #abaaaa;
}

.pan a {
  font-size: 11px;
  color: #abaaaa;
}


  