@charset "Shift_JIS";
/* CSS Document */

#simulator .simulatorBlock {
	font-size: 14px;
	overflow: hidden;
	zoom: 1;
	margin-bottom:10px;
}

/* stepBlock */
#simulator .stepBlock {
	float: left;
	width: 396px;
	height: 447px;
	padding: 15px;
	border: 1px solid #addffa;
	background-image: url(../../houmon_support/img/bg_simulator_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#simulator .stepBlock .stepForm {
	font-size: 12px;
	line-height: 12px; 
	margin-top: 10px;
	height: 415px;
	overflow-y: scroll;
}
#simulator .stepBlock table {
	width: 372px;
	margin-bottom: 10px;
}
#simulator .stepBlock table th,
#simulator .stepBlock table td {
	vertical-align:middle;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #addffa;
}
#simulator .stepBlock table th {
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
}
#simulator .stepBlock table td.selector {
	font-size: 10px;
	padding-right: 5px;
	width: 125px;
}
#simulator .stepBlock table td select {
	font-size: 12px;
	width: 100%;
}
#simulator .stepBlock table td.unit {
	width: 3em;
	vertical-align:bottom;
}

/* resultBlock */
#simulator .resultBlock {
	float: right;
	width: 248px;
	height: 477px;
	border: 1px solid #feaa3d;
	background-color: #fff4e7;
}
#simulator .resultBlock span {
	font-weight: bold;
	margin-right: 3px;
}
#simulator .resultBlock .text01 {
	font-weight: bold;
}
#simulator .resultBlock .text02 {
	font-size: 12px;
	font-weight: bold;
}

/* totalBlock */
#simulator .totalBlock {
	padding: 5px;
	border-bottom: 1px solid #feaa3d;
}
#simulator .total01Block {
}
#simulator .total01Block dl {
	background-color: #ffc69d;
	padding: 24px 15px 13px;
	overflow: hidden;
	zoom: 1;
}
#simulator .total01Block dt {
	font-size: 22px;
	line-height: 22px;
	float:left;
	margin-top: 11px;
}
#simulator .total01Block dd {
	font-size: 18px;
	line-height: 33px;
	text-align: right;
}
#simulator .total01Block span {
	font-size: 33px;
	letter-spacing:-1px;
}
#simulator .total02Block {
	line-height: 22px;
	text-align: right;
	color: #fff;
	padding-top: 40px;
	padding-right: 10px;
	height: 50px;
	background-image: url(../../houmon_support/img/bg_simulator_02.png);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}
#simulator .total02Block span {
	font-size: 21px;
	margin-right: 1px;
	letter-spacing:-1px;
}
#simulator .total02Block .description {
	display: none;
}
#simulator .total03Block {
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
	background-color: #ffc69d;
}
#simulator .total03Block span {
	font-size: 20px;
}

/* itemizedBlock */
#simulator .itemizedBlock {
	padding: 10px;
	height: 280px;
	overflow-y: scroll;
}
#simulator .itemizedBlock .item {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #feaa3d;
	position: relative;
}
#simulator .itemizedBlock .item.last {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#simulator .itemizedBlock .iconPlus {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -10px;
}
#simulator .itemizedBlock dl {
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
	zoom: 1;
	letter-spacing:-1px;
}
#simulator .itemizedBlock dt {
	float: left;
	clear: both;
}
#simulator .itemizedBlock dd {
	text-align: right;
}
#simulator .itemizedBlock dl.feeDl01 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#simulator .itemizedBlock dl.feeDl01 dt {
	margin-left: 10px;
	margin-bottom: 5px;
	clear: both;
	width: 135px;
}
#simulator .itemizedBlock dl.feeDl01 dd {
	float: right;
	margin-bottom: 5px;
}
#simulator .itemizedBlock dl.feeDl02 dt,
#simulator .itemizedBlock dl.feeDl03 dt {
	font-weight: bold;
}
#simulator .itemizedBlock dl.feeDl03 {
	background-color: #ffe6d1;
	padding-left: 10px;
	padding-right: 10px;
}
#simulator .itemizedBlock dl.feeDl03 dt {
	margin-top: 6px;
	line-height: 18px;
}
#simulator .itemizedBlock dl.feeDl03 span {
	/*font-size: 20px;*/
	line-height: 48px;
}
#simulator .simulatorBottom01 {
	margin-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
	background-color:#fff1cb;
	padding:20px;
}
#simulator .simulatorBottom01 .headoff {
	color: #ff0000;
	float: left;
	margin-top: 5px;
	font-size:0.92em;
}
#simulator .simulatorBottom01 .btn01 {
	text-align: right;
}
#simulator .simulatorBottom02 {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}

.exampleSupportMenu {
	overflow: hidden;
	zoom: 1;
}
.exampleSupportMenu li {
	float: left;
	margin-bottom: 15px;
}
.exampleSupportMenu .nth2 {
	float: right;
}