/****************
- recruit.css
- 求人情報
****************/


/* ==================== */
/* index */
/* -- */


/* ul */

/*article#front-recruit ul li {
	margin-bottom: 21px;
}*/

@media screen and (max-width:549px){
	article#front-recruit ul li {
		font-size: 14px;
	}
}
@media screen and (min-width:550px){
	article#front-recruit ul li {
		font-size: 1.0rem;
	}
}











#recruit .update {
	margin-bottom: 15px;
	text-align: right;
}

#recruit table,
#recruit table th,
#recruit table td {
	border: 1px solid #323232;
}

#recruit table,
#recruit p {
	margin-bottom: 21px;
}

/*
#recruit td.partition,
#recruit table tr:nth-child(2) td{
	border-bottom-color: red;
}
*/

#recruit table th, 
#recruit table td {
	padding: 3px 13px;
}

#recruit table td:first-child,
#recruit table td:nth-child(2),
#recruit table td:nth-child(3) {
	white-space: nowrap;
}



#front-recruit a.exlink,
#recruit a.exlink {
	margin-left: 34px;
}


#front-recruit a.exlink::before,
#recruit a.exlink::before { /* icon */
	display: inline-block;
	position: absolute;
	top: 1px;
	left: -28px;
	background-image: url(/../img/exlink_blue.svg);
	background-size: contain;
	width: 20px;
	height: 20px;
	content: "";
}





/* 募集終了 */
/* リンクが切れた場合はaタグからli付与に変更する*/
#front-recruit a.recruit-stop {
	margin-right: 0.5rem;
	color: #a3a3a3;
}
#front-recruit a.recruit-stop::before { 
	background-image: url(/img/exlink.svg);
}

#front-recruit li.exlink {
	color: #a3a3a3;
	position: relative;
	margin-left: 34px;
}

#front-recruit li.exlink::before {
	display: inline-block;
	position: absolute;
	top: 1px;
	left: -28px;
	background-image: url(/img/exlink.svg);
	background-size: contain;
	width: 20px;
	height: 20px;
	content: "";
}
#front-recruit li.exlink::after {
	content: '終了';
	color:#323232;
	margin-left: 0.5rem;
}










/* r04_offering */
.r04_offering img {
	width:300px;
	margin-right:13px;
}
.r04_offering #r04_handout {
	margin-bottom:8px;
}
.r04_offering #r04_handout span {
	font-weight: bold;
}
.r04_offering #r04_handout a{
	padding-left: 8px;
}