@charset "UTF-8";
@import "/include_2015/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document page-header
--------------------------------------------------------- */

.page-header {
	width:90%;
	font-size:150%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	border-bottom:4px solid #d23c89;
	font-weight:normal;
}

/* ---------------------------------------------------------
	CSS Document pickup
--------------------------------------------------------- */

#pickup {
	padding:30px 5% 0;
	background: #969a9e;
}

#job_new a ,
#pickup a {
	text-decoration: none;
}

#job_new .box ,
#pickup .box {
	padding-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	text-align: left;
}

#pickup .box {
	margin: 20px 0 0;
}


.pickup_photo {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 62% 0 0;
}

.pickup_photo span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pickup_photo img {
	width: 100%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.pickup_company {
	margin: 5px 15px 0;
	font-size: 13px;
	color: #d23c89;
}

.pickup_subject {
	margin: 0 15px;
	font-size: 18px;
	line-height:22px;
	color: #000;
	min-height:60px
}

.pickup_category {
	margin: 0 15px 5px;
	font-size: 13px;
	color: #6f7071;
}

#job_new .box ul ,
#pickup .box ul {
	background-color: #f0f1f2;
	background-image:url("/include_2015/images/work_icon_back01.png");
	background-repeat:no-repeat;
	margin: 0 15px;
	padding: 10px 0 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 11px;
	line-height: 1.2;
	color: #000;
}

#pickup .box li {
	float: left;
	width: 33.3%;
	text-align: center;
	margin-bottom: 7px;
}

@media (max-width: 480px) {
#pickup .box li {
	float: left;
	width: 50%;
	margin-bottom: 7px;
}

#bt_offer .center img {
	width: 70%;
}
}

#bt_offer .center img {
	margin-top:15px;
}

/* ---------------------------------------------------------
	CSS Document job_new
--------------------------------------------------------- */

#job_new {
	padding: 5% 0;
	background: #f0f1f2;
}

.flexslider2 {
	display: none;	
	margin: 20px 0;
	padding-top: 15px;
	position: relative;
}

#job_new .flex-prev {
	width: 30px;
	height: 30px;
	background: url(/include_2015/top/job_navi_07.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 9;
}

#job_new .flex-next {
	width: 30px;
	height: 30px;
	background: url(/include_2015/top/job_navi_08.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 9;
}

#job_new .flex-prev ,
#job_new .flex-next {
	top: 5px;
}

#job_new .flex-viewport {
	width: 280px;
	margin: 0 auto;
}

#job_new .flex-direction-nav {
	width: 100%;
	padding: 0 5%;
	position: absolute;
	top: 20%;
	z-index: 9;
}

#job_new .pickup_subject {
	margin: 0 15px;
	font-size: 15px;
	line-height:20px;
	min-height:45px;
	color: #000;
}

#job_new .box ul {
	margin: 0 15px;
}

#job_new .box li {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 7px;
}

#job_new .center img {
	width: 200px;
}
/* ---------------------------------------------------------
	CSS Document bt_offer
--------------------------------------------------------- */

#bt_offer {
	padding: 15px 0 30px;
	background: #969a9e;
}

