@charset "utf-8";
@import url("page.css");

/* CSS Document */

#title h1 {
	display: block;
	margin: 0;
	width: 100%;
}

#title img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#recruit {
	margin: 20px auto 40px;
	width: 90%;
}

#recruit img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#recruit h1 {
	margin: 0 auto 40px;
	width: 96%;
}

#recruit p {
	font-size: 16px;
	font-weight: 600;
	color: #C30;
	text-align: center;
	margin: 10px 0 20px;
}
.recruit {
	margin: 40px auto;
}

.recruit th {
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	width: 100%;
	box-sizing: border-box;
}

.recruit th:before, .recruit th:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 3px;
	opacity: 0.6;
	background-color: #4F2700;
}

.recruit th:before {left:0;}
.recruit th:after {right: 0;}

.recruit td {
	text-align: left;
	display: block;
	margin: 5px auto 20px;
	width: 98%;
}

#pri {
	display: block;
	margin: 10px auto;
	width: 98%;
}
#pri dt {
	font-weight: 600;
	display: block;
	float: left;
	width: 40%;
	box-sizing: border-box;
	clear: both;
}
dt.pri01 {
	color: #FFF;
}
dd.pri01 {
	font-weight: 600;
	text-align: right;
	display: block;
	padding-right: 20px;
	float: left;
	width: 30%;
	box-sizing: border-box;
}
dd.pri {
	text-align: right;
	display: block;
	float: left;
	padding-right: 10px;
	width: 30%;
	box-sizing: border-box;
}
dd.pri02 {
	text-align: center;
	display: block;
	padding-right: 10px;
	float: left;
	width: 60%;
	box-sizing: border-box;
}
dt.fpri {
	display: block;
	float: left;
	width: 40%;
	border-top: solid 1px #ccc;
	box-sizing: border-box;
	clear: both;
}
dd.fpri {
	text-align: right;
	display: block;
	padding-right: 10px;
	float: left;
	width: 30%;
	border-top: solid 1px #ccc;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
#title h1 {
	background-image: url(../images/recruit/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 182px;
	width: 1015px;
}

#recruit {
	margin: 115px auto 140px;
	width: 1015px;
}

#recruit h1 {
	display: block;
	margin: 0 auto 40px;
	height: 36px;
	width: 323px;
}

#recruit p {
	margin: 0 auto 20px;
}

.recruit {
	display: table;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 650px;
	margin: 60px auto 80px;
	border: 1px solid #ccc;
}

.recruit th {
	display: table-cell;
	color: #FFF;
	background-color: #816344;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	width: 150px;
	padding: 0.3em 1em;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	position: static;
	box-sizing: border-box;
}
.recruit th:before, .recruit th:after{
	display: none;
}

.recruit td {
	display: table-cell;
	text-align: left;
	margin: 0px;
	padding: 0.3em 1em;
	width: 500px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}

#pri {
	display: block;
	margin: 10px 0;
	width: 490px;
}
#pri dt {
	display: block;
	padding-left: 10px;
	float: left;
	width: 200px;
	box-sizing: border-box;
	clear: both;
}
dt.pri01 {
	color: #FFF;
}
dd.pri01 {
	text-align: right;
	display: block;
	padding-right: 25px;
	float: left;
	width: 115px;
	box-sizing: border-box;
}
dd.pri {
	text-align: right;
	display: block;
	float: left;
	padding-right: 20px;
	width: 120px;
	box-sizing: border-box;
}
dd.pri02 {
	text-align: center;
	display: block;
	padding-right: 20px;
	float: left;
	width: 260px;
	box-sizing: border-box;
}
dt.fpri {
	display: block;
	float: left;
	padding-left: 10px;
	width: 110px;
	border-top: solid 1px #ccc;
	box-sizing: border-box;
	clear: both;
}
dd.fpri {
	text-align: right;
	display: block;
	padding-right: 20px;
	float: left;
	width: 120px;
	border-top: solid 1px #ccc;
	box-sizing: border-box;
}
}