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

section {
	margin-bottom: 20px;
}

section.end {
	margin-bottom: 0 !important;
}

section.txt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #eee solid;
}

h2 {
	margin-bottom: 20px;
	font-size: 30px;
}

h3 {
	margin-bottom: 5px;
	font-size: 20px;
}

.point {
	float: left;
	width: 100%;
	padding: 20px;
	background: #ecf6fa;
}

.merit {
	padding: 0 0 0 23px;
	font-size: 20px;
	background: url(../images/icon01.png) 0px 1px no-repeat;
}

.demerit {
	padding: 0 0 0 23px;
	font-size: 20px;
	background: url(../images/icon02.png) 0px 1px no-repeat;
}

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

.button {
	padding: 80px 0 0 0;
	width: 100%;
	height: 87px;
	background: #ecf6fa url(../../common/images/title03.gif) 50% 0 no-repeat;
	text-align: center;
}