@charset "utf-8";
@import url("common.css");

.topArea{
	border-top: 4px solid #80933D;
}
.topArea .txt{
	background:url(../img/index/titTop.gif) no-repeat top ;
	background-size:100% 100%;
	width:100%;
	height:auto;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
	padding:9px 0 17px;
}
.topArea .txt .bgTxt{
	font-size:17px;
	line-height:24px;
	color:#FFFF00;
}
.simulationArea{
	margin-bottom:28px;
}
.simulationArea .txt{
	background:url(../img/index/titSimulation.gif) no-repeat top;
	background-size:100% 100%;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-align:center;
	color:#C50558;
	padding:11px 0 21px;
}
.simulationArea .txt .bgTxt{
	font-size:18px;
	line-height:23px;
	color:#393306;
}
.simulationArea .pulArea{
	padding:10px 0 6px 0;
}
.simulationArea .pulArea .pul{
	width:280px;
	height:56px;
	margin:0 auto 15px;
}
.simulationArea .pulArea .pul select{
	display:block;;
	width:280px;
	height:56px;
	padding:0 0 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	border:3px solid #FF9D02;
	background:url(../img/index/btnPul.gif) no-repeat right #FFF;
	background-size:26px 26px;
	background-position: 234px;
	color:#3A3307;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
}
.simulationArea .btn{
	margin:0 auto;
	width:87.5%;
	height:auto;
	display:block;
}

.mechanismArea {
	margin-bottom:10px;
}
.mechanismArea .mechanismBox .txt{
	font-size:11px;
	line-height:18px;
	color:#393306;
	margin:0 auto;
	padding:16px 37px 0;
}
.mechanismArea .mechanismBox .txt .point{
	color:#CC3300;
}
.mechanismArea .mechanismBox .boxImg{
	margin:0 auto;
	width:75%;
	padding:10px 0 20px 0;
}

.voiceArea .txt{
	background:url(../img/index/titVoice.png) no-repeat top;
	background-size:100% 100%;
	font-size:16px;
	line-height:22px;
	text-align:center;
	padding:10px 0 18px;
}
.voiceArea .voiceBox {
	padding:10px 14px 16px;
}
.voiceArea .voiceBox:last-child{
	padding:10px 14px 20px;
}
.voiceArea .voiceBox .leftTxt{
	float:left;
}
.voiceArea .voiceBox .leftTxt .img{
	float:left;
}
.voiceArea .voiceBox .leftTxt .txt{
	float:left;
	background:none;
	color:#3A3307;
	font-size:12px;
	line-height:17px;
	text-align:left;
	padding:3px 0 0 10px;
}
.voiceArea .voiceBox .leftTxt .txt2{
	background:none;
	color:#3A3307;
	font-size:16px;
	line-height:22px;
	padding:48px 0 0 49px;
}
.voiceArea .voiceBox .rightImg{
	float:right;
}
.voiceArea .btm{
	background:url(../img/index/dotted.gif) repeat bottom;
	height:1px;
	margin-bottom:6px;
}
