html, body {
	height: 100%;
	min-height:100%;
	font:HiraKakuProN-W6, ArialMT, sans-serif;
}

body {
	background-color: #000000; /* for the tint */
	background-image: linear-gradient(to bottom, #000000 0%, #000000 100%); /* for the body */
	padding:0;
	margin:0;
	-webkit-user-select:none;
}

body,p{
	text-align:justify;
	text-justify:distribute;
}
p{
	color:#ffffff;
	font-size:13px;
	line-height:20px;
	
}

*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

img{
	-webkit-touch-callout: none;
}

#index_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#ffffff;
	opacity:0;
}

/* ローディング */
#loading_fade{
	position:fixed;
	z-index:999;
	background:#000;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#loading_fade img{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left:-8px;
}




