@charset "UTF-8";

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

:::information:::


ファイル名：css/contents/recruit.css
概要：採用情報 CSS

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

/* ==========▽採用情報========== */
h2 {
	background-color: #F9EFDF;
	line-height: 1;
	padding: 6px 0 6px 10px;
	color: #674032;
}

#table-01 th, #table-01 td {
	border-bottom: solid #AB714E 1px;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px 10px 5px;
}

#table-01 th {
	text-align: center;
	background-color: #EFEFEF;
}

#table-01 td {
	text-align: left;
}

ol {
	list-style-position : inside;
	margin-left: 1em;
	text-indent: -1em;
}

ul.nonmark0-1{
	list-style-type: none;
	margin-left: 1em;
	text-indent: -1em;
}

ul.nonmark1-1{
	list-style-type: none;
	margin-left: 2em;
	text-indent: -1em;
}

ul.nonmark0-6{
	list-style-type: none;
	margin-left: 5.8em;
	text-indent: -5.8em;
}

.howtoapply {
	margin-top: 35px;
}

/* ==========△採用情報========== */

