<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ◆ＩＨ クッキングヒーターの仕組みはどうなっているの？------------------------ */

#shikumi {
	font-size:1.18em;
	margin:0 auto 40px auto;
}


#shikumi .head {
	padding:12px 20px;
	border: 2px solid #B1D6E9;
	margin:20px 0px 40px;
	background-color:#FFF;
}

#shikumi .head h5 {
	font-size:120%;
	margin-bottom:5px;
	background-image: url(../common/images/dot.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#shikumi .head h5 strong {
	background-color:#FFF;
	display:inline-block;
	padding-right:10px;
	color: #09C;
}

#shikumi img.bo {
	border: 7px solid #eaeaea;
}
#shikumi .itame {
	width:214px;
	float:right;
	margin:0 10px;
}
#shikumi .itame img {
	border: 7px solid #eaeaea;
	margin-bottom:10px;
	display:block;
}

#shikumi .box {
	margin:0 10px 0px;
	clear:both;
}
#shikumi .box p {
	margin:0 10px 1.2em;
}
#shikumi .box h6 {
	margin-bottom:5px;
	background-image: url(../common/images/dot2.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#shikumi .box h6 strong {
	background-color:#FFF;
	display:inline-block;
	padding-right:10px;
	padding-left:20px;
	background-image: url(../common/images/icon/ar_pbl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
}

#shikumi .box dl {
	clear:both;
	margin:-1.1em 10px 0;
}
#shikumi .box dt {
	width:2.5em;
	float:left;
}
#shikumi .box dd {
	padding-left:2.5em;
}
</pre></body></html>