@charset "UTF-8";
/* CSS Document */

/*search************************/
section {
  width: 100%;
  clear: both;
}

.searchinfo {
	border-radius: 3px 3px / 3px 3px;
	box-sizing: border-box;
	border: 3px solid #5ac4de;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
	overflow: auto;
}

.searchinfo section {
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid #5ac4de;
	clear: both;
	float: left;
	background: #d3f0f7;
}

.searchinfo .pulsbtn {	
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid #5ac4de;
	clear: both;
	float: left;
	background: #5ac4de;
	text-align: center;
	padding: 10px 0px;
	line-height: 1em;
}

.searchinfo .pulsbtn:hover {cursor: pointer;}

.searchinfo .ssboxbtn {
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid #5ac4de;
	clear: both;
	float: left;
	background: #fff;
	text-align: center;
	padding: 5px 0px;
}

.searchinfo .ssboxbtn .ssbtn {
	height: 42px;
	background: url(../img/common/serch_btn_out.png) left top no-repeat;
	border: 0;
	color: #ffffff;
	width: 300px;
	margin: 5px 0;
	vertical-align: top;
	line-height: 0;
}

.searchinfo .ssboxbtn .ssbtn:hover {background: url(../img/common/serch_btn_over.png) left top no-repeat;}

.searchinfo section h3 {
	background: #d3f0f7;
	box-sizing: border-box;
	display: block;
	width: 20%;
	padding: 17px 20px;
	float: left;
	font-size: 14px;
	line-height: 14px;
}

.searchinfo section ul {
	display: block;
	box-sizing: border-box;
	width: 80%;
	float: left;
	padding: 0px 20px;
	background: #fff;
}

.searchinfo section ul li {
	float: left;
	display: block;
	font-size: 14px;
	line-height: 1em;
}

.searchinfo section ul li:nth-child(5n+1) {clear: both;}

