@charset "euc-jp";

/*--------------------------------------------------------------------------
　中ページ用
--------------------------------------------------------------------------*/
body {
	margin: 0;
	text-align : center;
}


/*--------------------------------------------------------------------------
　トップページ用
--------------------------------------------------------------------------*/
.full_screen_base{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	overflow:hidden;


}
/*--------------------------------------------------------------------------
　コンセプト
--------------------------------------------------------------------------*/
#main.consept{
	
}
#main.consept h2{
	border-top:1px solid #DBDCDC;
	border-bottom:1px solid #DBDCDC;
	padding:30px 0;
}
#main.consept .column{
	width:385px;
	float:left;
	margin:0 5px 0 0;
}
#main.consept img.main_ph{
	float:left;
}

