/* bxSlider関連 */
.container-section {
  opacity: 0; 
  transition: opacity .3s linear;
}
.bx-wrapper {
  margin: 0 !important;
}

ul.bxslider {
  margin-left: 0px !important;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}

.custom-thumb li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.custom-thumb li a:hover {
  opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
  display: inline-block;
}

a.active {
  border: 1px solid #333;
}

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
  float: left;  
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20%;
}

/* 商品単位 */
.product-unit {
  float: left;
  padding: 5px;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 15px;
}

/* カートボタンのデザイン */
.btn-addcart {
  background-color: #333;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
}

/* いいねボタンのズレ修正 */
.fb_adjust {
  position: relative;
  top: 1px;
}

/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}



<!-- 商品ページ ボックスラベル表示 -->
<style type="text/css">.box-label {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #48d1cc;
}
.box-label .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #48d1cc;
    color: #ffffff;
    font-weight: bold;
}
.box-label p {
    margin: 0; 
    padding: 0;
}
</style>


<!--テーブル調整-->
<style type="text/css">.prod-details th,td { padding: 5px;}
.prod-details th { background-color: #f5f5f5;}

.box-label {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #fd7f23;
}
.box-label .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #fd7f23;
    color: #ffffff;
    font-weight: bold;
}
.box-label p {
    margin: 0; 
    padding: 0;
}
</style>


<!-- 商品ページ 他サイトで購入表示 -->
<style type="text/css">.box-label2 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #48d1cc;
}
.box-label2 .box-title2 {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #23e48d;
    color: #ffffff;
    font-weight: bold;
}
.box-label2 p {
    margin: 0; 
    padding: 0;
}
</style>


<!--テーブル調整-->
<style type="text/css">.prod-details th,td { padding: 5px;}
.prod-details th { background-color: #f5f5f5;}

.box-label2 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #23e48d;
}
.box-label2 .box-title2 {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #23e48d;
    color: #ffffff;
    font-weight: bold;
}
.box-label2 p {
    margin: 0; 
    padding: 0;
    text-align: center;
}
</style>