.PageTop{
	height:60px;
	width:100%;
	background:#fff;
	margin:auto;
}

.PageTopRecruit{
	height:80px;
	width:100%;
	background:#fff;
	margin:auto;
}

.MainTitleArea {
    margin: 50px auto 0;
    text-align: center;
    width: 100%;
}

.SubTitleArea{
	width:100%;
	margin:10% auto 15%;
	text-align:center;

}

.SubTitleArea img{
	width:100px;
	margin:auto;
	text-align:center;

}

.MainTitleArea h1 {
    background: rgba(0, 0, 0, 0) url("../Images/h1_shadow.png") no-repeat scroll center bottom;
    color: #39C;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin: 0 auto 2%;
    padding: 0 0 8%;
    text-align: center;
    width: 100%;
}

.SubTitleArea2{
	width: 100%;
	margin: 0 auto;
	text-align: center;

}

.SubTitleArea2 h2{
	color:#39C;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 auto;
	text-align: center;
	width: 100%;

}

.SubTitleArea3{
	width: 100%;
	margin:0 auto;
	text-align: center;
	margin: 0 auto 10%;

}

.SubTitleArea3 h3{
	color:#39C;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 2% auto;
	text-align: center;
	width: 100%;

}

.loadingWrap {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	text-align:center;
	margin;auto;
}

.loadingWrap img {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	width: 80%;
	margin:auto;

}
