@charset "utf-8";
/* CSS Document */
/*
============================================================
*	recruit.css
============================================================
*/

/*:::::: RECRUIT TOP

/* COTENTS
----------------------------------------------------------*/
.contRecruitBG{
	background:url(http://ib-system.co.jp/wordpress/images/recruit/header_img.jpg) right top no-repeat;
	background-size: 100%;
}
.contRecruitLead{
	padding:200px 0 0 12px;
}
.RecruitBtnBox{
	margin:30px 0 50px;
	text-align:center;
}

.RecruitLinkBox{
	text-align:center;
	overflow: hidden;
}

.RecruitLinkBox a {
	width: 49%;
	float: left;
	margin: 0 2% 2% 0;
}

.RecruitLinkBox a:nth-child(2n){
	margin:0 0 2% 0;
}

.RecruitLinkBox a img{
	border:1px solid #ccc;
}
.RecruitLinkBox a:not(:first-child){
	//margin:0 0 0 15px;
}
.RecruitLinkBox a:hover{
	-ms-filter: "alpha(opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.6;	
}


.recruitTab-Header{
	margin:40px 0 0 0;
	padding:0 0 0 0;
}
.recruitTab-Header ul li{
	width: 100%;
	text-align: center;
	color:#007bc7;
}
.recruitTab-Header ul li:first-child,
.recruitTab-Header ul li:last-child{
	display: none;
}

.recruitTab{
	margin:0 0;
	padding:0 0 30px 0;
	font-size:15px;
	overflow: hidden;
}
.recruitTab ul li{
	float:left;
	margin-right: 2%;
	width:32%;
	text-align:center;
	padding:5px 0;
	background:#e7e7e7;
	cursor:pointer;
}
.recruitTab ul li:last-child{
	margin-right:0;
}
.tabContents{
	clear:both;
	font-size:12px;
	min-height:80px;
	margin-bottom:30px;
}
.select{
	color:#fff;
	position: relative;
	background:#007ac6 !important;
	border: 4px solid #;
}
.select:after, .select:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.select:after {
	border-color: rgba(0, 122, 198, 0);
	border-top-color: #007ac6;
	border-width: 7px;
	margin-left: -7px;
}
.select:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #;
	border-width: 13px;
	margin-left: -13px;
}
.disnon{
	display:none;
}
.tabContents table{
	width:100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tabContents table td,
.tabContents table th{
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tabContents table td{
	padding:10px;
}

.tabContents table td.tdItem{
	border-bottom:1px solid #ccc;	
}

.tdTitle{
	vertical-align:top;
	color:#000;
	font-size: 14px;
}

.recruitImg01{
	float: none!important;
	text-align: center;
}

.recruitImgTxt{
float: none;
margin-top: 20px;
}
.recruitImgTxt p{
	padding-bottom: 10px;
	font-size: 14px;
}
.recruitImgTxt p:first-child{
	margin-top:0;
}
.mainTitle{
	font-size:22px;
	font-weight:normal;
	color:#f08200;
	margin:40px 0 -20px;
}
.SaiyoInfoTable{
	width:100%;
	margin:20px 0 40px;
}

.SaiyoInfoTable tr{
	border-bottom: 1px solid #ccc;
}
.SaiyoInfoTable tr:first-child{
	border-top: 1px solid #ccc;
}

.SaiyoInfoTable th,
.SaiyoInfoTable td{
	width: 100%!important;
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.SaiyoInfoTable th{
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding: 10px 0;	

}
.SaiyoInfoTable td{
	vertical-align:top;
	padding-bottom: 10px;
}
.fontSmall{
	font-size:0.7em;
}

.recruitCanBox{
	overflow:hidden;
	margin:20px 0!important;
	padding-top: 10px;
	border:1px solid #ccc; 
	border-color:#ccc #ccc #ccc #ccc;
}
.recruitCanBox a{
	display:block;
	border:1px solid #ccc;
	width:103px;
	padding:0 10px;
	margin:22px 22px 22px 22px;
	float:left;
	text-align:center;
	background:#fff;
	text-decoration: none;
	color:#555;
}
.recruitCanBox a:hover{
	color:#fff;
	background:#007bc7;
}
.recruitCanBox a span{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:103px;
	height:110px;
}
.recruitCanBox a:first-child{
	margin:0;
}

.recruit-wrap li{
	float: none!important;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
