@charset "utf-8";
/* CSS Document */
section{
	clear: both;
}
.conts{
	min-height: 900px;
}
.main{
	margin-top: 70px;
}
.index_about{
	background: url(../img/cont1_bg.png) no-repeat;
	background-size: 100%;
	height: 200px;
	
}
.index_about p{
	line-height: 1.5em;
	text-shadow:white 3px 3px 2px, white -3px 3px 2px, white 1px -3px 2px, white -3px -1px 2px;
	padding-top: 30px;
	font-weight: bold;
}
.index_about_inner{
	line-height: 1.5em;
	font-size:0.8rem;
	text-align: center;

}
.index_about_inner p{
	margin-bottom:20px;
}
.index_btn{
	width:70%;
	margin: auto;
	padding-bottom:30px;
}
.index_link{
	width:90%;
	margin: auto;
	padding:20px 0 30px 0;
}
.index_syaken{
	background: url(../img/cont2_bg.png) no-repeat;
	background-size: 100%;

}
.index_syaken h3{
	padding: 15px 0 15px 0;
	font-weight: bold;

}
.index_syaken p{
	line-height: 1.5em;
	font-size:0.8rem;
	text-align: center;
}
.index_btn02{
	width:50%;
	margin: auto;
	padding:30px 0 30px 0;
}
.index_skyline{
	background: url(../img/cont3_bg.png) no-repeat;
	background-size: 100%;

}
.index_skyline h3{
	padding: 15px 0 15px 0;
	font-weight: bold;
	font-size: 1.1rem;
}
.index_skyline p{
	line-height: 1.5em;
	font-size:0.8rem;
	text-align: center;
	padding-bottom:20px;
}
.index_media{
	background: url(../img/cont4_bg.png) no-repeat;
	background-size: 100%;

}
.media_ttl{
	padding:20px 0 20px 0;
}
.media_inner{
	background-color:rgba(255,255,255,0.6);    	
	margin: 20px;
    padding: 12px;
	text-align: left;
	font-size: 0.8rem;
}
.index_btn03{
	width:50%;
	margin: auto;
	padding:10px 0 30px 0;
}












