@charset "utf-8";

/**
 *
 *  トップページ
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

html{
	background: url(/maintenance/images/bg_texture02.png);
}
#Content{
	width: 100%;
	display: table;
	text-align: center;
}
#Content div{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width:960px) {
	body{
		min-width: 100%;
	}
	#Content{
		text-align: left;
	}
	#Content div img{
		width: 100%;
	}
}
