@charset "utf-8";
/* CSS Document */

@import "../../css/base.css";


#recruitTel {
	margin:50px 0 0 30px;
}

h2 {
	margin:40px 0 0 20px;
}

/*キャリアアップ
--------------------------------------*/

#careerBox {
	margin:30px 0 0 30px;
	background-image: url(../images/careerBg.gif);
	width:521px;
	
}

#careerBox p {
	margin:10px 0 0 40px;
	width:440px;
	font-size:12px;
}

#careerBox table {
	margin:10px 0 10px 40px;
	font-size:12px;
}

#careerBox th {
	vertical-align:top;
	text-align:left;
	padding:0 20px 0 0;
}

/* テーブル
---------------------------------------------*/

.recruitTable {
	width: 520px;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	margin:30px 0 0 30px;
}

.recruitTable th , .recruitTable td {
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:8px;
	font-size:85%;
}

.recruitTable th {
	white-space:nowrap;
	background-color:#eff5fb;
}


.recruitTable td {}
