@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.ta_c th.ta_l {
		text-align: left;
	}

	.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;
	}

	.anchor-link {
		padding-top: 90px;
        margin-top: -90px;
	}

	.f-left {
		float:left;
	}

	.f-left + dd {
	margin-left: 121.5px;
	}
}

@media screen and (max-width: 759px) {

	.job-table--1.ta_c th,
	.job-table--1.ta_c td {
		text-align: center;
	}

	.job-table--1.ta_c th.ta_l {
		text-align: left;
	}

	.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;
	}

	.anchor-link {
		padding-top: 55px;
		margin-top: -55px;
	}

}