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

@import url(format.css);

#head_imgs{
	height:480px;
	background-position: center center;
	background:none;
}
#mainimgs_wrap{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:480px;
	overflow:hidden;
}
#head_imgs .logo{
	width:228px;
	height:228px;
	margin:-114px 0 0 -114px;
}

#company_copy{
	margin:0 auto 80px 0;
	text-align:center;
}

#contents_wrap{
	padding-top:520px;
}

#contents{
	padding-left:0;
}

#section_top_foot .column{
	text-align:center;
}

#section_top_foot .column .name{
	font-size:175%;
	margin:10px 0;
}

#section_top_foot .column .sub_name{
	margin-bottom:10px;
}

@media screen and (min-width:768px){
	nav{
		top:483px;
	}
	
	#contents_wrap{
		padding-top:620px;
	}
}