/**************index******************/
#recruit_box{
	width:990px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
	padding:5px;
}
.recruit_catch{
	background-color:#333;
	width:990px;
	height:auto;
	overflow:hidden;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height:1.4em;
	padding:10px 0;
	margin:10px auto;
}
.recruit_catch div{
	font-size:18px;
	font-weight: bold;
	line-height:2em;
}
.recruit_pr_box{
	width:990px;
	height:auto;
	margin:5px auto 0;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}
.recruit_pr_img_box{
	width:300px;
	margin:0;
	padding:5px;
	box-sizing: border-box;
}
.recruit_pr_img{
	width:100%;
	margin:5px 0 10px;
}
.recruit_pr_text_box{
	width:770px;
	font-size:16px;
	color:#000;
	line-height:1.3em;
	margin:5px 0;
	padding:5px;
	text-align:left;
}

.recruit_subtitle{
	background:#000;
	width:1000px;
	font-size:22px;
	color:#FFF;
	line-height:1.8em;
	text-align:center;
	padding:5px 0;
	margin:10px auto 0;
}
.recruit_ex_box{
	width:990px;
	height:auto;
	margin:5px auto 0;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}
.recruit_ex_img{
	width:240px;
	margin:0;
	padding:5px;
	box-sizing: border-box;
}
.recruit_ex_img img{
	width:100%;
	vertical-align: bottom;
}
.recruit_ex_text{
	width:720px;
	font-size:16px;
	color:#000;
	line-height:1.6em;
	margin:5px 0;
	padding:5px 10px;
	text-align:left;
	box-sizing: border-box;
}
.recruit_ex_castname{
	border-bottom:1px #000 solid;
	margin-bottom: 10px;
}

.recruit_banner_box{
	width:990px;
	height:auto;
	margin:5px auto;
	overflow:hidden;
}
.recruit_banner_box img{
	vertical-align:bottom;
}
.recruit_bosyu_box{
	display:table;
	table-layout:fixed;
	width:990px;
	height:auto;
	margin:5px auto 0;
	overflow:hidden;
}
.recruit_item{
	display:table-cell;
	vertical-align:top;
	background-color:#000;
	width:200px;
	text-align:left;
	font-size:16px;
	color:#FFF;
	line-height:1.6em;
	padding:10px 0 0 10px;
	box-sizing: border-box;
	margin:0;
}
.recruit_detail{
	display:table-cell;
	vertical-align:top;
	width:780px;
	font-size:16px;
	color:#000;
	line-height:1.4em;
	margin:0;
	text-align:left;
	padding:5px 10px;
	border-bottom:1px #000 dotted;
	box-sizing: border-box;
	position: relative;
}

.recruit_detail .icon_box{
	width:760px;
	display: flex;
	justify-content: start;
	margin:5px auto 10px;
}
.recruit_detail .icon{
	width:auto;
	font-size:16px;
	color:#ff7c24;
	text-align:center;
	line-height:1.4em;
	padding:5px 5px 1px;
	margin:3px;
	border-radius: 5px;
	border:1px #ff7c24 solid;
}
.recruit_detail a{
	color:#000;
}
.recruit_detail .linebanner{
	width:732px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.recruit_detail .detail_img{
	position:absolute;
	top:3%;
	right:1%;
	width:25%;
	margin:.1%;
	box-sizing: border-box;
}
.recruit_banner{
	width:990px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}

.recruit_staff_pr_box{
	width:990px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.recruit_staff_pr_txt{
	font-size:1.2em;
	color:#000;
	line-height:1.2em;
	text-align:center;
	padding:5px;
}
.recruit_staff_pr_txt div{
	font-size:2em;
	line-height: 2em;
	text-decoration: underline;
}
.recruit_staff_pr_img_cont{
	width:990px;
	display: flex;
	justify-content: space-between;
	margin:5px auto;
}
.recruit_staff_pr_img{
	width:330px;
	padding:3px 7px;
	text-align:center;
	box-sizing: border-box;
}
.recruit_staff_item_cont{
	width:990px;
	display: flex;
	justify-content: space-between;
	margin:3px auto;
}
.recruit_staff_item01{
	background:#000;
	width:285px;
	font-size:1.6em;
	color:#FFF;
	line-height:2em;
	text-align:left;
	padding-left:5px;
	margin-right:5px;
	box-sizing: border-box;
}
.recruit_staff_item02{
	background:#000;
	width:700px;
	font-size:1.6em;
	color:#FFF;
	line-height:2em;
	text-align:left;
	padding-left:5px;
	margin:0;
	box-sizing: border-box;
}
.recruit_staff_bosyu_cont{
	width:990px;
	display: flex;
	justify-content: space-between;
	margin:3px auto;
	padding:5px 0;
	border-top:1px #000 solid;
}
.recruit_staff_bosyu_item{
	width:270px;
	font-size:1.2em;
	color:#000;
	line-height:1.6em;
	text-align:left;
	padding:10px 5px;
	box-sizing: border-box;
}
.recruit_staff_bosyu{
	width:705px;
	font-size:1.2em;
	color:#000;
	line-height:1.6em;
	text-align:left;
	padding:10px 5px;
	box-sizing: border-box;
	border-left:1px #000 solid;
}
.recruit_staff_bosyu .stafflinebanner{
	width:670px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.recruit_staff_bosyu .stafflinebanner img{
	width:100%;
	vertical-align:bottom;
}