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

section {
	overflwo: hidden;
	margin-bottom: 20px;
}

table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
}
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 15px;
	font-weight: normal;
	font-weight: bold;
}
td.t_top {
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 15px;
}
tr:hover {
    background: #deeff6;
    color: #333;
}

.sub {
	padding: 30px 20px 20px 20px;
}

.sub h5 {
	margin-bottom: 3px;
	font-size: 20px;
}

/* oneColNav */
ul.oneColNav {
	overflow: hidden;
	margin-bottom: 20px;
}

ul.oneColNav li a {
	display: block;
	float: left;
	padding: 10px 0;
	width: 158px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	background: #1395bb;
}

ul.oneColNav li a:hover {
	background: #7dbdd0;
}