@charset "UTF-8";

body#recruit div#main .content_inner {
	margin: 2em auto;
}

body#recruit div#recruit_list dl {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
}

body#recruit div#recruit_list dl dt {
	margin: 0 0;
	padding: 0;
}

body#recruit div#recruit_list dl dt img {
	width: 100%;
}

body#recruit div#recruit_list dl dd {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 10px 10px 15px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}

body#recruit div#recruit_list dl dd span.post {
	font-size: 14px;
}

body#recruit div#recruit_list dl::before,
body#recruit div#recruit_list dl::after {
	position: absolute;
	top: 90%;
	right: 4%;
	display: block;
	content: '';
	width: 10px;
	height: 1px;
	background-color: #fff;
}

body#recruit div#recruit_list dl::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body#recruit div#recruit_list dl::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.txt-center{
	text-align: center;
}


/*--------------------------------------------------------------------
 *	PC
 *--------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {

body#recruit div#main .wrap {
	background-color: #f3f3f3;
}

body#recruit div#recruit_list {
	margin-top: 3em;
}

body#recruit div#recruit_list dl {
	float: left;
	margin-right: 4.761904761%;
	margin-bottom: 3%;
	width: 47.619047619%;
}

body#recruit div#recruit_list dl:nth-child(even) {
	margin-right: 0;
}

}

/*-------------------------------------------------------------------------------*
 *	Clear fix
 *-------------------------------------------------------------------------------*/

