@charset "utf-8";
/* CSS Document */

#contents{
	font-size:15px;
}

#data{
	position:fixed;
	right:0;
	top:0;
	padding:30px;
	background:#f00;
	z-index:1000000000;
	display:none;
}

#tanjou{
	background:url(img/tanjou-bg.jpg) top no-repeat;
	height:530px;
	position:relative;
}

#tanjou h1{
	text-align:center;
	padding:180px 0 20px 0;
}

#tanjou .text{
	width:730px;
	margin:0 auto;
}
#tanjou .text img{
	float:right;
	margin-left:10px;
}

#next{
	position: fixed;
	bottom:40px;
	left:50%;
	margin-left:-30px;
	
}
#next.abs{
	position:absolute;
}


#innovation{
	color:#fff;
	background:url(img/innovation-bg.jpg) top no-repeat;
	height:500px;
}

#innovation .text{
	width:470px;
	padding-top:80px;
	margin-left:auto;
}
#innovation h2{
	margin-bottom:15px;
	position:relative;
	text-align:center;
}



#tousai{
	background:url(img/tousai-bg.jpg) top no-repeat #fff;
	padding-top:65px;
}

#tousai h2{
	text-align:center;
	margin-bottom:63px;
}

#tousai .group1{
	padding-left:10px;
	width:485px;
	padding-bottom:70px;
}

#tousai .group1 .img{
	position:absolute;
	right:0;
	top:52px;
}

#tousai .group1 h3{
	margin-bottom:20px;
}



#tousai .border{
	background:url(img/line.jpg) top no-repeat;
	height:20px;
}





#tousai .group2{
	padding-top:95px;
	width:580px;
	margin-left:auto;
	padding-bottom:130px;
}

#tousai .group2 .img{
	position:absolute;
	left:0;
	top:65px;
}

#tousai .group2 h3{
	margin-bottom:20px;
}




#netsu{
	background:url(img/netsu-bg.jpg) top no-repeat;
	height:500px;
}

#netsu h2{
	padding:120px 0 22px 8px;
}
#netsu p{
	padding-left:8px;
	width:535px;
}



#tairyouseisan{
	background:url(img/seisan-bg.jpg) top no-repeat;
	height:500px;
	color:#fff;
}

#tairyouseisan .text{
	width:425px;
	margin-left:495px;
	padding-top:125px;
}
#tairyouseisan h2{
	margin-bottom:25px;
}



#kanousei{
	background:url(img/kanousei-bg.jpg) top no-repeat;
	height:550px;
}

#kanousei h2{
	text-align:center;
	padding:97px 0 35px 0;
}

#kanousei .text{
	margin-left:10px;
	width:530px;
}


#tomoni{
	background:url(img/tomoni-bg.jpg) top no-repeat;
	height:409px;
	margin-bottom:42px;
}

#tomoni h2{
	text-align:center;
	padding:63px 0 38px 0;
}


#tomoni .about{
	border:1px solid #ccc;
	background:url(img/tomoni-white-bg.png);
	border-radius: 3px;
	margin-bottom:20px;
	position:relative;
	padding:5px;

}

#tomoni .about h3{
	position:absolute;
	left:10px;
	top:15px;
}

#tomoni .about ul{
	margin-left:170px;
	border-left:1px solid #ccc;
	padding-left:15px;
	padding-top:6px;
	padding-bottom:1px;
}


#tomoni .about li{
	background:url(img/tomoni-arrow.png) left no-repeat;
	padding-left:12px;
	margin-bottom:5px;
	font-size:12px;
	line-height:1.4;
}




#tomoni .contact{
	border:1px solid #ccc;
	background:url(img/tomoni-white-bg.png);
	border-radius: 3px;
	margin-bottom:20px;
	position:relative;
	height:90px;

}

#tomoni .contact .name{
	position:absolute;
	left:60px;
	top:38px;
}

#tomoni .contact .tel{
	position:absolute;
	left:286px;
	top:22px;
}

#tomoni .contact .learn{
	position:absolute;
	left:274px;
	top:25px;
}
#tomoni .contact .form{
	position:absolute;
	left:575px;
	top:22px;
}









