@charset "UTF-8";

/* ==================================================
		ページローディング
================================================== */
#jsLoader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #ffffff;
}

#loaderAnimation {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#loaderAnimationInner {
	width: 400px;
}

#loadingBar {
	width: 100%;
	height: 43px;
	border: 4px solid #222222;
	border-radius: 4px;
	background: url("../../img/common/loading_progress.png") no-repeat;
}

#progressBar {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #ffffff;
}

.progressTxt {
	line-height: 1;
	font-size: 3.2rem;
	font-weight: 700;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

#loadingTxt img {
	width: 180px;
}


@media only screen and (min-width: 768px) {
	#loadingTxt img {
		width: auto;
	}
}
