@charset "UTF-8";
/* --------------------------------------------------------------------------------------
   トップページ
--------------------------------------------------------------------------------------- */
#content {
	width:100% !important;
	padding-top:0px;
}

#content #lead {
	background:url(../img/top/bg_lead.png) no-repeat center top;
	width:100%;
	margin:0 auto;
	min-height:470px;
	
}
#content #lead h2{
	position:absolute;	
	left:630px;
	top:50px;
}
#content #lead .txt{
	position:absolute;	
	left:710px;
	top:50px;
	font-size:14px;
}

#content section article {
	width:1000px;
	position:relative;
	margin:0 auto;
	
}

#content section article p {
	margin-top:20px;
	line-height:2;
}

#content section article p:nth-child(2) {
	margin-top:10px;
}


#banner{
	width:100%;
	height:228px;
	margin:0 auto;
	background:url(../img/top/nav_bg.png) no-repeat center top;
}

#content ul {
	width:1000px;
	margin:0 auto;
}

#content li {
	float:left;
	margin-top:6px;
	margin-left:14px;
}

#content li:first-child {
	margin-left:0px;
}



#concept {
	width:100%;
	background:url(../img/top/bg_concept1.jpg) repeat-x center top;
	min-height:570px;	
}
#concept .bg2{
	width:100%;
	background:url(../img/top/bg_concept2.png) no-repeat center top;
	min-height:570px;	
}
#concept .inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}
#concept .txt{
	width:450px;
	position:absolute;
	left:0px;
	top:30px;	
	text-align:center;
	font-size:14px;
	line-height:2;
}

#space{
	width:100%;
	height:465px;
	background:url(../img/top/bg_space.jpg) no-repeat center top;
	background-size:cover;
	margin-bottom:30px;
	padding-top:45px;
}
#space .txt{
	width:680px;
	height:420px;
	margin:0 auto;
	background:url(../img/top/bg_space_txt.png) no-repeat center top;
	text-align:center;	
	font-size:14px;
	line-height:2;
}
#space h2{
	padding-top:30px;	
	margin-bottom:10px;
}
#space .btn{
	margin-top:10px;	
}