/* CSS Document */

#s01{
	padding-top: 30px;
}

#s01 hr{
	border-bottom: 5px solid #43A0A8;
	width: 45px;
	margin: auto;
	margin-bottom: 20px;
}

#s01 h2{
	text-align: center;
	font-size: 24px;
	color: #466492;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 35px;
}

#s01 p{
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
}

#s01 img{
	width: 90%;
	height: auto;
}

#s02{
	padding-top: 50px;
}

#s02 h3{
	width: 90%;
	margin: auto;
	height: 50px;
	line-height: 28px;
	text-align: center;
	background: #C1E3EE;
	font-size: 20px;
	color: #246C85;
	padding: 20px 0;
	margin-bottom: 40px;
}

#s02 p{
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
}

#s02 h4{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}

#s02 table{
	width: 80%;
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
}

#s02 table th{
	background: #F4F4F4;
	padding: 15px;
	width: auto;
	border-top: 1px solid #aaa;
	color: #439FA7;
	font-weight: bold;
	display: block;
}

#s02 table tr:last-child th{
	border-bottom: 1px solid #aaa;
}

#s02 table td{
	padding-left: 0;
	display: block;
}

#s02 table td span{
	border-top: 1px solid #aaa;
	display: block;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#s02 table tr:last-child td span{
	border-bottom: 1px solid #aaa;
}

#s03{
	margin-bottom: 50px;
}

#s03 h3{
	width: 100%;
	margin: auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #C1E3EE;
	font-size: 20px;
	color: #246C85;
	margin-bottom: 30px;
}

#s03 .box{
	width: 90%;
	margin: auto;
	position: relative;
	margin-bottom: 50px;
}

#s03 .box p{
	margin-bottom: 35px;
	padding-left: 30px;
}

#s03 .box a{
	color: #277E99;
	display: block;
	line-height: 37px;
}

#s03 .box a:hover{
	text-decoration: underline;
}

#s03 .box a img{
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 25px;
}

#s03 .box .n{
	height: 5px;
	width: 15px;
	background: #E83F16;
	position: absolute;
	top: 10px;
	left: 5px;
}