

.main_img{
width: 100%;
height: auto;
margin: 0px auto 30px;
overflow: hidden;
}
.main_img img{
	width: 100%;
}

.main{
width: 100%;
margin: 0px auto 30px;
}

.main h2{
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	line-height: 120%;
	margin: 0px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 12px;
	margin: 0px auto 20px auto;
}
.main h2 span{
	border-bottom: 5px solid #000;
	padding:10px 0px;
}


.main .btn{
	width: 90%;
	margin: 0 auto 50px auto;
}

.main .btn img{
	width: 100%;
}


.sitemap{
	width: 100%;
	border-top: 2px dotted #ccc;
}

.sitemap li{
	width: 100%;
	border-bottom: 2px dotted #ccc;
	line-height: 400%;
}

.sitemap li a{
	text-decoration: none;
	font-size: 20px;
	color: #18325A;
}

.sitemap li a:hover{
	color: #0B419C;
}
