@charset "UTF-8";
@import url(./base.css);

/*-------------------------------------------
採用情報
-------------------------------------------*/
.recruit #h2_recruit strong {
	background-image	: url(../recruit/images/h2_recruit.png);
}

.recruit li#recruit_index {
	background-image	: url(../recruit/images/menu_recruit_index_r.png);
}

/*
.recruit #recruit_index a {
	background-image	: url(../recruit/images/menu_recruit_index.png);
}
*/

.recruit #recruit_index a.sel,
.recruit #recruit_index a:hover {
	background-image	: url(../recruit/images/menu_recruit_index_r.png);
	_background-image	: none;
}

.recruit_index table {
	margin				: auto;
	border-collapse		: collapse;
	text-align			: left;
	width				: 95%;
}

.recruit_index tr {
	border-bottom		: solid 1px #000000;
}

.recruit_index th {
	font-weight			: normal;
	padding				: 5px 0 5px 30px;
	vertical-align		: middle;
	text-align			: left;
	width				: 12em;
/* これ以降Mac IE 5には適用されない \*/
	width				: 8em;
/**/
/* これ以降Mac IE 5には適用されない \*/
	border-bottom		: solid 1px #000000;
/**/
}

.recruit_index th span {
	display				: block;
	background-image	: url(../recruit/images/th_acce.png);
	background-repeat	: repeat-y;
	padding-left		: 0.8em;
}

.recruit_index td {
	margin				: 5px 0;
	padding				: 10px 0;
	vertical-align		: middle;
/* これ以降Mac IE 5には適用されない \*/
	border-bottom		: solid 1px #000000;
/**/
}

.recruit_index td span {
	display				: table-cell;
	vertical-align		: middle;
}

* html .recruit_index td span {/* IE 6 */
	zoom				: 1;
	display				: inline;
}

*:first-child+html .recruit_index td span {/* IE 7 */
	zoom				: 1;
	display				: inline;
}

.recruit_index td span.line {
	padding				: 10px 0px 10px 30px;
	border-left			: solid 1px #000000;
	display				: block;
}

/* これ以降Mac IE 5のみに適用される \*//*/
* html .recruit_index td span {
	height				: 2.5em;
	display				: inline-block;
	vertical-align		: middle;
}
/**/

.recruit_index #h3_recruit_index strong {
	background-image	: url(../recruit/images/h3_recruit_index.png);
}

#contents_container {
	margin-bottom		: 30px;
}
