<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/

#pageTitle {
	padding-top:26px;
}

/*------------------------------------------------------
 mainContents
------------------------------------------------------*/
#mainContents {
}
h1#mainTitle {
	margin-bottom:20px;
}
#simulation {
	width: 841px;
	padding: 7px;
	background-color:#FFF;
	color: #463F39;
	font-size: 13px;
}
#simulation h1 {
	width:841px;
	height:40px;
	margin:0 auto 20px;
	background:url(../img/bg_simulation_sub_01.png) no-repeat;
	color:#FFF;
	font-weight:700;
	text-align:center;
	line-height:40px;
	font-size:16px;
}
#simulation h2 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	width: 821px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: #B0D973 1px solid;
}

/*---------- section01 ----------*/
#section01 {
	margin: 0 10px 40px;
}
#section01 ol {
	height: 50px;
	padding: 10px 0;
	margin: 10px 0;
	border: #D6D6D6 1px solid;
}
#section01 ol li {
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 10px 30px;
}
#section01 ol li.numIco01 {
	background: url(../img/ico_simulation_section01_01.gif) no-repeat;
}
#section01 ol li.numIco02 {
	background: url(../img/ico_simulation_section01_02.gif) no-repeat;
}
#section01 ul {
	margin: 20px 0;
}
#section01 ul li {
	line-height: 17px;
	padding-left: 20px;
	margin-bottom: 4px;
	background: url(../img/ico_simulation_section01_03.gif) no-repeat;
}
#section01 .calc {
	width: 529px;
	padding: 12px 0;
	margin: 20px 0;
	border: #D6D6D6 1px solid;
	background-color: #EAEEEA;
	font-weight: bold;
	text-align: center;
}

/*---------- section02 ----------*/
#section02 {
	margin-bottom: 40px;
}
#section02 h2 {
	margin-left: 10px;
}
#section02 p {
	margin: 0 0 20px 10px;
}
#section02 span {
	font-size: 15px;
	font-weight: bold;
	color: #F00;
}
#section02 dl {
	border-bottom: #E8E8E8 1px solid;
}
#section02 dl dt {
	width: 100px;
	padding: 22px 39px 0 0;
	border-top: #E8E8E8 1px solid;
	clear: left;
	float: left;
}
#section02 dl dd {
	width: 668px;
	padding: 22px 13px 5px 20px;
	float: left;
	border: #E8E8E8 1px solid;
	border-right: none;
	border-bottom: none;
}
#section02 h3 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: #B0D973 1px solid;
}
#section02 dl dd p {
	margin-left: 0;
}

/*---------- section03 ----------*/
#section03 {
	margin-bottom: 33px;
}
#section03 p {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 35px;
}
#section03 div {
	width: 820px;
	height: 85px;
	padding: 20px 0 25px;
	margin: 0 auto;
	background: url(../img/bg_simulation_section03_01.gif) no-repeat;
	text-align: center;
}
#section03 div p {
	font-size: 13px;
	margin-bottom: 5px;
}

/*20130722追加*/
img.simuImg {
	float:right;
	margin:0 10px;
}</pre></body></html>