@charset "utf-8";

@import url("../../../css/style.css");

@media screen and (min-width: 760px) {

	.job-table--1.ta_c th,
	.job-table--1.ta_c td {
		text-align: center;
	}

	.job-table--1.va_m th,
	.job-table--1.va_m td {
		vertical-align: middle;
	}

	.w_100per {
		width: 100%;
	}

	#container .tablelayout_fixed {
		table-layout: fixed;
	}

}




@media screen and (max-width: 759px) {

	.job-table--1.ta_c th,
	.job-table--1.ta_c td {
		text-align: center;
	}

	.job-table--1.va_m th,
	.job-table--1.va_m td {
		vertical-align: middle;
	}

	.w_100per {
		width: 100%;
	}

	#container .tablelayout_fixed {
		table-layout: fixed;
	}

	#container .sp_whitespace_n th {
		white-space: normal;
	}

}