@charset "utf-8";
/* CSS Document */

div#mainimg_off {
	background: #319b03;
	text-shadow: #2e8e05 2px 2px 2px;
}
/* 浴室乾燥機 商品について*/
.box_width_221{
	width:221px;
}
.ml11{
	margin-left:11px;
}
.txt_off_font {
  font-size: 14px;
  color: #d70101;
  font-weight: bold;
}
.txt_off {
  font-size: 25px;
}
.box_price_normal {
  background-color: #FFFF00;
  margin: 5px 0 5px 0;
  padding: 8px 0 3px 5px;
  font-weight: bold;
}
.item-code {
  font-weight: bold;
}
/*タブ切替css*/
.tab_wrap1 {
  width: 711px;
}
input[type="radio"] {
  display: none;
}
.tab_area1 {
  font-size: 0;
  border-bottom: #319b03 5px solid;
}
.tab_area1 label {
  width: 32%;
  margin-left: 2%;
  margin-top: 15px;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  padding: 20px 7px 15px 7px;
  color: #3e692b;
  background: #dfeadc;
  border: #ccdcc7 1px solid;
  border-bottom: #fff 2px solid;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  box-sizing: border-box;
}
.tab_area1 label:hover {
  background: #319b03 !important;
  transition: 0.2s;
  color: #fff;
}
.panel_area1 {
  background: #fff;
  border: 3px solid #319b03;
  box-sizing: border-box;
  padding: 10px;
}
.tab_panel1 {
  width: 100%;
  display: none;
}
#tab1:checked ~ .tab_area1 .tab1_label {
  background: #319b03 !important;
  color: #fff !important;
  padding: 28px 10px 15px 10px;
  font-weight: bold;
  border: #319b03 2px solid;
  margin-top: 0;
  font-size: 20px;
}
#tab1:checked ~ .panel_area1 #panel1 {
  display: block;
}
#tab2:checked ~ .tab_area1 .tab2_label {
  background: #319b03 !important;
  color: #fff !important;
  padding: 28px 10px 15px 10px;
  font-weight: bold;
  border: #319b03 2px solid;
  margin-top: 0;
  font-size: 20px;
}
#tab2:checked ~ .panel_area1 #panel2 {
  display: block;
}
#tab3:checked ~ .tab_area1 .tab3_label {
  background: #319b03 !important;
  color: #fff !important;
  padding: 28px 10px 15px 10px;
  font-weight: bold;
  border: #319b03 2px solid;
  margin-top: 0;
  font-size: 20px;
}
#tab3:checked ~ .panel_area1 #panel3 {
  display: block;
}




.static a {
	border-radius: 3px;
	text-align: center;
	background-color: #40b11d;
	width: 144px;
	display: block;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px 0 7px 0;
}
/*==========================================
見積ボタン・商品詳細ボタン
==========================================*/
.static a:hover {
	color:#fff;
	text-decoration:none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

div.h3_box form div:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

form span:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* 見積りボタン以外を強制非表示設定（不要な場合は撤去の事） */
.cart_type1 .stock-selector,
.cart_type1 .variation-selector,
.cart_type1 .cart-button,
.cart_type1 .option-list

{
display: none;
}


/* 見積りフォーム展開ボタン、個別設置の物に置き換え（不要な場合は記述撤去の事） */
form.cart_type1 .estimate-button button.linkToEstimate {
	background: url("/img/common/piece_btn_orange_163_49.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 163px;
	height: 54px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: bottom;
	text-indent: -9999px;
	cursor:pointer;
	border:0px;
	margin:8px 0 0 0;
}

.el_annotation.el_annotation__mT + #feature {
  margin-top: 40px;;
}
div.estimete-button form.cart_type1 .estimate-button button.linkToEstimate {
  background: #ff7816 !important;
  color: #fff !important;
  height: 40px !important;
  border: none !important;
  text-indent: 0;
  overflow: hidden !important;
  position: relative !important;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  width: 70%;
}