/* ****************************************************
	業者専用ページ 印刷用CSS
**************************************************** */

/* -----------------------------------
	共通部分
----------------------------------- */

* {
	color: #000 !important;
}

/* -----------------------------------
	ヘッダー
----------------------------------- */

header {
	position: relative;
}
header .inner .access .box {
	margin-right: 0;
}
header .inner .access .text .tel a {
	padding-left: 0;
}

/* -----------------------------------
	フッター
----------------------------------- */
footer {
	display: none !important;
}

/* -----------------------------------
	コンテンツ
----------------------------------- */

.vacancy {
	margin-top: 20px;
}
.vacancy .printButton {
	display: none;
}
.vacancy .block {
	page-break-before: always;
}
.vacancy .block:first-of-type {
	page-break-before: avoid;
}
.vacancy .block table tr {
	page-break-inside: avoid;
}
.vacancy .block table .tableHeader th {
	font-weight: bolder;
}