@charset "utf-8";



/*------CSS Import-----*/

	@import url("base.css");

	@import url("content_main.css");

	@import url("content_main2.css");

	@import url("ecolle.css");

.newrecruit {
	height: auto;
	padding-top: 20px;
}
.newrecruit h1 {
	font: bold 24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F00;
}
.newrecruit p {
	font: bold 24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F00;
	font-size: 18px;
}

.newrecruit_01{
 width: 450px;
 border-collapse: collapse;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 .newrecruit_01 th{
	width: 40%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #666666;
	background: url(bg.jpg) repeat-x top left #eee;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
 }
 .newrecruit_01 td{
	width: 40%;
	padding: 6px;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
 }
