/*--------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------*/

#search_job #search-area-detail-head {
	color:#F85C45;
	font-weight:bold;
	height:41px;
	background:url(../img/ico_search-job_02.png) no-repeat scroll center left;
	padding:5px 0 0 60px;
	margin-bottom:30px;
}
#search_job #search-area-detail-head #area {
	color:#F85C45;
	font-size:24px;
	margin-right:3px;
}
#search_job #description {
	margin-bottom:20px;
	position:relative;
}
/*--------------------------------------------------------------------
職種から探す
--------------------------------------------------------------------*/
#search_job .job-btn {
	width:167px;
	height:82px;
	float:left;
	background-image:url(../img/bg_job-btn_01.png);
	padding:6px 5px 10px 5px;
	margin:3px;
}
#search_job .job-btn:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha( opacity=50 )";
}
#search_job .job-btn-category {
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
#search_job .job-btn-detail {
	font-size:10px;
}
#search_job .job-btn-detail img {
	float:left;
	margin-right:3px;
}
#search_job .job-btn-detail figcaption {
	width:117px;
	float:left;
	line-height:1.2em;
}

.bg-bluegray {
	background: #d3e3eb;
}
.cat_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cat_list li {
    width: 160px;
    background: #fff;
    box-shadow: 0px 5px 0px 0px #c5dae4;
    font-size: 11px;
    border-radius: 4px;
    line-height: 1.3;
    margin: 5px 0;
}
.cat_list li.empty {
    width: 160px;
    background: none;
    box-shadow: none;
}

.cat_list li a {
    display: block;
    min-height: 154px;
    padding: 15px;
    box-sizing: border-box;
}
.cat_list li strong {
    font-size: 13px;
    color: #2082d7;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    min-height: 32px;
    position: relative;
    background: url(../img/bg_cat.svg) no-repeat top center;
    background-size: 40px;
    padding-top: 50px;
}
.cat_list li strong::before {
    font-size: 40px;
    color: #2082d7;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'icomoon';
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1;
}
