.table {
  margin: 20px -3px;
}
.table th, .table td {
  border-top: 0;
}
.table th {
  min-width: 6em;
}

.product-order-exp h3 {
    font-size: 1.7em;
    margin: 0 0 20px;
    color: #E66C05;
    font-weight: normal;
}
.product-order-exp p{
  line-height: 2;
  font-family: sans-serif;
}

/* 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_info_block {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@media (max-width: 480px) {
  .product_info_block {
    padding: 1em 0;
  }
}


/* 販売価格の文字強調 */
.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: #E66C05;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
  margin:20px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.btn-addcart:hover {
  color:#fff;
  background-color:#bf5701;
}
/*お気に入りボタン*/
.btn-favorite {
  background-color: #fff;
  border: medium none;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
  margin:20px 0;
  border: solid 1px #ddd !important;
  outline: none;
}
.btn-favorite:hover {
  background-color: #fff;
  color: #333;
}
.btn-favorite:focus {
  background-color: #fff;
  outline: none;
}
.btn-favorite i {
  color: #999;
}
.is-added i {
  color: #ff7373 !important;
}
.btn-fav-view,
.btn-fav-write {
    border: solid 1px #aaa;
    border-radius: 25px;
    padding: 7px;
    margin: 0 0 10px 0;
    width: 80%;
    display: inline-block;
    overflow:hidden;
    -webkit-transition: .2s;
    transition: .2s;
}
.btn-fav-view:hover,
.btn-fav-write:hover {
    border: solid 1px #fff;
    background-color:#E66C05;
    color:#fff;
}
/* いいねボタンのズレ修正 */
.fb_adjust {
  position: relative;
  top: 1px;
}

/* レビュー機能 */
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

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