@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
recruitment
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.recruitment .tcn {
	max-width: 760px;
	margin: auto;
}
.recruitment .hyo {
	border-color: #C8C8C8;
	background-color: #ffffff;
}
.recruitment table {
	width: 100%;
}
.recruitment table th {
	color: #000;
	padding: 10px 15px;
	white-space: nowrap;
}
.recruitment table td {
	padding: 10px 15px ;
}
.recruitment .bgr {
	background-color: #FAFAFA;
}

@media(max-width: 740px){
	.recruitment .sTitle {
		line-height: 22px;
	}
	.recruitment table {
		table-layout: fixed;
	}
	.recruitment table tr > * {
		font-size: 12px;
		line-height: 21px
	}
	.recruitment table th {
		width: 35%;
		white-space: normal;
	}
}