@charset "UTF-8";

/*===========================================*\
	html tags
\*===========================================*/

html{
	/*¥*/height:100%;/**/
}

body{
	margin:0px auto;
	padding:0px;
	background-color:rgba(255,255,255,1);
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size:100%;
	line-height:1.5;
	color: #ffffff;
	position:relative;
	text-align:center;
}

a:link{
	color: #ffffff;
	text-decoration:none;
	outline:none;
	border:none 0px #FFF;
}

a:visited {
	color: #ffffff;
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #ffffff;
	text-decoration:none;
	outline:none;
}

a:active {
	color: #ffffff;
	text-decoration:none;
	outline:none;
}

a.Selected{
	color: #ffffff;
}

img{
	text-decoration:none;
	border:none 0px #FFF;
	text-decoration:none;
}

strong{
	font-weight:bold;
}

hr{
	border: none;
	border-top: dotted 1px #e8e8e8;
	height: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
}

sup{
	font-size:40%;
	vertical-align:super;
}

/*===========================================*\
	font-family
\*===========================================*/
.univers_light{
	font-family:"UniversLTPro-LightCond";
}

.univers_medium{
	font-family:"UniversLTPro-Condensed";
}

.univers_tukushi{
	font-family:"UniversLTPro-Condensed","FOT-筑紫ゴシック Pr5 M";
}

.tukushi_m{
	font-family: "FOT-筑紫ゴシック Pr5 M";
}

.tukushi_d{
	font-family: "FOT-筑紫ゴシック Pr5 D";
}

.tukushi_r{
	font-family: "FOT-筑紫ゴシック Pr5 R";
}

.yutoriro_m{
	font-family: "FOT-ユトリロ Pro M";
}

.yutoriro_d{
	font-family: "FOT-ユトリロ Pro DB";
}

div#mapText,
section#termstext{
	height:0;
	width:0;
	overflow:hidden;
	font-family: "UniversLTPro-Condensed","FOT-ユトリロ Pro DB","FOT-筑紫ゴシック Pr5 R","FOT-筑紫ゴシック Pr5 D";
}

/*===========================================*\
	opening screen
\*===========================================*/
div#openScreen{
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,1);
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
}

div#openScreen svg{
	width:100px;
	height:160px;
	margin:150px auto 20px;
	position:relative;
	top:0px;
	z-index:10;
}

div#openScreen p{
	font-size:87.5%;
	letter-spacing:0.25em;
	color:rgba(0,0,0,1);
}

div#openScreen div.loader{
	width:140px;
	height:140px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	margin:0px auto;
	text-indent:-9999em;
	box-sizing:border-box;
	position:absolute;
	top:190px;
	bottom:0;
	left:0;
	right:0;
	z-index:5;
}

div#openScreen div.loader.circle,
div#openScreen div.loader.circle:after{
	border-radius:50%;
}

div#openScreen div.loader.circle{
	border-top:10px solid rgba(234,96,33,0.2);
	border-bottom:10px solid rgba(234,96,33,0.2);
	border-left:10px solid rgba(234,96,33,0.2);
	border-right:10px solid rgba(234,96,33,1);
	box-sizing:border-box;
	animation:open_loader_circle 1s infinite linear;
}

@keyframes open_loader_circle{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}


