@charset "utf-8";


.recruitNotTxt {
	clear: both;
	text-align: center;
	font-size: 28px;
}
.recruitList01 {
	clear: both;
	margin: 0;
	padding: 0;
}
.recruitList01 > li {
	float: left;
	width: 48%;
	margin: 0 0 4% 4%;
	padding: 20px;
	list-style-type: none;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recruitList01 > li:nth-child(odd) {
	clear: both;
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.recruitList01 > li {
		float: none;
		width: auto;
		margin: 0 0 30px 0;
	}
}
.recruitList01 > li .headBox {
	display: table;
	width: 100%;
	border-bottom: 2px solid #3F5BA8;
}
.recruitList01 > li .headBox .imgBox {
	display: table-cell;
	vertical-align: top;
	width: 60px;
	padding: 0 15px 5px 0;
}
.recruitList01 > li .headBox .imgBox img {
	width: 100%;
	border: 1px solid #DDDDDD;
}
.recruitList01 > li .headBox h4 {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 24px;
	font-weight: bold;
}
.recruitList01 > li .descBox {
	margin: 10px 0 0 0;
}
.recruitList01 > li .descBox table {
    border-collapse:collapse;
    border-spacing:0;
}
.recruitList01 > li .descBox table th ,
.recruitList01 > li .descBox table td {
	vertical-align: top;
	padding: 15px;
	border-bottom:  1px dotted #aaaaaa;
}
.recruitList01 > li .descBox table th {
	white-space: nowrap;
}
.recruitList01 > li .descBox table td {
	width: 100%;
}


/*.recruitList01 {
	clear: both;
	margin: 40px 0 0 0;
	padding: 0;
}
.recruitList01 > li {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	list-style-type: none;
	border-top: 1px dotted #AAAAAA;
	overflow: hidden;
}
.recruitList01 > li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
.recruitList01 > li .logoBox {
	float: left;
	width: 100px;
	margin: 0 30px 0 0;
}
.recruitList01 > li .picBox {
	float: left;
	width: 324px;
}
.recruitList01 > li .txtBox {
	float: right;
	width: 576px;
}
@media only screen and (max-width: 767px) {
	.recruitList01 > li .logoBox {
		width: 20%;
		margin: 0 0 20px;
	}
	.recruitList01 > li .picBox {
		float: right;
		width: 78%;
		margin: 0 0 20px;
	}
	.recruitList01 > li .txtBox {
		float: none;
		clear: both;
		width: auto;
	}
}
.recruitList01 > li .title {
	font-size: 23px;
	font-weight: bold;
	padding: 0 0 0 30px;
	background: url(../img/common/common_mark04.png) 0 0.2em no-repeat;
}
.recruitList01 > li .title a {
	color: #333333;
	text-decoration: none;
}
.recruitList01 > li .title a:hover {
	text-decoration: underline;
}
.recruitList01 > li .txt01 {
	font-size: 17px;
	margin: 1em 0 0 0;
}
*/

.preparation{
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
}
