﻿#pageTitle .page_navi_wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}
#pageTitle h2 {
	min-width: 313px;
	padding: 12px 0px;
	font-family: "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
}
@media screen and (max-width: 599px) {
	#pageTitle h2 {
		float: none;
		width: 100%;
	}
}
#pageTitle .select_working_status {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}
#pageTitle .select_working_status li {
	flex-grow: 1;
	font-size: 15px;
}
#pageTitle .select_working_status li + li {
	margin-left: 4px;
}
#pageTitle .select_working_status li a {
	display: flex;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.5);
	justify-content: center;
	align-items: center;
	height: 100%;
	font-feature-settings: "palt";
	border: 1px solid #7e5c54;
}
#details h4 {
	font-size: 116%;
	font-weight: bold;
	margin: 40px 0 12px !important;
	color: #6a3906;
}
#details table {
	width: 100%;
	max-width: 640px;
	margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
	#details table {
		border-top: 1px solid #c7b299;
	}
}
#details table th,
#details table td {
	padding: 10px;
	border: 1px solid #c7b299;
	line-height: 1.4;
}
@media screen and (max-width: 599px) {
	#details table th,
	#details table td {
		display: block;
		border-top: none;
	}
}
#details table th {
	width: 8em;
	text-align: right;
	color: #6a3906;
	background-color: rgba(199, 178, 153, 0.3);
}
@media screen and (max-width: 599px) {
	#details table th {
		width: 100%;
		box-sizing: border-box;
		text-align: left;
	}
}
#details table td {
	background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 599px) {
	#details table td + td {
		border-top: none;
	}
}
#details p {
	margin: 5px 0 0;
	line-height: 1.4;
}
#details #contactTable {
	margin-top: 1em;
}
#details #contactTable th {
	width: 11em;
}
@media screen and (max-width: 599px) {
	#details #contactTable th {
		width: 100%;
		box-sizing: border-box;
		text-align: left;
	}
}
#details ol {
	counter-reset: number;
}
#details ol li {
	margin-bottom: 5px;
}
#details ol li:before {
	display: inline-block;
	margin-right: 0.6em;
	padding: 1px;
	width: 1.3em;
	counter-increment: number;
	content: counter(number);
	color: #fff;
	font-size: 93%;
	text-align: center;
	background-color: #c7b299;
	border-radius: 2px;
}
#details ul li {
	margin-left: 1em;
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-size: 93%;
	line-height: 1.5;
	background: url(../images/common/icon-square.png) no-repeat left center;
}
#parttime {
	background: url(../images/recruit/parttime-bg.png) no-repeat right top;
}
@media screen and (max-width: 599px) {
	#parttime {
		padding-top: 360px;
	}
}
