.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.product {
  margin-bottom: 40px;
}

.product_area {
  margin-top: 30px;
  /*border-bottom: 1px solid #333;*/
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
}
/*.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}*/

.product_detail_area2{
  background: #fff;
  padding: 0 20px 20px 20px;
}

.product_tabs {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f7f7f7;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #0d3965;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  outline: none;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #fff;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}

.product_name {
  margin: 0 0 5px 0!important;
  padding: 0!important;
  font-size: 18px!important;
  font-weight: 700!important;
  position: static!important;
  color: #333!important;
}
.product_name::before {
    border-bottom: 0!important;
    width: auto!important;
    position: static!important;
    z-index: 0!important;
    content: none!important;
}
.product_name::after {
    border-bottom: 0!important;
    width: auto!important;
    position: static!important;
    z-index: 0!important;
    content: none!important;
}

.product_model {
  margin: 0;
  font-size: 10px;
}

ul.pankuzu_lists{
	/*margin-bottom: 50px;
  margin-bottom: 6px;*/
	font-size: 12px;
  margin: 20px 0 6px 20px;
}

ul.pankuzu_lists li:first-child{
	padding-left: 0;
}


/*.product_box_1{
  float: left;
}

.product_box_2{
  float: right;
}*/

.product_img {
	/*width: 710px;
  width: 670px;*/
  margin-bottom: 50px;
}
.product_img_main {
	/*float: left;*/
	/*width: 75%;*/
	/*width: 500px;*/
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.product_img_thumb {
  /*float: right;*/
  /*margin-top: 10px;*/
  /*width: 24%;*/
  /*width: 165px;*/
  /*margin-left: 1%;*/
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  cursor: pointer;
}
.product_img_thumb li {
  float: left;
  /*padding: 0 0 5px 5px;*/
  /*margin: 2px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: pointer;
  /*margin-bottom: 3px;*/
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.thumb_active {
  border: 1px solid #333;
}


.together_product{
  margin-top: 50px;
  margin-bottom: 50px;
}
.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 0 0 20px 0;
}
.product_regular_price {
  margin: 0 0 0 0;
  font-size: 14px;
  text-decoration: line-through;
}
.product_price {
  margin: 0;
  font-size: 18px;
}
.product_price_discount {
  color: #333;
  font-weight: 700;
}
.product_discount_rate {
  color: #333;
  font-size: 16px;
  background: linear-gradient(transparent 0, #ffff9f 0);
}
.product_price_establish {
  margin: 20px 0 5px 0;
  font-size: 12px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  /*background-color: #f7f7f7;*/
  margin: 30px 0;
  padding: 20px 20px 20px;
  font-size: 12px;
  border: 1px solid #f2f2f2;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
          border-top-left-radius: 0px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
          border-top-right-radius: 0px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
          border-bottom-left-radius: 0px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
          border-bottom-right-radius: 0px;
}

.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
  margin-right: 10px;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  /*padding-left: 20px;*/
  padding-left: 10px;
}
.product_cart_init {
  /*display: none;*/
  float: left;
}
.product_cart_init li:first-child{
  margin: -3px 0 10px 0;
}
.product_cart_init li a:focus,
.product_cart_init li a:active,
.product_cart_init li a:visited{
  color: #333;
}

.table-bordered{
	border-radius: 0;
	background: #fff;
}

.stock_head{
	background: #f2f2f2;
}

#prd-opt-table table tr th:first-child {
	background: #f2f2f2;
}



.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  /*margin-top: 30px;*/
  padding: 18px 0;
  background-color: #5d737e;
  font-size: 18px;
  color: #fff;
  *background-color: #5d737e;
  letter-spacing: 0.1em;
  /*width: 60%!important;*/
  margin: 30px auto 0 auto;
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, 'Yu Gothic', Verdana, Meiryo, sans-serif;*/
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #6b818c;
  color: #fff;
  *background-color: #6b818c;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #cc7178;
  color: #fff;
  *background-color: #cc7178;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #a63a50;
  color: #fff;
  *background-color: #a63a50;
}

.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #565656;
  font-size: 18px;
  color: #fff;
  *background-color: #565656;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #565656;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #565656;
}

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  /*vertical-align: -40%;*/
  margin-right: 5px;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 40px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  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:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

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

@media (min-width: 980px) {
  /*.product_area_left {
    width: 540px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }*/
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  /*.product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }*/
}

@media (max-width: 768px) {
  .product_area{
    padding-left: 0;
    padding-right: 0;
  }
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
    width: 100%;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0 10px 60px;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 0 30px 0;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }

  .product_img_main {
	float: none;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}

	.product_img_thumb {
	  float: none;
	  width: 100%;
	  margin-left: 0;
	  -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	  cursor: pointer;
	}

	.product_img_thumb li {
	  float: left;
	  /*padding: 4px 2px 0 2px;*/
	  /*margin: 10px 0 0 0;*/
	  -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	  cursor: pointer;
	  /*width: 20%;*/
	}
	.product_img_thumb li:first-child {
	  
	}

  ul.pankuzu_lists{
    font-size: 11px;
    margin-right: auto;
    margin-left: auto;
  }

  .btn-addcart,
  .btn-reviews {
    width: 100%!important;
  }

  .product_detail_area2{
    padding-right: 0;
    padding-left: 0;
  }

  .product_tabs {
    margin-left: -15px;
    margin-right: -15px;
  }

}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.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;
}