@charset "UTF-8";
/* CSS Document */


div.section{
	clear:both;
	margin:0 0 50px 0;
}

h2 {
	color:#2d5ba6;
	font-size:116%;
	font-weight:bold;
	border-bottom: 2px solid #2d5ba6;
	margin:0px 0 20px 0;
}


p.exp{
	font-size:93%;
	margin:0 0 10px 0;
}

table{
	width:100%;
	border: none;
	border-collapse:collapse;
	border-spacing: 0;
	empty-cells: show;
	margin:0 0 10px 0;
}

td,th{
	border: 1px solid #c8c8c8;
	text-align:center;
	line-height:1;
	padding:10px;
}

th{
	color:#FFF;
	background-color:#4a71ae;
	font-weight:normal;
}

td.title{
	background-color:#E2E6FF;
}

td.separate{
	background:none;
	border:none;
	height:10px;
}

.center{
	text-align:center
}

p.caution{
	font-size:85%;
}
