@charset "utf-8";


/*======================================
	pageHeader
======================================*/
.contentBox .pageHeader hgroup{background:url(../images/h-bg.jpg);}


/*======================================
	sectionBox
======================================*/
.contentBox .sectionBox h1{
	clear:both;
	position:relative;
	cursor:pointer;
}
.contentBox .sectionBox h1 .btn{
	position:absolute;
	top:25px;
	right:25px;
}

/****** anc3 ******/
.contentBox .sectionBox.anc3 .figFlR{
	width:350px;
	text-align:center;
}

/****** anc5 ******/
.contentBox .sectionBox.anc5 h2{
	margin:0 50px 10px;
	line-height:0;
}
.contentBox .sectionBox.anc5 dl{
	margin:0 25px 30px;
	padding:20px 20px 10px;
	background:#e8ffe2;
	border-radius:10px;
	line-height:1.8;
}
.contentBox .sectionBox.anc5 dl dt{
	margin-bottom:5px;
	font-weight:bold;
}
.contentBox .sectionBox.anc5 dl dd{
	margin-bottom:10px;
	font-size:13px;
}

/****** anc6 ******/
.contentBox .sectionBox.anc6 h2{
	margin-bottom:20px;
	line-height:0;
	text-align:center;
}
/* powerBox */
.contentBox .sectionBox.anc6 .powerBox{
	position:relative;
	width:836px;
	margin:0 auto 40px;
	padding:30px 40px 0;
	border:#c7e1f4 solid 1px;
	background:url(../images/bg-grid.png) center;
}
.contentBox .sectionBox.anc6 .powerBox h3,
.contentBox .sectionBox.anc6 .powerBox h4,
.contentBox .sectionBox.anc6 .powerBox h5,
.contentBox .sectionBox.anc6 .powerBox ol li{line-height:0;}
.contentBox .sectionBox.anc6 .powerBox h3{margin-bottom:15px;}
.contentBox .sectionBox.anc6 .powerBox ol{
	overflow:hidden;
	margin-bottom:37px;
}
.contentBox .sectionBox.anc6 .powerBox ol li{
	float:left;
	margin-right:8px;
}
.contentBox .sectionBox.anc6 .powerBox h4{margin-bottom:10px;}
.contentBox .sectionBox.anc6 .powerBox .pointBox{
	width:550px;
	margin:-20px 0 20px;
	padding:10px 20px;
	background:#fff;
	border:#60c343 solid 2px;
	border-radius:10px;
}
.contentBox .sectionBox.anc6 .powerBox .pointBox ul{
	overflow:hidden;
}
.contentBox .sectionBox.anc6 .powerBox .pointBox ul li{
	float:left;
	margin:10px 1em 0 0;
}
.contentBox .sectionBox.anc6 .powerBox figure{
	position:absolute;
	top:33px;
	left:566px;
}