body {
	overflow			: hidden !important;
	width				: 100%;
	height				: 100%;
}
#bg {
	overflow			: hidden !important;
	width				: 100%;
	min-height			: 100vh;
	position			: relative !important;
/*	background-image	: url(../img/170824_2.png);	*/
	background-image	: url(../img/170824_3.png);
	background-size     : cover;
	background-position : center;
	background-color    : #6b7074;
	background-blend-mode: overlay;
}
/***
// svgファイルの場合
#bg {
	min-height			: 100vh;
	position			: relative !important;
	background-image	: url(../img/house-laptop-solid.svg);
	background-position : center;
	background-blend-mode: overlay;
	background-size: 45%;
	background-repeat: no-repeat;
	background-color: #99CCFF;
}
***/

h1, h2, span, h2 span {
	margin				: 0;
	padding				: 0;
}
p {
	margin				: 0;
	padding				: 0;
	width				: 100% !important;
	vertical-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%;
}


}