.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 {
  padding-bottom: 10px;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #333;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.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;
  font-size: 20px;
  font-weight: normal;
}

.product_name2 {
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
}
.product_model {
  margin: 0;
  font-size: 10px;
}

.product_img {
  margin-bottom: 60px;
}


.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
}
.thumb_active {
  border: 1px solid #333;
}

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

.product_price_area {
  margin: 20px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  font-size: 30px;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: #f6f6f6;
  margin: 30px 0;
  padding: 10px 20px 20px;
  font-size: 12px;
}
.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;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.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: #333;
  font-size: 18px;
  color: #fff;
  *background-color: #333;
  letter-spacing: 0.1em;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #666;
  color: #fff;
  *background-color: #666;
}
.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: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}

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

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

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

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

.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;
}
/*商品名*/
.ttl_productName{
	color: #231815;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left:0%;
	padding:0px;
}
/*商品説明*/
#explain_product_detail{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 90%;
}

#explain_product_detail h3{
	color: #231815;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	padding-top: 20px;
	margin-bottom: 15px;
	padding:0px;
}

#explain_product_detail h4{
	color: #231815;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3em;
	margin-top: 15px;
	margin-bottom: 8px;
	padding:0px;
}


.text_explain_product_detail{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	line-height: 205%;
  margin-bottom: 35px;
}

.photo_explain_product_detail01{
	margin-top: 0px;
	margin-bottom: 15px;
}

.photo_explain_product_detail01 img{
	max-width:100%;
	height:auto;
}


/*商品の色*/
.section_products_color{
	width: 50px;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	
}
.products_color_photo{
	padding-bottom:3px;
	padding-top:3px;
}

.products_color_photo img{
	max-width:100%;
	height:auto;
}
	

.products_color_text{
	padding-top: 10px;
	padding-bottom: 8px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	text-align:center;
}

.products_color_text a{
	color: #333;
	text-decoration:none;
}

.products_color_text a:hover{
	color: #333;
	text-decoration:underline;
}

.products_color_text a:active{
	color: #333;
	text-decoration:underline;
}

.products_color_text a:visited{
	color: #333;
	text-decoration:none;
}


.table_product_color{
	margin-bottom: 25px;
}



.table_product_color td{
	padding-top:15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.td_product_color{
	border-bottom: 1px dotted #666666;
	
}

.table_product_color td p{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
	margin:0px;
	padding:0px;
}


/*メンテナンス*/
/*メンテナンス*/
.section_maintenance{
	background-color: #F5F5F5;
	padding-top: 0px;
	padding-right: 8%;
	padding-left: 8%;
	padding-bottom: 15px;
	overflow: hidden;
	width: 84%;
	margin-bottom: 35px;
}

.section_maintenance h5{
	text-align: center;
	color: #FFF;
	font-size: 1.1em;
	background-color: #000;
	border-radius: 0px 0px 5px 5px;
	width: 50%;
	padding: 8px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}

.section_maintenance_photo{
	width: 55%;
	float:left;
}

.section_maintenance_photo img{
	max-width:100%;
	height:auto
}
.section_maintenance_text{
	width: 40%;
	float:right;
}

.section_maintenance_text p{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.95em;
	line-height: 185%;
	margin:0 0 15px 0;
}


/*フェルト*/
.bana_felt{
	margin-bottom: 15px;
}

.bana_felt img{
	max-width:100%;
	height:auto;
}

/*配送について*/
.ttl_shipping{
	margin-top: 25px;
	margin-bottom: 15px;
}

.ttl_shipping img{
	max-width:100%;
	height:auto;
}
.section_shipping{
	overflow: hidden;
	margin-bottom: 25px;	
}

.section_shipping img{
	max-width:100%;
	height:auto;
}
.section_shipping_normal{
	width: 49%;
	float: left;
}

.section_shipping_kumitate{
	width: 49%;
	float: right;

}
/*商品写真*/
.photo_product_foot{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}


.photo_product_foot img{
	max-width:100%;
	height:auto;
}
/*ボタン*/

.btn-back {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
  *background-color: #000;
	text-align: center;
	padding: 18px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 25px;
}
.btn-back a{
	color: #fff;
	text-decoration:none;
}

.btn-back:hover,
.btn-back:focus,
.btn-back:active,
.btn-back.active,
.btn-back.disabled,
.btn-back[disabled] {
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
  *background-color: #666;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0;}
    .col-md-5 {
    width: 41.6666667%;


  }
  .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_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }

  .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 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
  
  
/*メンテナンスについて*/

.section_maintenance{
	background-color: #F5F5F5;
	padding-top: 0px;
	padding-right: 8%;
	padding-left: 8%;
	padding-bottom: 15px;
	overflow: hidden;
	width: 84%;
	margin-bottom: 35px;
}

.section_maintenance h5{
	text-align: center;
	color: #FFF;
	font-size: 1.1em;
	background-color: #000;
	border-radius: 0px 0px 5px 5px;
	width: 50%;
	padding: 8px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}

.section_maintenance_photo{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	text-align: center;
	
}

.section_maintenance_photo img{
	max-width:100%;
	height:auto;
	
}
.section_maintenance_text{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section_maintenance_text p{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 185%;
	margin:0 0 15px 0;
}


}

#section_prodcut_original_icon{
	margin-bottom: 25px;
}
.original-icon {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1;
  border-radius: 4px;
}

.original-icon2 {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1;
  border-radius: 4px;
}
 
.icon-red {
  color: #fff;
  background-color: #C7243A;
}
 
.icon-orange {
  color: #fff;
  background-color: #DA5019;
}

.icon-gray {
  color: #fff;
  background-color: #555555;
}

table.shousai td {
   border-width: 1px 0px; 
   border-color: #cccccc;   
   border-style: solid; 
   padding: 0.6em 0.3em;
}
.s_area {font-size: 12px; line-height:160%;}
.s_area a{color:#006699;}
.s_area a:hover{color:#006699;text-decoration: underline;}

table.shousai02 td {
  vertical-align: top;
  padding: 7px 11px 1px 0;
}

.sozai_ic{  position: relative;
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat;
    margin: 4px 0;
    display: inline-block;
 padding-left: 24px;}

.moketto {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_moketto.gif);
}

.tarpg {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_tarpg.gif);
}

.tarpb {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_tarpb.gif);
}

.masterdy {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_masterdy.gif);
}

.franob {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_franob.gif);
}

.wooln {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_walln.gif);
}

.milan {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_miran.gif);}

.bpink {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_bpink.gif);}

.mistg {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_mistg.gif);}

.standb {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_standerdb.gif);}
  
  .standi {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_standerdai.gif);}

.standk {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_standerdkya.gif);}

.libellb {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_libellb.gif);
}

.pureb {
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/icon_sozai_pureb.jpg);
}

.setumei_i{  position: relative;
background-size: 25px;
background-position: left;
background-repeat: no-repeat;
margin: 2px 0;
display: inline-block;
padding-left: 22px;
height: 27px;
}

.haisou{
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_haiso.gif);
}
.shiharai{
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_siharai.gif);
}
.kumitate{
    background-image: url(https://img16.shop-pro.jp/PA01094/225/etc/i_kumitate.gif);
}

.icon-joutai {
    color: #333333;
    background-color: #cfcfcf;
}

.felt {
  font-size: 12px;
  line-height:160%;
  padding-top: 10px;
  padding-bottom: 20px;
}

