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

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

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

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

.SubTitleArea h2{
	color:#000;
	font-size:20px;
	font-weight:600;
	letter-spacing:0.1em;
	margin:0 auto 5%;
	padding:20px 0 10px;
	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:999999;
	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: 200px;
}
