@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}


body {
	background-color: #0c4154;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%2348585d' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #BE8917;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
}

.mosttx {
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

img{
  vertical-align:0;
  display:block;
}


#header {
	width: 100%;
	height: 3.6em;
	padding-top: 0.5em;
}

.wrapper{
	height: 3850px;
    background-color: #F8F8F1;	
}

.wrapper,footer{
	margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1200px;
}

.section01{
	position: relative;
	height: 575px;
	background: url("../img/section1_bg.jpg") no-repeat;
}

.section02{
	position: relative;
	height: 615px;
	background: url("../img/section2_bg.jpg") no-repeat;
}

.section02 p{
	color: #FFF;
}

.section02 span{
	color: #DBED53;
}

.section03{
	position: relative;
	height: 556px;
	background: url("../img/section3_bg1.jpg") no-repeat;
}

.section03_2{
	position: relative;
	height: 556px;
	background: url("../img/section3_bg2.jpg") no-repeat;
}

.section03_3{
	position: relative;
	height: 556px;
	background: url("../img/section3_bg3.jpg") no-repeat;
}

.section04{
	position: relative;
	height: 504px;
	background: url("../img/section4_bg.jpg") no-repeat;
}

.text{
	overflow: auto;	
}

.box {
	width: 165px;
	display: inline-block;
	margin: 1em;
}

.box img{
	width: 165px;
	padding-bottom: 25px;

}

.box img:hover{
	-webkit-filter:drop-shadow(1.5px 1.5px 1.5px #333);
}

.box p{
	height: 46px;
	vertical-align: text-bottom;
	text-align: center;
}

.mosttx132 {	
	font-size: 1.2em;
	color: #000;
	letter-spacing:1px;
	line-height:1.7em;
	margin-bottom:1em;
}

.mosttx133 {
	font-size: 1.3em;
	font-weight:bold;
	color: #0085B2;
	letter-spacing:1px;
	line-height:45px;
	margin:20;
}

.top {
	background-color: #fff;
    position: fixed;
    bottom: 0em;
	right: 0em;

}

footer{
	padding-top: 3em;
	height: 70px;
	text-align: center;
}
