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

#rightCon h2{
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin-bottom:25px;
}

/********** cont01 **********/
#cont01{
	padding:0 15px;
	overflow:hidden;
}
#cont01 h3{
	display:block;
	float:left;
	width:300px;
	font-size:14px;
	font-weight:bold;
}
#cont01 div.contBox{
	overflow:hidden;
}
#cont01 div.contBox div.contData{
	float:right;
	font-size:12px;
}
#cont01 table{
	float:left;
	width:100%;
	margin-bottom:15px;
}
#cont01 table th,
#cont01 table td{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
#cont01 table th:first-child,
#cont01 table td:first-child{
	border-left:1px solid #ccc;
}
#cont01 table th{
	width:25%;
	background:#002FA7;
	color:#fff;
	text-align:center;
	padding:5px 0;
	font-weight:bold;
}
#cont01 table tr.cellBg td{
	background:#EFF8FD;
}
#cont01 table tr.cellBgEnd td{
	background:#EFF8FD;
	border-bottom:1px solid #ccc;
}
#cont01 table tr.End td{
	border-bottom:1px solid #ccc;
}
#cont01 table td{
	padding:5px 0 5px 1em;
}