.searchinfo section .settingbtn {
	height: 27px;
	background: url(../img/common/set.gif) left top no-repeat;
	border: 0;
	color: #ffffff;
	width: 100px;
	margin: 0px;
	vertical-align: top;
	border-radius: 0 3px 3px 0;
	line-height: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchinfo section .changebtn {
  height: 27px;
  background: url(../img/common/change.png) left top no-repeat;
  border: 0;
  color: #ffffff;
  width: 100px;
  margin: 0px;
  vertical-align: top;
  line-height: 0;
} 

.searchinfo section .keytitle {padding: 25px 20px 17px;}

.searchinfo section .keybox {
	margin: 0;
	padding: 15px 20px;
	box-sizing: border-box;
}

.searchinfo section .keybox .searchinfokey {
	width: 400px;
	background: #fff;
	border: #ccc solid 1px;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 3px 0 0 3px;
	font-size: 14px;
	line-height: 14px;
}

.searchinfo {
	border-radius: 3px 3px / 3px 3px;
	box-sizing: border-box;
	border: 3px solid #5ac4de;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	overflow: auto;
}

.sresulthead {
	color: #333;
	margin-bottom: 10px;
	display: block;
}

.sresulthead span {
	font-size:18px;
	color: #333;
}

.sresultbox {
	border-radius: 3px 3px / 3px 3px;
	box-sizing: border-box;
	border: 3px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding: 20px;
	margin: 0 0 20px;
	overflow: auto;
	width: 980px;
	float: left;
	clear: both;
}

.sresultbox article .headline {
	overflow:visible;
	box-sizing: border-box;
	display: block;
}

.sresultbox article .combox {
	display: block;
	box-sizing: border-box;
	float: left;
	overflow: visible;
	width: 680px;

}

.sresultbox article .comname {
	box-sizing: border-box;
	display: table-cell;
	font-size: 18px;
	padding: 5px 5px 2px;
	top: 10px;
	line-height: 22px;
	height: 20px;
	font-weight: bolder;
}

.sresultbox article .newbox {
	box-sizing: border-box;
	display: inline;
	line-height: 0.8em;
	padding-left: 10px;
	top: -2px;
	position: relative;
}

.sresultbox article .timebox {
	font-size: 14px;
	display: block;
	float: right;
	text-align: right;
	line-height: 2.3em;
}

.sresultbox article h3 {
	box-sizing: border-box;
	padding: 10px 0 15px 0;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bolder;
	line-height:1.4;
	color: #1f9cdd;
	clear: both;
}

.sresultbox article h4 {
	padding: 5px 15px;
	margin: 0 0 15px;
	background-color: #5ac4de;
	color: #ffffff;
	font-size: 16px;
}

.sresultbox.closed h3{color: #666;}

.sresultbox .icon_closed{
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #ef3b18;
  color: #fff;
  font-size: 14px;
}

.logoimg {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 80px;
	height: 30px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.sresultbox article .pbox {
	display: block;
	box-sizing: border-box;
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-bottom:15px;
	height: 200px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	clear: both;
  border: 1px solid #ddd;
}

.sresultbox article .detail {
	width: 630px;
	box-sizing: border-box;
	display: block;
	float: left;
}

.sresultbox article dl, dt, dd {
	display: block;
	float: left;
}


.sresultbox article .detail dt {
	width: 90px;
	background: #999;
	box-sizing: border-box;
	font-size: 14px;
  line-height: 1.5;
	color: #FFF;
	text-align: center;
	margin: 0px 20px 10px 0px;
	padding: 5px 0px;
}

.sresultbox article .detail dd {
	width: 510px;
	box-sizing: border-box;
	font-size: 14px;
	margin: 0px 10px 10px 0px;
	padding: 5px 0px;
}

.sresultbox article .btnbox {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 15px 0 0px;
	display: block;
	clear: both;
	float: left;
}

.sresultbox article .btnbox img {padding: 0px 5px;}

.searchinfo section ul .txtbox {height: 28px;}

.searchinfo section ul .searchinfoTxtbox {
	font-size: 14px;
	line-height: 14px;
	display: block;
	padding: 17px 0px;
}

.searchinfo section ul .searchinfoTxtbox label{
	margin:0 20px 5px 0;
	display:inline-block;
}
.searchinfo section ul .btnbox {
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 11px 10px 0 0px;
}

#addsearch section .listbox {
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 11px 15px 10px 20px;
	width: 80%;
}

#addsearch section .listbox li {
	font-size: 14px;
	line-height: 14px;
	width: 20%;
	padding: 5px 0px;
}

.job_combox {
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 40px 0;
}

.job_combox article .headline {
	border-bottom: 3px solid #5ac4de;
	margin-bottom:5px;
	padding-bottom:5px;
}

.job_combox article .headline:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.job_combox article .combox {
	display: table;
	box-sizing: border-box;
	float: left;
	overflow: visible;
	width: 980px;
}

.job_combox article .comname {
	box-sizing: border-box;
	display: table-cell;
	font-size: 18px;
	padding: 5px;
	top: 10px;
	line-height: 22px;
	font-weight: bolder;
	text-align:left;
	width:580px;
	vertical-align:middle;
}

.job_combox article .newbox {
	box-sizing: border-box;
	display: inline;
	line-height: 0.8em;
	padding-left: 10px;
	top: -2px;
	position: relative;
}

.job_combox article .timebox {
	padding: 0px;
	font-size: 12px;
	float: left;
	margin-top: 3px;
}

.job_combox article .btn{
	box-sizing: border-box;
	display: table-cell;
	width:262px;
	vertical-align:top;
	text-align:right;
}

.job_combox .sns{float:right;}

.job_combox .sns li{
	float:left;
	margin:0 10px 0 0;
}

.job_combox .sns li:last-child{margin:0;}

.job_combox article h3 {
	padding: 20px 0 20px 0;
	display: block;
	font-size: 18px;
	font-weight: bolder;
	color: #1f9cdd;
	clear: both;
}

.job_combox .logoimg {
	display: table-cell;
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 50px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.job_combox article .colL {
	width: 360px;
	float: left;
	margin-right: 30px;
}

.job_combox article .colL .photo{
	display: block;
	box-sizing: border-box;
	width: 360px;
	height: 270px;
	float: left;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
  border: 1px solid #ddd;
}

.job_combox article .colL .btn{
	margin:0 0 20px 0;
	text-align:center;
}

.job_combox article .colL .csbox{padding:0 5px;}

.job_combox article .colL .csbox:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.job_combox article .colL .csbox .check{
	float:left;
}

.job_combox article .colL .csbox .check a:hover img{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

.job_combox article .colL .csbox .check.save{
	box-sizing: border-box;
	width:190px;
	height:30px;
  padding: 8px 0 0 53px;
	background:url(../img/common/cheackbtn_save_bg.jpg) 0 0 no-repeat;
	color:#fff;
}

.job_combox article .colL .csbox .check.save span{font-size:12px;}

.job_combox article .colR {
	width: 590px;
	float: left;
}

.job_combox article .colR h4{
	margin:0 0 20px 0;
	font-size:16px;
}

.job_combox article .colR p{
	margin:0 0 20px 0;
	font-size:14px;
	line-height:1.5;
}

.job_combox article .colR p:last-child{margin:0}

.job_combox article .pbox {padding:0 0 35px 0;}

.job_combox article .pbox li{
	width:300px;
	margin:0 40px 0 0;
	float:left;
	font-size:12px;
}

.job_combox article .pbox ul:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.job_combox article .pbox li:last-child{margin:0;}

.job_combox article .pbox li .photo{
	display: block;
	box-sizing: border-box;
	width: 300px;
	height: 200px;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
}

.job_combox article .job_cominfo {margin:0 0 30px 0;}

.job_combox article .job_cominfo h3{
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	box-sizing: border-box;
	float:none;
	width: 100%;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	position: relative;
	background-color: #5ac4de;
	padding: 0 15px;
	margin: 0 0 1px 0;
	display: block;
}

.job_combox article .job_cominfo table{
	width:100%;
	border-collapse:collapse;
}

.job_combox article .job_cominfo th,.job_combox article .job_cominfo td{
	padding:18px 20px 17px 20px;
	border:1px solid #dddddd;
	font-size:14px;
	vertical-align:top;
}

.job_combox article .job_cominfo th{
	width:18%;
	background:#eee;
	text-align:left;
	font-weight:normal;
}

.job_combox article .job_cominfo td{width:82%;}

.job_combox article .job_cominfo td li{margin:0 0 20px 0;}

.job_combox article .job_cominfo td li:last-child{margin:0;}

.job_combox article .job_cominfo td .com_link{margin:0 0 0 20px;}

.job_combox article .job_cominfo .interview{
	box-sizing: border-box;
	padding:20px 20px 20px 10px;
	border:1px solid #ddd;
}

.job_combox article .job_cominfo .interview:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.job_combox article .job_cominfo .interview .photo{
	display: block;
	box-sizing: border-box;
	width: 190px;
	height: 140px;
	float: left;
	margin:0 20px 0 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
}

.job_combox article .job_cominfo .interview .colR{width:738px;}

.job_combox article .job_cominfo .interview .colR h4{
	padding:0;
	margin:0 0 15px 0;
	color:#333;
	font-size:16px;
}

.job_combox article .btnbox {
	box-sizing: border-box;
	display: block;
	text-align:center;
}

.job_combox article .btnbox img{padding:0 5px;}

.job_combox article .btnbox p{display:inline;}

#job .panelbox {
  width: 188px;
  margin: 0px 10px 10px 0;
}

#job .panelbox:last-child{margin: 0;}

#job .panelbox .imgbox {
  float:none;
  width: 188px;
  height: 118px;
  margin-bottom: 0;
}

#job .panelbox .capbox {
  width: 188px;
  padding: 10px;
}

#job .panelbox h3 {margin: 0 0 5px 0px;}

#job .panelbox p {font-size:14px;}


/*追従ヘッダー*/	
.fixheader{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	border-bottom:1px solid #ddd;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.fixheader .fh_wrap{
	width:980px;
	padding:15px 0;
	margin:0 auto;
	color:#333;
}

.fixheader .fh_wrap:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.fixheader .fh_wrap .com_info{
	width:670px;
	float:left;
	font-size:11px;
}

.fixheader .fh_wrap .com_info .catch{
	font-size:12px;
	font-weight:bold;
}

.fixheader .fh_wrap .btn{
	float:right;
	padding:2px 0 0 0;
}

.fixheader .fh_wrap .btn a:first-child{margin:0 5px 0 0;}

.fixheader .fh_wrap .btn p{display:inline;}

.nowresbox {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
	display: block;
	text-indent: 14px;
	margin: 5px 0px 10px 40px;
 }

.nowresbox li {
	list-style: disc inside;
	margin-bottom: 10px;
	text-indent: -14px;
}

.icon_closed {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #ef3b18;
  color: #fff;
  font-size: 14px;
}