@charset "utf-8";

/*------------------------------------------
                  clearfix
------------------------------------------*/
.clearfix,
.profBox,
.nameBox_d {
    overflow: hidden;
}

.clearfix:after,
.profBox:after,
.nameBox_d:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/*------------------------------------------
                 List layout
------------------------------------------*/
#intBox {
	width:90%;
	padding:5%;
}

ul li.ent_box {
	width:90%;
	background:url(/s/sh/shinkibus/spn/img/interview/bg_list.png) #FFF no-repeat center bottom;
	background-size:100%;
	padding:5% 5% 20px;
	margin:0 0 15px;
	border:1px #F4578C solid;
}

.profBox {
	width:100%;
}

.imt_img {
	width:45%;
	padding:0 0 15px;
	float:left;
	
}
.imt_img img {
	width:100%;
}

.nameBox {
	width:50%;
	float:left;
	margin:0 0 0 5%;
}

.name_area {
}

.category {
	display: inline-block;
	font-weight:bold;
	color:#fff;
	padding:5px 7px 5px 7px;
	margin:0 0 10px;
}

.btn_det {
    background-color: #f18e12;
    border: 1px solid #c4772c;
    box-shadow: 0 0 1px #ffffff inset;
    clear: none;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    /*margin: 20px auto;*/
    position: relative;
    text-align: center;
    width: 202px;
    z-index: 1;
}
.btn_det :before {
    position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	background:url(../img/arrow07.png) no-repeat;
	left: 10px;
	top: 7px;
	content: " ";
	background-size: 20px 20px;
}
.btn_det a {
    color: #fff;
    display: block;
    font-weight: bold;
}
/*-------------------------
   職種カラーアイコン設定
---------------------------*/
.drive { background:#1373BD; }
.desk { background:#D93600; }
.food { background:#1A6600; }
.guard { background:#001A66; }

ul li.ent_box .name_box {
	width:355px;
	/*padding:0 23px 0 0;*/
}

.txt_ent {
	min-height:49px;
	padding:20px 10px 20px 20px;
	background:url(/s/sh/shinkibus/img/interview/bg_sircle.png) no-repeat;
	font-size:15px;
	font-weight:bold;
}

.name_area {
	font-size:14px;
	width:130px;
}

.job {
	border-bottom: 1px dotted #f3578c;
    color: #1471ba;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 0 5px 5px;
}
.name {
	color:#F3578C;
	font-weight:bold;
	padding: 0 0 0 5px;
}
.period {
	padding: 0 0 0 5px;
}

.nothing p {
	text-align:center;
	padding:15px 0;
	font-weight:bold;
}

.number {
	margin:0 0 5% 0;
}

/*------------------------------------------
                Detail layout
------------------------------------------*/

.nameBox_d {
	margin:0 0 15px;
}

.name_area_d {
	float:right;
	font-size:14px;
	width:130px;
	text-align:right;
}

.category_d {
	float:left;
	display: inline-block;
	font-weight:bold;
	color:#fff;
	padding:5px 7px 5px 7px;
	margin:0 0 10px;
}

.tit {
	margin:0 0 15px 0;
}

.img_d {
	margin:0 0 15px;
}

.qus {
	padding:5%;
	font-size:14px;
	font-weight:bold;
	border-top:2px #f3578c solid;
	border-bottom:2px #f3578c solid;
}

.ans {
	padding:5% 2%;
}

.btn_ent_sp {
	width:80%;
	margin:0 auto;
	text-align:center;
	
}

.btn_ent_sp p {
	/*padding:5% 0;*/
}

.btn_ent_sp a {
	padding:5% 0;
	color:#fff;
	display:block;
}