@charset "UTF-8";
/* CSS Document */
#main_area{
	width:100%;
	height:840px;
	margin:auto;
	background:url(images/bg_main.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	position:relative;
}
#main_area .inner{
	width:960px;
	height:100%;
	margin:auto;
	position:relative;
	z-index:100;
}


/*********************************************************
準備中ページ:*******/

div#renewal{
	width: 100%;
	height:300px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	position:absolute;
}
div#renewal h1{
	width: 100%;
	margin: 0 0 70px 0;
	text-align: center; 
	font-size: 32px;
	font-weight:bold;
	color: #d32d71;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
div#renewal p{
	text-align: center; 
}
footer .inner p.reCopy{
	text-align:center;
	margin: 15px auto 0;
}

































