/*合格者の声*/

.voice_tbl {
	border: 1px dashed #d5d2bf;
	border-left: 12px solid #d5d2bf;
	margin-top:10px;
	margin-bottom:25px;
}

.voice_ttl {
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
	color: #5260ad;
	background-color: #fdf188;
	padding: 7px 10px 4px 10px;
}

.voice_ttls-m {
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	color: #68686a;
	background-color: #fef5b6;
	padding: 7px 10px 4px 10px;
	border-top: 1px dotted #cccccc;
}

.voice_ttls-c {
	font-size: 14px;
	line-height: 1.4;
	background-color: whitesmoke;
	padding: 6px 10px 4px 10px;
	border-top: 1px dotted #cccccc;
}

.voice_text {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
	border-top: 1px dotted #cccccc;
}

/*資料請求バナー*/

#bansiyou{
	width:775px;
	height:80px;
	overflow:hidden;
}

#bansiyou a{
	width:775px;
	height:80px;
	padding-top:10px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	background: transparent url(images/bansiyou.jpg) no-repeat 0 0;
	font-size:17px;
	line-height:1.5em;
	overflow:hidden;
}

#bansiyou a:hover{
	background: transparent url(images/bansiyou.jpg) no-repeat 0 -80px;
	color:#ffffff;
	font-weight:bold;
}
