@charset "UTF-8";


/* visual --------------------------------------------------------------- */
#visual {
	width: 100%;
	height: 500px;
	background-image: url(../img/recruit/visual.jpg);
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	position: relative;
	}

#visual h2,
#visual h2 img {
	height: 108px;
	text-align: center;
	}

#visual h2 {
	padding-top: 220px;
	}
	

/* contact --------------------------------------------------------------- */
#contact {
	width: 900px;
	margin: 0 auto;
	padding: 100px 0 50px 0;
	margin-bottom: 50px;
	}

#contact h3 {
	text-align: center;
	margin-bottom: 50px;
	}
	
#contact h3 img {
	height: 33px;
	}

#contact h3 span {
	margin-top: 50px;
	font-size: 18px;
	}


/* tab --------------------------------------------------------------- */
#tab {
	width: 100%;
	overflow: hidden;
	}
	
#tab #tabul1,
#tab #tabul2 {
	padding: 10px 5px;
	box-sizing: border-box;
	border: solid 1px;
	border-color: #dddddd;
	}

#tab #tabul1 {
	float: left;
	
	
	float: none;
	margin: 0 auto;
	}

#tab #tabul2 {
	float: right;
	}
	
#tab h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	}
	
#tab ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	}
	
#tab ul li {
	float: left;
	width: 200px;
	margin: 0 5px;
	
	cursor: pointer;
	text-align: center;
	background-color: #c8c8c8;
	
	
	width: 434px;
	}
	
#tab ul li img {
	width: 100%;
	
	width: 50%;
	}

#tab ul li.select {
	background-color: #64c800;
	}
	

/* category-arrow --------------------------------------------------------------- */
#category-arrow {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	}
	
#category-arrow #arrowul1,
#category-arrow #arrowul2 {
	padding: 10px 5px;
	}

#category-arrow #arrowul1 {
	float: left;
	}

#category-arrow #arrowul2 {
	float: right;
	}

#category-arrow ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	}
	
#category-arrow ul li {
	float: left;
	width: 200px;
	height: 16px;
	margin: 0 5px;
	
	cursor: pointer;
	text-align: center;
	
	width: 250px;
	
	width: 434px;
	}
	
#category-arrow ul li img {
	width: 100%;
	}

#category-arrow ul li.select {
	background-image: url(../img/recruit/arrow.png);
	background-position: center center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	
	background-size: 50% auto;
	-webkit-background-size: 50% auto;
	-moz-background-size: 50% auto;
	-o-background-size: 50% auto;
	-ms-background-size: 50% auto;
	}
	
		
/* form --------------------------------------------------------------- */
.form-wrapper {
	margin-bottom: 50px;
	}

.hide {
	display: none;
	}

.form {
	border-bottom: solid 1px;
	border-color: #dddddd;
	}

#contact dl {
	width: 100%;
	display: table;
	margin-bottom: 15px;
	padding-top: 15px;
	font-size: 16px;
	border-top: solid 1px;
	border-color: #dddddd;
	line-height: 1.7;
	}

#contact dl dt {
	width: 200px;
	font-weight: bold;
	}

#contact dl dt span {
	width: 22px;
	display: inline-block;
	color: #cc0000;
	}
	
#contact dl dt,
#contact dl dd {
	display: table-cell;
	vertical-align: top;
	}
	
#contact dl dd {
	}
		
#contact #submit {
	display: block;
	width: 100%;
	font-size: 24px;
	margin: 30px auto 0 auto;
	padding: 20px 0;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/contact/submit.png);
	background-repeat: repeat;
	}

#contact .banner {
	clear: both;
	width: 100%;
}
#contact .banner img {
    width: 100%;
}

/* レスポンシブ --------------------------------------------------------------- */
@media(max-width:768px){
	}

