body {
	overflow			: hidden !important;
	width				: 100%;
	height				: 100%;
}
#bg {
	overflow			: hidden !important;
	width				: 100%;
	height				: 100%;
	position			: relative !important;
	background-color	: #0095D9;
}
h1, h2, span, h2 span {
	margin				: 0;
	padding				: 0;
}
p {
	margin				: 0;
	padding				: 0;
	width				: 100% !important;
	virtical-align		: middle !important;
	text-align			: center;
}
.position-relative {
	position			: relative !important;
}

/* なにも表示するものがないときのやつ */
#nothing {
	position			: absolute;
	text-align			: center;
	color				: #777;
	width				: 100%;
	margin-top			: 30px;
	margin-bottom		: 30px;
	z-index				: 8000;
	background-color	: transparent;
}

/***************************************************
 * nexus7 (960 x 600)
 **************************************************/
html {
	font-size			: medium !important;
	overflow			: hidden !important;
	height				: 100%;
}


/***************************************************
 * iPad 以上 
 **************************************************/
@media (min-width: 960px) and (min-height: 600px) {
html {
	font-size			: medium !important;
	overflow			: hidden !important;
	height				: 100%;
}


}