@charset "utf-8";

#contents h2.h2-title{
    background: url("../../recruit/image/title.jpg") center center;
    background-size: cover;
}
#recruit{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    line-height: 1.8;
}
.btn-b a{
    margin: 0 auto;
}
#recruit section{
    margin-bottom: 60px;
}
#recruit:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #recruit { 
	height: 1px;
	overflow: visible;
}
/**/

#recruit table{
    border-collapse: collapse;
    border: 1px solid #999;
}
#recruit table th{
    border: 1px solid #999;
    background: #4e2f1f;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
    width: 100px;
    text-align: left;
}
#recruit table td{
    border: 1px solid #999;
    padding: 10px;
}

#recruit iframe{
    width: 100%;
    height: 500px;
}
.pic-recruit{
    font-size: 0;
}
.pic-recruit li{
    display: inline-block;
    margin-bottom: 60px;
}
.pic-recruit li:nth-of-type(odd){
    margin-right: 60px;
}
.pic-route,
.pic-new{
    float: right;
    margin-left: 40px;
}

/*  応募フォーム
----------------------------------------------------------*/
#contact-wrap{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    line-height: 1.8;
}
.btn-b a{
    margin: 0 auto;
}
#contact-wrap table{
    width: 80%;
    margin: 0 auto 60px;
}
#contact-wrap table caption{
    margin-bottom: 20px;
}
#contact-wrap table th{
    background: #eee;
    padding: 30px 10px;
    white-space: nowrap;
    text-align: left;
    width: 190px;
    position: relative;
    vertical-align: top;
    line-height: 2;
    z-index: 333;
}
#contact-wrap table th span{
    position: absolute;
    top: 28px;
    right: 10px;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 12px;
}
#contact-wrap table th span.need{
    background: #c52c23;
    color: #fff;
}
#contact-wrap table th span.option{
    background: #666;
    color: #fff;
}
#contact-wrap table td{
    padding: 20px 10px;
    border-bottom: 1px dotted #888;
    line-height: 2;
}
#contact-wrap table td input,
#contact-wrap table td textarea{
    padding: 10px;
    border: 1px solid #bbb;
    width: 90%;
}
#contact-wrap table td.skils input{
    padding: 10px;
    border: none;
    width: auto;
}


/* ────────────────────── *
 *                                              *
 * システム                                     *
 *                                              *
 * ────────────────────── */

.errMsg {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #ffff00;
	display: inline-block;
	background: #cc0c0c;
	padding: 7px 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	position: relative;
}
.errMsg:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 12, 12, 0);
	border-top-color: #cc0c0c;
	border-width: 6px;
	margin-left: -6px;
}
input.err,
textarea.err {
	background: #ffe4e4;
	border: 1px solid #cc0c0c!important;
}
:placeholder-shown {
    color: #acacac;
}
::-webkit-input-placeholder {
    color: #acacac;
}
:-moz-placeholder {
    color: #acacac;
	opacity: 1;
}
::-moz-placeholder {
    color: #acacac;
	opacity: 1;
}
:-ms-input-placeholder {
    color: #acacac;
}

.btn-submit{
    font-size: 18px;
    width: 300px;
    cursor: pointer;
    margin: 0 auto;
    border: none;
    color: #fff;
    display: block;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    background: url("../../image/common/btn-arrow.png") no-repeat 95% center #4e2f1f;
    background-size: 28px 28px;
    line-height: 1.5;
}

.btn-back{
    font-size: 18px;
    width: 300px;
    cursor: pointer;
    margin: 0 auto;
    border: none;
    color: #fff;
    display: block;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    background: #888;
    line-height: 1.5;
}


