@charset "utf-8";
/* CSS Document */

div#contents table#recTop {
	list-style: none;
	margin: 0px -7px 14px -8px;
}


/* ===== FAQ ===== */
div#contents ul#faqList {
	list-style: none;
	font-weight: bold;
	margin: 0px -7px 20px -8px;
	padding: 0px 15px 10px;
	border-bottom: 2px solid #CCCCCC;
}

div#contents ul#faqList li {
	margin-left: 0;
}

dl.faq {
}

dl.faq dt, dl.faq dd {
	padding-left: 25px;
	padding-bottom: 3px;
}

dl.faq dt {
	margin-bottom: 0.5em;
	font-weight: bold;
	background-image: url(../recruit/img/icon_q.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

dl.faq dd {
	margin-bottom: 1em;
	background-image: url(../recruit/img/icon_a.gif);
	background-position: left top;
	background-repeat: no-repeat;
}