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

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

.txt1 {
	margin-bottom: 30px;
	padding: 20px;
	background: #ecf6fa;
}

ul.list li {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px #ddd dotted;
}

ul.list li.end {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 0 !important;
}

/* 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;
}