.product_calendarBox {
	position: relative;
	width: 960px;
	height: 1160px;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
}

.product_calendarBox .b4 {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.product_calendarBox .a3 {
	position: absolute;
	bottom: 0px;
	left: 320px;
}

.product_calendarBox .b3 {
	position: absolute;
	bottom: 0px;
	left: 640px;
}
	
.product_calendarBox img {
	max-width: 100%;
}
	
.calendarBox_text01 {
	width: 960px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
	color: #000;
	font-size: 16px;
}
	
.calendarBox_text02 {
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 2.0em;
	color: #000;
	font-size: 16px;
}


@media (max-width: 960px) {

	.product_calendarBox {
	width: 100%;
	height: auto;
	}

	.product_calendarBox .b4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33.3333%;
	}

	.product_calendarBox .b4 img {
	max-width: 100%;
	}

	.product_calendarBox .a3 {
	bottom: 0;
	left: 33.3333%;
	width: 33.3333%;
	}

	.product_calendarBox .a3 img {
	max-width: 100%;
	}

	.product_calendarBox .b3 {
	bottom: 0px;
	left: 66.6666%;
	width: 33.3333%;
	}

	.product_calendarBox .b3 img {
	max-width: 100%;
	}
	
	.calendarBox_text01 {
	width: 100%;
	font-size: 14px;
	}
	
	.calendarBox_text02 {
	width: 100%;
	font-size: 14px;
	}

}

.product__main-image{
  margin-bottom:10px;
  
}
.product__main-image img {
  display: block;
  margin: 0 auto;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.product__name {
  text-align: left;
}

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

.product__option__block th, .product__option__block td {
  text-align: center;
  border-bottom: #CCC solid 1px;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 10px;
}

.product__init-num {
  font-size: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 2em 0;
  margin: 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 2em 0;
}

.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: .8em;
}

.btn--addcart {
  padding: .7em 0;
  color: #666;
  font-size: 18px;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}

.product__info {
  background: #f5f5f5;
  padding: 2em 0;
  margin: 3em 0;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .9em;
  line-height: 1.8;
  margin: .5em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}

.col-lg-8_img {
    box-sizing: border-box;
    display: block;
	 margin-top: 15px;
    min-height: 1px;
    padding-left: 1%;
    padding-right: 1%;
    word-break: break-all;
}

.product__info__img{
	clear: both;
	width: 80%;
	float:right;
	margin-right: 30px;
}


.col-lg-list {
    width: 80%;
}


@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
  }

  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}



.product_container_section {
  width: 940px;
  margin-top: 40px;
}

.prd_opt_src {
  display: none !important;
}
.product_image {
  float: left;
  margin-bottom: 0;
}
.product_image_main {
  width: 500px;
  height: 500px;
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
.product_image_thumb {
  width: 500px;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 0px;
  width: 25%;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}








.product_exp_thumb {
  width: 94%;
  margin: 0 auto;
}

.product_exp {
  padding-top: 0px;
  line-height: 1.6;
  font-size: 100%;
  width: 100%;
}

.product_info_block {
  padding-top: 2em;
}
  .product_spec_block {
    width: 100%;
    margin-bottom: 3em;
  }
    .product_spec_block table {
      width: 100%;
    }
      .product_spec_table {
        border-top: 1px solid #888;
      }
      .product_spec_table th {
        padding: 1em .5em 1em 1em;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
      }
      .product_spec_table td {
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        border-bottom: 1px solid #888;
      }
        .product_spec_table th {  
          width: 33.333%;
        }
        .product_spec_table td {
          width: 66.666%;
          font-size: 120%;
          font-weight: bold;
        }
          .product_spec_table select {
            width: 90%;
          }
          .product_order_form input {
            float: left;
            margin-right: .3em;
            padding: .3em;
            width: 3em;
            text-align: right;
          }
          .product_unit {
            padding: .3em;
            float: left;
          }
          .product_init {
            display: none;
          }
          .product_option_table td div {
            margin-bottom: .5em;
          }
  .product_info_lst {
    width: 100%;
    margin-bottom: 2em;
  }
    .product_info_lst .icon {
      margin-bottom: .7em;
    }
    .product_info_lst a {
      color: #444;
      text-decoration: none;
    }
    .product_info_lst a:hover {
      text-decoration: underline;
    }
  .product_review {
    margin-bottom: 1.5em;
  }
    .product_review a {
      font-weight: bold;
    }
.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
  }







.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  background-color: #A5A5A5;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
}
  .product_addcart_btn {
    float: left;
    width: 100%;
    padding: 1.2em 0;
    border: none;
    border-radius: 0;
    background-color: #A5A5A5;
    cursor: pointer;
    -webkit-appearance:none;
  }
  .product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
  }
  .product_member_sale_msg {
    color: #df7676;
  }


.product_cart_btn:hover {
    background-color: #3292FF;
}

.product_addcart_btn:hover {
    background-color: #3292FF;
}










.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;

}

.trackback_block {
  clear: both;
}
  .trackback_url {
    padding: .5em;
    width: 60%;
  }
.together_block {
  clear: both;
}