@charset "utf-8";

/*------------------------------------------------------------------------------
	On-Stage - サイト内共通
	(C) GMO Systemconsulting All Rights Reserved.
------------------------------------------------------------------------------*/



/*---------------------------------------------------
 Notfound elements
---------------------------------------------------*/

body.wide {
	height:520px;
	background:#EEE;
	color:#333;
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	-webkit-text-size-adjust:none; /* フォントサイズ自動調整 */
}
body.wide a:link {	text-decoration:none;}
body.wide a:visited {
	font-size:14px;
	text-decoration:none;
	padding:0;
	display:inline;
}




/*----------------------------------------------------
 MainArea notfound
----------------------------------------------------*/

#MainArea_fix {
	position:relative;
	width:1007px;

	height:auto;
	margin:20px auto 20px;
	padding:0;
	overflow: hidden;
}



/*====================================================
　btn_box　--ボタンエリア、404用ワイド　ホワイトボックス
====================================================*/

.main_box_wide{
	background-color:#FFF;
	color:#474747;
	width:965px;
	_width:963px;
	padding:60px 20px 40px;
	margin:10px 0 40px;
	overflow:hidden;
	text-align:center;
}

.main_box_wide div.btn_area{
	margin:45px auto 0;
	width:623px;
	text-align:center;
}


.main_box_wide p.read{
	margin:10px 10px 20px;
}
.main_box_wide span.red{
	color:#ff644d;
}


.btn_area p.center_toppage{
	margin:0 auto;
	width:299px;
	height:68px;

}
.btn_area p.center_toppage a{
	display:block;
	background:url(../../common/image/btn_toppage299.png) no-repeat left bottom;
	width:299px;
	height:68px;
	font-size:1px;
	line-height:1px;
	outline:none;
	margin:0 auto;
}

.btn_area p.center_toppage a:hover{
	display:block;
	background:url(../../common/image/btn_toppage299_on.png) no-repeat left bottom;
	width:299px;
	height:68px;
	font-size:1px;
	line-height:1px;
	outline:none;
	margin:0 auto;
}
.btn_area p.center_toppage span{
	display:none;
}





/*----------------------------------------------------
 FootArea　フッターエリア　ブラウザボトム固定
----------------------------------------------------*/
#FootArea_fix {
	width:100%;
	height:78px;
	background-image:url(../image/bg_footer.jpg);
	background-repeat:repeat-x;
	clear: left; 
	position: absolute;
	bottom: 0;
}
