html,body{
	background:url(images/bg.png);
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:url();
	color:#4e88b0;
	font-size:14px;
	font-weight:700;
	line-height:1.6em;
}
img{
	border:none;
	vertical-align: bottom;
	width:100%;
}
h2{
	padding-left:1%;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.small{
	color:#fa6f8e;
	font-size:12px;
	margin-left:10px;
}

.wrap{
	overflow-x: hidden;
	border:#4e88b0 1px solid;
	max-width:460px;
	margin:0 auto;
}

.main{
	background:url(images/mainimage.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	position:relative;
	min-height:620px;
	max-height:680px;
}
.main_1{
	position:absolute;
	top:5%;
	left:0;
}
.main_2{
	position:absolute;
	top:25vh;
	left:0;
}
.about{
	background:url(images/bg_about.png);
	background-size:100% 100%;
	text-align:center;
	text-shadow:1px 1px 0px #FFF,-1px 1px 0px #FFF,1px -1px 0px #FFF,-1px -1px 0px #FFF;
}
.work{
	text-align:center;
	text-shadow:1px 1px 0px #FFF,-1px 1px 0px #FFF,1px -1px 0px #FFF,-1px -1px 0px #FFF;
}
.recruit{
	background:url(images/bg_recruit.png);
	background-size:100% 100%;
	padding:15% 0;
}
	.recruit_th{
		float:left;
		width:25%;
		padding-left:10%;
	}
	.recruit_td{
		float:left;
		color:#000;
		width:45%;
		padding:2% 10%;
	}
.mi{
	color:#fa6f8e;
	font-weight:700;
	font-size:18px;
	padding:3px 0;
}
.button{
	margin:3% 0 1% 0;
}

.formtext{
	width:96%;
	padding:0 2%;
}
.thankstext{
	width:96%;
	padding:0 2%;
}

footer{
	background:#4e88b0;
	color:#FFF;
	text-align:center;
	width:100%;
	margin-top:3%;
	padding:1% 0;
}