/* ===========================================================

	Title:					maximage.css
	Created:			2013-02-19
	Last Created:		2013-02-19
	
=========================================================== */
.bgmaximage {
	position: fixed !important;
	display: none;
}
#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
}
.loader {
	position: absolute;
	z-index: 9999;
	width: 32px;
	height: 32px;
	top: 49%;
	left: 49%
}
img.bgmaximage {
	/*min-height: 100%;
	min-width: 100%;*/
	/*width: 1370px !important;
	height: 1110px !important;*/
	min-width: 1370px !important;
	min-height: 1110px !important;
	/*min-width: 1024px;　/* これ以上は画像は縮小されない */
	/*width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;*/
}

/* 表示ディスプレイが最小表示よりも小さい場合の設定 */
/*@media screen and (max-width: 1024px){
img.bgmaximage {
left: 50%;
margin-left: -512px; }
}*/

/* 背景固定用の親を指定 */
/*div#container {
position: relative;
}*/
