@charset "shift_jis";

/* =========================================

nasluck recruit career CSS

===========================================*/

.career_list{
	position: relative; 
 	overflow: hidden;
}

.career_list ul{
	position: relative;
	width:989px!important;
	padding:0 0 30px 10px;
	float:left;
	margin:0 auto 30px auto!important;
	
}

.career_list ul li a:hover{
    cursor:pointer;
    filter: alpha(opacity=80); 
    -ms-filter: "alpha(opacity=80)"; 
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
}

.career_list a:link{
	color:#000;
}

.career_list a:visited{
	color:#000;
}

.career_list a:hover{
	color:#000;
}

.career_list a:active{
	color:#000;
}
.career_list ul li:first-child{
	padding:0!important;
}

.career_list ul li{
	position: relative;
	float: left;
	background:#e0eff2;
	width:446px;
	height:300px;
	margin:40px 20px 0 20px;
	padding:0;
	border:1px solid #a7b9ca;
	box-shadow: 0px 4px 20px -1px rgba(167, 185, 202, 1);
}


.career_list ul li a img{
	width:448px;
	height:215px;
	margin:-1px 0 0 -1px;
	box-shadow:none;

}

.career_list ul li img.gr_img{
	width:448px;
	height:215px;
	margin:-1px 0 0 -1px;
	box-shadow:none;

}

.list_position{
	position: absolute;
	display:table-cell;
	width:400px;
	height:86px;
	margin:215px auto 0 auto;
	vertical-align:middle;
	text-align:center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.list_position p{
 	position: relative;
 	top: 50%;
 	text-align: left;
 	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
}

/* .list_jimu .list_position p {
	top: 21%;
} */
.list_jimu .list_emphasis {
	font-size: 18px !important;
	font-weight: bold;
	color: #DD1C1C !important;
	margin-bottom: 14px;
}
.list_jimu .list_emphasis span {
	padding: 2px 8px 1.6px;
	background-color: #DD1C1C;
	color: #FFF;
	font-size: 14px !important;
	border-radius: 4px;
	margin-right: 5px;
	letter-spacing: 0.04em;
}
