@charset "UTF-8";

.company-recruit .title {
	position: relative;
	top: 0;
	left: 0;
}

.company-recruit .shortcut {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0.55em;
}

.company-recruit h2 {
	font-size: 122%;
	font-weight: bold;
	margin-top: 0.5em;
	padding-left: 6px;
	border-left: solid 5px #99cc99;
}

.company-recruit h2,
.company-recruit table.recruit,
.company-recruit .afterword {
	margin-left: 20px;
}

.company-recruit table.recruit {
	border-collapse: collapse;
	width: 480px;
}

.company-recruit table.recruit th,
.company-recruit table.recruit td {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
}

.company-recruit table.recruit table th,
.company-recruit table.recruit table td {
	border-top: none;
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}

.company-recruit table.recruit th {
	font-weight: bold;
	padding-left: 3px;
	width: 9em;
}

.company-recruit table.recruit table th {
	font-weight: normal;
	padding-left: 0;
	width: auto;
}

.company-recruit table.phone th {
	padding-right: 1em;
}

.company-recruit .hidden_cell {
	display: none;
}

.company-recruit table.recruit td.head_count {
	border-bottom: none;
}

.company-recruit table.recruit td.beginning_salary {
	border-top: none;
}

.company-recruit .afterword {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

