@charset "UTF-8";

/*キャリア・・求人情報
----------------------------- */
#boxRecruit {
	margin-bottom: 10px;
}

.boxRecruitList li {
	padding: 10px;
	border-top: 1px solid #cccccc;
	line-height: 1.75 !important;
	background: none;
	cursor: pointer;
	color: #000;
}

.boxRecruitList li:first-child {
	border-top: none;
}

.boxRecruitList li:hover {
	background-color: #ddecee !important;
}

.boxRecruitTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}

.boxRecruitTable a {
	color: #000 !important;
}

.boxRecruitTable a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

.boxRecruitTableHead {
	width: 80px;
	padding-right: 5px;
	border-bottom: none;
}

.recruitType,
.recruitConditions {
	padding: 4px 0;
	display: block;
	line-height: 1;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

.recruitType {
	background-color: #FFF;
}

.recruitType.fullTime {
	color: #577BB0;
	border-color: #577BB0;
}

.recruitType.partTime {
	color: #34743D;
	border-color: #34743D;
}

.recruitConditions {
	display: block;
	color: #FFF;
	text-align: center;
	background-color: #8D99AC;
	border-color: #8D99AC;
}

.boxRecruitTableTdL p {
	width: 410px;
}

.boxRecruitTableTdM p {
	width: 180px;
}

.boxRecruitTableTdS p {
	width: 130px;
}

.ellipsisText {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.boxContentsBottom .boxRecruitList li {
	padding-top: 5px;
	padding-left: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.boxContentsBottom .boxRecruitList li:first-child {
	padding-top: 0;
}

.boxContentsBottom .boxRecruitList li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.boxContentsBottom .boxRecruitTableTdL p {
	width: 535px;
}

.boxContentsBottom .boxRecruitTableTdM p {
	width: 245px;
}

.boxContentsBottom .boxRecruitTableTdS p {
	width: 180px;
}
