@charset "utf-8";

.boxRecruit01 {
	width: 100%;
	margin: 20px auto 35px;
}
	.boxRecruit01 .img01 { margin-bottom: 15px;}
	.boxRecruit01 .inner {
		margin: 0 3.13%;
		font-size: 86%;
	}
		.boxRecruit01 .inner .txt01 { margin-bottom: 10px;}
		.boxRecruit01 .inner .name01 { text-align: right;}



.boxRecruitWrap02 { 
	margin-bottom: 25px;
	border-bottom: 1px #ccc solid;
}
	.boxRecruit02 { margin: 20px 3.13% 40px;}
		.boxRecruitIn02 {}

.table_recruit01 {
	width: 100%;
	margin-bottom: 20px;
}
	.table_recruit01 th,
	.table_recruit01 td {
		font-size: 86%;
		border-bottom: 1px #ccc dotted;
		vertical-align: top;
		padding: 8px 0;
	}
	.table_recruit01 th {
		width: 20%;
		color: #2a90d0;
	}
	.table_recruit01 td { 
		width: 80%;
		padding-left: 5px;
	}
		.table_recruit01 td dl {}
			.table_recruit01 td dl dt { 
				color: #2a90d0;
				margin-left: -0.7em;
			}
			.table_recruit01 td dl dd {}
		.table_recruit01 td a { 
			color: #2a90d0;
			text-decoration: underline;
		}

.boxRecruit03 { margin: 0 3.13% 42px;}
	.txtRecruit01 { 
		padding-left: 15px;
		font-size: 86%;
	}


.mainimgRecruit01 {	position: relative;}
	.mainimgRecruit01 .txt01 {
		display: table;
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		font-size: 108%;
		font-weight: bold;
		color: #fff;
		text-shadow: 0 0 7px rgba(0,0,0,.35);
	}




#en .boxRecruit01 .inner .txt01 { text-align: justify;}




















/* !PC
---------------------------------------------------------- */
@media only print, screen and (min-width: 768px) {
.boxRecruit01 {
	width: 860px;
	margin: 30px auto 70px;
}
	.boxRecruit01 .img01 { margin-bottom: 20px;}
	.boxRecruit01 .inner {
		margin: 0 20px;
		font-size: 100%;
	}

.boxRecruitWrap02 { 
	margin-bottom: 35px;
	border-bottom: 1px #ccc solid;
}
	.boxRecruit02 {
		width: 860px;
		margin: 30px auto 110px;
	}
		.boxRecruitIn02 {
			margin-bottom: 20px;
			padding: 30px 30px 20px;
			border: 1px #ccc solid;
		}


.table_recruit01 {
	width: 100%;
	margin-bottom: 0;
}
	.table_recruit01 th,
	.table_recruit01 td {
		font-size: 100%;
		background: url(/common/img/bg_line_dot01.png) left bottom repeat-x;
		background-size: 4px 1px;
		border-bottom: none;
		padding: 10px 0;
	}
	.table_recruit01 tr:last-child th,
	.table_recruit01 tr:last-child td { background: none;}
	.table_recruit01 th { width: 18%;}
	.table_recruit01 td { 
		width: 82%;
		padding-left: 10px;
	}
		.table_recruit01 td > span { 
			display: block;
			font-size: 86%;
		}
		.table_recruit01 td dl {}
			.table_recruit01 td dl dt { color: #2a90d0;}
			.table_recruit01 td dl dd {}
		.table_recruit01 td a {}
			.table_recruit01 td a:hover { text-decoration: none;}


.boxRecruit03 { 
	width: 860px;
	margin: 0 auto 120px;
}
	.txtRecruit01 { 
		padding-left: 20px;
		font-size: 100%;
	}

.mainimgRecruit01 {}
	.mainimgRecruit01 .txt01 {
		font-size: 215%;
		height: 400px;
	}
		.mainimgRecruit01 .txt01 > span {
			display: table-cell;
			vertical-align: middle;
		}

}