@charset "utf-8"; 

/* =======================================
	recruit CSS
========================================== */

/* グローバルナビ＆フッターナビカレント表示 */
#gnavi ul li#gnaviRec a {
	color: #6CAC00;
}
#fnaviInner ul li#fnaviRec a {
	color: #6CAC00;
}

/* LINE公式アカウント
------------------------------------------ */
#line h2 {
	margin-bottom: 1em;
}
#line .clmL {
	width: 360px;
	float: left;
}
#line .clmR {
	width: 400px;
	float: right;
}

/* 保育士就労奨励金制度
------------------------------------------ */
#incentive dl {
	padding: 1em 0;
}
#incentive dl dd {
	margin: -1.6em 0 0 0;
	padding: 0 0 0 5em;
}
/* 求人状況
------------------------------------------ */
#recruit01 table {
	width: 100%;
}
#recruit01 table th {
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #6CAC00;
}
#recruit01 table td {
	text-align: center;
	border-bottom: 1px solid #6CAC00;
}
#recruit01 table td:first-of-type {
	text-align: left;
}

/* 求人Q&amp;A
------------------------------------------ */
#recruit03 dt {
	text-indent: -2em;
	padding: 0 0 0 2em;
}
#recruit03 dd {
	text-indent: -2em;
	padding: 0 0 0 2em;
	margin: 0 0 2em 0;
}



