@charset "UTF-8";

/* reset */		@import "reset.css";
/* header */	@import "recruit_header.css";
/* body */		@import "recruit_body.css";
/* footer */	@import "recruit_footer.css";

/* base
--------------------------------------------------*/
html{
	background-color:#eeeeee;
	width:100%;
}
body{
	background-color:#ffffff;
	width:1000px;
	font-size:70%;
	margin:0 auto;
	padding:0 12px;
}
/* ClearFix
--------------------------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac ¥*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */
