@charset "UTF-8";
/*
Firefoxのスクロールバーの有無で
↓↓↓↓↓↓↓↓センタリング位置がズレる件を解消用です。
*/
html {
overflow: scroll;
}
/*body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/
@font-face {
	font-family: 'meiryo';
	src: url(../fonts/meiryo.ttc);
}
body{
	font-family:meiryo;
}
/*font固定モバイル・タブレット共通*/
#menu {
	position: absolute;
	right: 11px;
	z-index: 1;
	top: 50px;
	color: #FF0000;
	font-size: 17px;
}

/*◉◉◉ローダーの設定ここから◉◉◉*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #FFF;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #666;
	z-index: 2;
}
.loader {margin-top: 10px;}
/*◉◉◉ローダーの設定ここまで◉◉◉*/