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

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

}

.MainTitleArea h1{
	color:#55bcdd;
	font-size:35px;
	letter-spacing:0.1em;
	margin:0 auto 2%;
	text-align:center;
	width:100%;
//	background:rgba(0, 0, 0, 0) url("../Images/h1_shadow.png") no-repeat scroll center bottom;
	padding:0 0 4%;
	font-weight:400;

}

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

}

.SubTitleArea h2{
	color:#555;
	font-size:20px;
	font-weight:600;
	letter-spacing:0.1em;
	margin:0 auto;
	padding:20px 0;;
	text-align:left;
	width:100%;
	border-bottom:1px dotted #555;

}

.loadingWrap {
	height: 100%;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.loadingWrap img {
	width: 300px;

}