@charset "utf-8";

/*=======================================================

=======================================================*/

div.section h3{
	padding:20px 0 5px 10px;
	color:#43BF3D;
	font-weight:bold;
}

div.section h3.first{
	padding:0 0 0 10px;
}

div.section table{
	width:614px;
	margin:0 0 0 10px;
	border-left:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
}

div.section table th{
	width:140px;
	padding:10px 10px 10px 10px;
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	background:#F4FEE5;
}

div.section table td{
	padding:10px 10px 10px 10px;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	vertical-align:middle;
}

div.section table td.center{
	text-align:center;
}

div.section table td span{
	font-size:84%;
}

