@charset "utf-8";
#section01 {
    width: 100%;
    background: url(../img/contents_bg.gif) repeat;
}
#section01 .box01 {
    width: 980px;
    height: 390px;
    margin: 0 auto;
    padding-top: 20px;
	padding-bottom: 10px;
}
#section01 .box01 h1 {
    font-size: 36px;
    text-align: center;
	color: #FFFFFF;
}
#section01 .box01 h1 span {
	color: #fae003;
	font-size: 52px;
	text-shadow:2px 2px 3px #000000;
}
#section01 .box01 h2 {
    font-size: 36px;
    text-align: center;
	color: #FFFFFF;
}
#section01 .box01 h2 span {
	color: #fae003;
	font-size: 52px;
	text-shadow:2px 2px 3px #000000;
}
#section02 {
	width: 100%;
	background-color: #E5FFE5;
}
#section02 h2 {
    width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section02 h2::before {
    background: #39D678;
    top: 0;
    left: 0.5em;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
}
#section02 h2::after {
    background:#39D678 ;
    top: 0.8em;
    left: 0.2em;
    height: 8px;
    width: 8px;
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: "";
}
#section03 {
	background-color: #E5FFE5;
	width: 100%;
}
#section03 h2 {
    font-size: 48px;
    line-height: 6rem;
    text-align: center;
}
#section03 div.box {
	width: 980px;
	height: auto;
	padding: 10px;
	margin: 0 auto;
	position: relative;
}
#section03 .box div.reef_img01 {
	width: 100px;
	height: 110px;
	top: 10px;
	left: 910px;
	background: url(../img/reef02.png) no-repeat left;
	background-size: 101%;
	position: absolute;
}
#section03 .box div.reef_img02 {
	width: 100px;
	height: 110px;
	top: 160px;
	left: 880px;
	background: url(../img/reef03.png) no-repeat left;
	position: absolute;
}
#section03 .box div.reef_img03 {
	width: 100px;
	height: 110px;
	top: 320px;
	left: 800px;
	background: url(../img/reef01.png) no-repeat left;
	position: absolute;
}
#section03 .box div.reef_img04 {
	width: 100px;
	height: 110px;
	top: 480px;
	left: 910px;
	background: url(../img/reef03.png) no-repeat left;
	position: absolute;
}
#section03 .box div.reef_img05 {
	width: 100px;
	height: 110px;
	top: 650px;
	left: 850px;
	background: url(../img/reef01.png) no-repeat left;
	position: absolute;
}
.footer_banner_top {
	width: 100%;
	height: 250px;
	background: #E5FFE5;
	padding-top: 15px;
	padding-bottom: 65px;
}
.footer_banner_top div {
	width: 980px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_banner_top.png);
	background-repeat: no-repeat;
}