
#panNavi {
	margin-top:10px;
	line-height:1;
}
h1 {
	height:40px;
	line-height:40px;
	border-top:1px solid #b1b1b1;
	border-bottom:1px solid #b1b1b1;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	box-sizing:border-box;
}
#h1Logo {
	padding:9px 5px;
	float:left;
}
#h1Logo img {width:auto;height:20px;}
.img01 {margin-top:8px;display:block;}
.img02, .img03 {
	width:50%;
	margin:3px 0;
	float:left;
}
.total01 {
	padding-bottom:6px;
	border-radius:0 0 5px 5px;
	line-height:1;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	font-size:3.6rem;
	font-weight:bold;
	text-align:center;
	.background: rgb(255,145,9); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,145,9,1) 0%, rgba(255,94,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,145,9,1)), color-stop(100%,rgba(255,94,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,145,9,1) 0%,rgba(255,94,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,145,9,1) 0%,rgba(255,94,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,145,9,1) 0%,rgba(255,94,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,145,9,1) 0%,rgba(255,94,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9109', endColorstr='#ff5e00',GradientType=0 ); /* IE6-9 */
}
.total01.total_cp,
.total01.total_cp_noritz,
.total01.total_cp_rinnai {
	background: rgb(255,55,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,55,58,1) 0%, rgba(255,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,55,58,1)), color-stop(100%,rgba(255,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,55,58,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,55,58,1) 0%,rgba(255,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,55,58,1) 0%,rgba(255,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,55,58,1) 0%,rgba(255,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff373a', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}



.total01.total_cp_noritz,
.total01.total_cp_rinnai {
	background:#ff4246;
}
.total01.total_noritz,
.total01.total_rinnai {
	background:#ff930c;
}

.total01 .t01 {
	font-size:1.4rem;
	line-height:1.2;
	display:inline-block;
}
#secchiType {
	padding-bottom:7px;
	border:1px solid #B3B3B3;
}
#secchiType p {
	padding:3px 0;
	color:#00a100;
	font-size:1.4rem;
}
#secchiType h2 {
	padding:3px 0;
	background-color:#F2F2F2;
	text-align:center;
}
#secchiType ul {overflow:hidden;}
#secchiType li {
	width:32%;
	margin-right:2%;
	float:left;
}
#secchiType li:last-child {margin-right:0;}
#priceArea {
	margin-top:20px;
	border:1px solid #B3B3B3;
	background-color:#fffbf0;
}
#priceArea h2 {
	padding: 3px 0;
	background-color:#ffe7b5;
	text-align:center;
}
#priceArea dl {
	margin:0 5px;
	padding:5px 0;
	border-bottom:1px solid #B3B3B3;
}
#priceArea dt, #priceArea dd {font-size:1.4rem;}
#priceArea dd {
	margin-left:1em;
}
#priceArea .discount {
	margin-right:3px;
	padding:0 5px;
	background:#ff7b00;
	color:#FFF;
	font-weight:bold;
	display:inline-block;
}
#priceArea .discount_ar {
	padding-left:15px;
	background: url("../img/detail/sp_detail_discount_ar01.png") 0 50% no-repeat;
	background-size:10px 11px;
}
.total02 {
	margin:5px 10px;
	border-radius:8px;
	background:#ff7b00;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	font-size:3.6rem;
	font-weight:bold;
	text-align:center;
}
.total02.total_cp,
.total02.total_cp_noritz,
.total02.total_cp_rinnai {
	background: rgb(255,127,134); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,127,134,1) 0%, rgba(255,1,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,127,134,1)), color-stop(100%,rgba(255,1,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,127,134,1) 0%,rgba(255,1,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,127,134,1) 0%,rgba(255,1,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,127,134,1) 0%,rgba(255,1,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,127,134,1) 0%,rgba(255,1,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f86', endColorstr='#ff0101',GradientType=0 ); /* IE6-9 */

}
.total02 .t01 {
	font-size:1.4rem;
	line-height:1.2;
	display:inline-block;
}
/**/

.box01 {
	margin-top:10px;
	padding:0 8px;
	border:1px solid #603813;
	border-radius:5px;
}
.box01.close {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,232,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,232,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,232,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,232,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,232,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,232,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe8db',GradientType=0 ); /* IE6-9 */
}
.box01 h2 {
	margin:5px;
	color:#603813;
	font-weight:bold;
	text-align:center;
}
.box01.close .inner {
	display:none;
}
.box01 .more {
	padding:5px;
	font-size:1.4rem;
	color: #006fff;
	text-align:center;
}
.box01 .triangle {
	padding:0 0 0 22px;
	background:url("../img/price/sp_price_top01_066_03.png") 0 50% no-repeat;
	background-size:18px auto;
}
.box01.close .triangle {
	padding:0 22px 0 0;
	background:url("../img/price/sp_price_top01_066_06.png") 100% 50% no-repeat;
	background-size:18px auto;
}

/* remoInfo */
.remoInfo_title,
.remoInfo .inner > dl dt {
	height:25px;
	line-height:25px;
	background-color:#f2f2f2;
	font-weight:bold;
	text-align:center;
}
.remoInfo .inner > dl dd {
	margin-top:13px;
	padding-bottom:13px;
	border-bottom:1px solid #b3b3b3;
}
.remoInfo .inner > dl dd:last-child {
	border-bottom:none;
}
.remoInfo .inner > dl dd img {
	display:block;
}
/* secchiInfo */
.secchiInfo .dl01 dt {
	height:25px;
	line-height:25px;
	background-color:#f2f2f2;
	font-weight:bold;
	text-align:center;
}
.secchiInfo .dl01 dd {
	margin-top:5px;
	color:#00a100;
	font-weight:bold;
}
.typeExp {padding-bottom:15px;}
.typeExp.border {border-bottom:1px solid #b3b3b3;}
.typeExp dl {
	margin-top:15px;
}
.typeExp dd {
	margin:10px 0 8px;
}

/* go */
.goInfo .border {
	margin-bottom:10px;
	padding:8px;
	border:1px solid #b3b3b3;
}
.goInfo .border dt, .goInfo .border dd {margin-bottom:7px;}
#go99 {
	margin-top:20px;
	margin-bottom:20px;
	padding:0 10px;
}

/* kyuutou */
.kyuutouInfo dl {
	margin-bottom:10px;
	padding:8px;
	border:1px solid #b3b3b3;
}
.kyuutouInfo dt {
	width:65px;
	margin-bottom:5px;
}
.kyuutouInfo .full {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,250,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,250,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,250,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,250,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,250,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,250,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebfaf2',GradientType=0 ); /* IE6-9 */
}
.kyuutouInfo .auto {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,250,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,250,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,250,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,250,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,250,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,250,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebfaff',GradientType=0 ); /* IE6-9 */
}
.sen {
	fbackground: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,245,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,245,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,245,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,245,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,245,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,245,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5fa',GradientType=0 ); /* IE6-9 */
}

.kyuutouInfo .full .kome01 {
	margin-top:10px;
	margin-bottom:5px;
	font-size:1.2rem;
}
.kyuutouInfo .btn_link01 {
	margin:15px auto;
	width:220px;
	display:none;/********/
}

/* eco */
.ecoInfo .img01 {
	width:61px;
	margin-bottom:5px;
}
.ecoInfo .p02 {
	margin:10px 0;
}
.ecoInfo .btn_link01 {
	margin:15px auto;
	width:220px;
	display:none;/********/
}

/**/
.goInfo .border.active {
	border:4px solid red;
	position:relative;
}
.goInfo .activeImg {
	width:154px;
	position:absolute;
	top:-13px;
	right:-8px;
}
/**/
.kyuutouInfo .active {
	border:4px solid red;
	position:relative;
}
.kyuutouInfo .activeImg {
	width:154px;
	position:absolute;
	top:-13px;
	right:-8px;
}
#CpCaution {
	font-size:12px;
}
.bikou_text {
	margin:0 5px;
	padding:0 1em;
	font-size:1.4rem;
}
