@charset "UTF-8";


/*  haken/search.html  */
.haken_search .searchtit{
	height:30px;
	background:url(../img/common/icon7.png) no-repeat 96% 50% #385693;
	background-size:13px 8px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	margin-bottom:15px;
	padding-left:10px;
}
.haken_search ul{
	width:300px;
	margin:0 auto 30px;
}
.haken_search ul li{
	float:left;
	width:50%;
	height:25px;
	font-weight:bold;
	margin-bottom:10px;
}
.haken_search ul li label{
	padding:5px 0;
}
.haken_search ul li.wis{
	width:40%;
}
.haken_search ul li.wil{
	width:60%;
}
.haken_search ul li.will{
	width:100%;
}
.haken_search ul.tablecell{
	display:table;
}
.haken_search ul.tablecell li{
	float:none;
	width:auto;
	display:table-cell;
	margin-bottom:0;
	padding-bottom:10px;
}
.haken_search .btn1,
.haken_search .btn2{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}
.haken_search .btn1 input{
	width:160px;
	height:30px;
	border:none;
	border-radius:10px;
	-moz-box-shadow: 1px 1px 2px #a7a3a1;
	-webkit-box-shadow: 1px 1px 2px #a7a3a1;
	box-shadow: 1px 1px 2px #a7a3a1;
	background: -webkit-gradient(linear, left bottom, left top,
		from(#eb5516),
		color-stop(0.49, #e95613),
		color-stop(0.50, #ee7908),
		to(#f29700));
	background: -moz-linear-gradient(top,
		#eb5516 0%,
		#e95613 49%,
		#ee7908 50%,
		#f29700);
	background: linear-gradient(to top,
		#eb5516 0%,
		#e95613 49%,
		#ee7908 50%,
		#f29700);
	color:#fff;
}
.haken_search .btn2 input{
	width:160px;
	height:30px;
	border:none;
	border-radius:10px;
	-moz-box-shadow: 1px 1px 2px #a7a3a1;
	-webkit-box-shadow: 1px 1px 2px #a7a3a1;
	box-shadow: 1px 1px 2px #a7a3a1;
	background: -webkit-gradient(linear, left bottom, left top,
		from(#a7a7a7),
		color-stop(0.49, #9e9ea0),
		color-stop(0.50, #bdbec0),
		to(#d8d8d8));
	background: -moz-linear-gradient(top,
		#a7a7a7 0%,
		#9e9ea0 49%,
		#bdbec0 50%,
		#d8d8d8);
	background: linear-gradient(to top,
		#a7a7a7 0%,
		#9e9ea0 49%,
		#bdbec0 50%,
		#d8d8d8);
	color:#fff;
}

/*  haken/result.html  */
.haken_result .list01{
	border-top:1px solid #888;
}
.haken_result .morebtn{
	width:320px;
	height:30px;
	margin:0 auto;
	background-color:#717071;
	text-align:center;
	color:#FFF;
	line-height:30px;	
	cursor:pointer;
}

/*  haken/job/job000.html,
	part_time/job/job000.html  */
.haken_detail .detailbox{
	width:298px;
	border:1px solid #888;
	margin:5px auto 20px;
	padding-bottom:15px;
}
.haken_detail .detailbox ul li:first-child{
	width:86px;
	padding:12px 5px 10px 12px;
	float:left;
	border-bottom:2px solid #385693;
	font-size:1.2rem;
}
.haken_detail.partcolor .detailbox ul li:first-child{
	border-bottom:2px solid #FF9800;
}
.haken_detail .detailbox ul li:last-child{
	width:180px;
	padding:12px 5px 10px 10px;
	float:left;
	border-bottom:2px solid #C8C9CA;
}
.haken_detail .detailbox ul li p{
	margin:0;
	padding-bottom:1em;
}
.haken_detail .detailbox ul li span{
	display:block;
	text-indent:-1em;
	padding-left:1em;
}

.photoarea{
	width:298px;
	position:relative;
}
.photoarea .viewport{
    width:200px;
    overflow:hidden;
    margin:0 auto;
	position:relative;
}
.photoarea .flipsnap{
    width:600px; /* 200px(item width) * 3(item count) */
}
.photoarea .flipsnap div{
    float:left;
    width:200px;
    cursor:pointer;
}
.photoarea .pointer img{
    width:15px;
	height:20px;
}
.photoarea .pointer .prev{
	position:absolute;
	left:25px;
	top:63px;
	cursor:pointer;
}
.photoarea .pointer .next{
	position:absolute;
	right:25px;
	top:63px;
	cursor:pointer;
}

.entrybtn{
	border-radius:20px;
	width:298px;
	height:48px;
	margin:0 auto;
	background: -webkit-gradient(linear, left bottom, left top,
		from(#eb5516),
		color-stop(0.49, #e95613),
		color-stop(0.50, #ee7908),
		to(#f29700));
	background: -moz-linear-gradient(top,
		#eb5516 0%,
		#e95613 49%,
		#ee7908 50%,
		#f29700);
	background: linear-gradient(to top,
		#eb5516 0%,
		#e95613 49%,
		#ee7908 50%,
		#f29700);
}
.entrybtn a{
	font-weight:bold;
	width:298px;
	height:48px;
	display:block;
	text-align:center;
	line-height:51px;
	text-indent:-8px;
	color:#fff;
	background:url(../img/common/icon8.png) no-repeat 96% 50%;
	background-size:10px 18px;
	font-size:1.5rem;
}
.entrybtn a span{
	font-size:2.1rem;
}