@charset "utf-8";
.header_wrap {
	width:100%;
	background-color:#2bbdee;
	padding:20px 0;
}
header {
	width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	font-weight:700;
	color:#fff;
}
header p {
	margin-bottom:4px;
}

.mainv_area {
	width:100%;
	padding:0;
	margin-bottom:20px;
	background-color:#e8f2f4;
}
.mainv_area .mainv {
	width:1000px;
	margin:0 auto;
}
.mainv_area .mainv img {
	border-radius:4px;
}

.section_wrap section {
	width:1000px;
	margin:0 auto;
}
.section_wrap section img {
	border-radius:4px;
}
.section_wrap .cont_01 p {
	width:50%;
	float:left;
}
.section_wrap .cont_01 article {
	width:48%;
	float:right;
	font-size:14px;
	line-height:24px;
}
.section_wrap .cont_01 article h2 {
	font-size:20px;
	margin-bottom:20px;
}

.map {
	width:1000px;
	margin:20px auto 20px;
}
.map iframe {
	width:100%;
	height:270px;
	height:100%;
}
.section_wrap .info {
	background-image:url(../img/main/bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
}
.section_wrap .info h3 {
	font-size:24px;
	margin-bottom:24px;
}
.section_wrap .info .div01 {
	width:49%;
	float:left;
}
.section_wrap .info .div01 li {
	font-size:16px;
	margin-bottom:20px;
}
.section_wrap .info .div01 dl {
	overflow:hidden;
	
}
.section_wrap .info .div01 dt {
	width:20%;
	float:left;
}
.section_wrap .info .div01 dd {
	width:78%;
	float:right;
}
.section_wrap .info .div02 {
	width:49%;
	float:right;
	padding-bottom:20px;
	
}





.copy {
	padding:10px 0;
	background-color:#626262;
	color:#fff;
	text-align:center;
	font-size:11px;
}

