.header__section {
  margin-bottom: 40px;
}

.section__block {
  margin: 0 auto 2em;
}

#main .r_bx h2 {
  padding: 5px 0;
  font-size: 140%;
  line-height: 100%;
  text-indent: 3%;
}

.product__main-image {
  margin: 0 auto 1em;
}
.product__main-image img {
  margin: 0 auto;
  display: block;
}

.carousel-slide ul.product__thumbs {
  text-align: center;
}
.carousel-slide ul.product__thumbs li {
  float: none;
  display: inline-block;
}
.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.bx-wrapper {
  margin: 0 auto 60px;
  padding: 0;
  position: relative;
}
.bx-wrapper .bx-controls-direction {
  display: none;
}

.price_bx {
  padding: 35px 10% 0;
  background: #eeffee;
}

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

.product__insertname__wrapper {
	font-weight: bold;
}

.product__insertname {
  width: 100%;
  height: 85px;
  margin-bottom: 10px;
  box-sizing: border-box;
	font-weight: normal;
}

#option_tbl,
.table-bordered {
  width: 100%;
  background: #fff;
  border-color: #ccc;
}
#option_tbl {
  margin-bottom: 20px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-collapse: separate;
  border-image: none;
  border-radius: 4px;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
}
#option_tbl th, #option_tbl td {
  border-left: 1px solid #ddd;
}
#option_tbl td {
  border-top: 1px solid #ddd;
  line-height: 20px;
  padding: 8px;
  vertical-align: middle;
}
#option_tbl td.none {
  border-top: none;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 0.5em 0 0;
  font-size: .9em;
}

.product__option__block_bibo {
  font-weight: bold;
  margin-bottom: 1em;
}
.product__option__block_bibo .product_opsion_select {
  width: 50%;
  margin-right:50%;
  margin-bottom: 10px;
}
.product__option__block_bibo .product__option__block_bibo_txt {
  font-weight: normal;
}

.product_detail_area .option_price {
	display: none;
}

.product__init-num {
  width: 50px;
  padding-top: .5em;
  padding-bottom: .5em;
  border: 1px solid #999;
  display: inline-block;
  font-size: 1.5em;
  text-align: right;
}
.product__init-updw {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.product__order__btns {
  margin: 2em 0;
  list-style-type: none;
}
.product__order__btn {
  margin-bottom: 1em;
}
.btn--addcart {
    padding: .7em 0;
}
.stock_error {
  padding: 8px 0;
  background: #ccc;
  color: #666;
  font-weight: bold;
  text-align: center;
}


#cate_bx ul.cate_list {
  display: none;
  list-style-type: none;
}
#cate_bx ul.cate_list li a {
  text-decoration: underline;
  font-size: 110%;
}
#cate_bx ul.cate_list li a i {
  background-image: url("../img/icon16_w.png")!important;
  background-position: -257px -127px!important;
}

.row .oln {
  margin: 0 0 30px 0;
  padding: 10px 2%;
  border: 2px solid #009933;
}
.cap {
  margin: 0 0 30px 0;
  padding: 0 1%;
}

.product_link_area {
  margin: 0 0 30px 0;
  padding: 20px 8%;
  background: #f5f5f5;
}
.product_link_area ul.other_link {
  margin: 0 0 10px 0;
  list-style-type: none;
}
.product_link_area .twitter,
.product_link_area .fb-like {
  display: inline-block;
}


#main .r_bx div.lst_btn {
  text-align: center;
}

@media (max-width: 768px) {
  .price_bx {
    padding: 35px 5% 0;
  }

  .product__order.row dl.dl-vertical-list {
    width: 42%;
    float: left;
  }
  .product__order__btns {
    width: 50%;
    margin: 2em 0;
    list-style-type: none;
    float: right;
  }

  .product_link_area .fb-like {
    width: 40%!important;
    overflow: hidden;
  }

}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
}

/* 2021年9月13日関連商品追加用スタイル */
#main .r_bx h3.products-points {
    padding: 0px!important;
}

h3.products-points {
	border-bottom: solid 3px #30A600;
	position: relative;
	font-size: 1.5rem;
    font-weight: bold;
}

h3.products-points:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ffc778;
	bottom: -3px;
	width: 30%;
}

div p.exp-img {
    width: 100%;
    bottom: 110px;
    left: 0;
    margin-top: 5px;
    text-align: center;
}

.related-products {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 30px;
}

.related-products p.related-products-title {
	padding: 5px 0;
    font-size: 140%;
    line-height: 100%;
    text-indent: 3%;
	border-left: 3px solid #009944;
    border-bottom: none;
    color: #2b2b33;
	font-weight: bold;
}

.related-products ul.catselect {
	width: 100%;
    overflow: hidden;
	margin: 0 0 20px 0;
}

.related-products ul.catselect li.category01 {
	float: left;
}

.related-products ul.catselect li.category02 {
	float: right;
}

.related-products ul.catselect li {
	width: 340px;
    background-repeat: no-repeat;
	list-style: none;
}

.related-products ul.catselect li div {
	position: relative;
    padding: 20px;
    width: 300px;
    height: 300px;
    background: #f5f5f5;
}

.related-products ul.catselect li div a {
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-indent: 0;
	position: relative;
}

.related-products ul.catselect li div p.img {
	position: absolute;
    width: 100%;
    bottom: 110px;
    left: 0;
    margin-top: 5px;
    text-align: center;
}

.related-products ul.catselect li dl {
	color: #413e3b;
	margin-bottom:50px;
}

.related-products ul.catselect li dl dt {
    font-size: 13px;
    font-weight: 700;
}

.related-products ul.catselect li dl dd {
	font-size: 11px;
	margin: 0;
}

.related-products ul.catselect li dl dd strong {
	font-size: 16px;
	font-style: normal;
    font-weight: 700;
}
