@charset "UTF-8";

/*聞こえのチェックシート　ここから*/
#check{
	width: 540px;
	height: 795px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

#check_title {
	float: left;
	width: 540px;
	height: 30px;
}

#check_cont {
	float: left;
	width: 540px;
	height: 765px;
}

#check_cont li {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: url("../images/checkbox_off.png");
	padding-top: 10px;
	
}

#explanation{/*強調文字*/
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 3em;
	padding-top: 15px;
}

/*聞こえのチェックシート　ここまで*/

