@charset "utf-8";

/* ==============================================================

　■h2
　■テーブル
　■テキスト

============================================================== */

/* --------------------------------------------------
　■h2
-------------------------------------------------- */
#recruit h2 {
	background-position: 0 -220px;
}




/* --------------------------------------------------
　■テーブル
-------------------------------------------------- */
#recruit div.section table#recruitTable {
	width: 574px;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 117%;
	border-top: 1px solid #c7cccf;
	border-left: 1px solid #c7cccf;
}

#recruit div.section table#recruitTable th,td {
	padding: 10px;
	border-right: 1px solid #c7cccf;
	border-bottom: 1px solid #c7cccf;
}

#recruit div.section table#recruitTable th {
	width: 5em;
	font-weight: normal;
	background-color: #fdeccd;
}




/* --------------------------------------------------
　■テキスト
-------------------------------------------------- */
#recruit div.section p.inquiryTxit {
	font-size: 117%;
}


