/*ローディングCSS*/
.loadingWrap {
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
.loadingWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -69px 0 0 -69px;
	width: auto;
}