@charset "UTF-8";

/* H2
=========================================== */
@media screen and (max-width:768px) {
	.rctTtl_1 {
		/*line-height: 1.9;*/
		display: block;
		position: relative;
		padding: 12px 10px 7px 20px !important;
		background: #0088d1;
		color: #fff;
		font-size: 18px !important;
		font-weight: bold !important;
		border-bottom: 2px solid #026ba9;
	}
	.rctTtl_1:before{
		content: '';
		display: block;
		width: 3px;
		height: 14px;
		background: #61abee;
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -7px;
	}
}


/* 絞り込み条件
=========================================== */
.flt{
	margin-top: 8px;
	background-color: #f2f2f2;
}
#main .flt .fltTtl{
	margin: 0;
	padding: 27px 30px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 142.857%;
	font-weight: normal;
	line-height: 1.2;
}
.flt .fltIn{
	padding: 18px 30px 30px;
}
/*==clearfix==*/
.flt .fltIn:after{content:""; display:block; clear:both;}

.flt .fltElm{
	width: 198px;
	margin-right: 8px;
	float: left;
}
.flt .fltElm.fltBsn{}
.flt .fltElm.fltYear{
	width: 140px;
}
.flt .fltElm.fltCmp{}
.flt .fltElm.fltEmp{
	width: 140px;
	margin-right: 0;
}

.flt .fltElm p{
	margin: 0;
}
.flt .fltElm label{
	display: block;
}
.flt .fltElm label span{
	color: #999;
	display: block;
}
.flt .fltElm label span em{
	color: #333;
	font-style: normal;
}
.flt .fltElm .filSlct{
	margin-top: 7px;
	background-color: #fff;
	background-image: url(/recruit/employee/images/slct_arw.png);
	background-position: 170px center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.flt .fltElm.fltBsn .filSlct{}
.flt .fltElm.fltYear .filSlct{
	background-position: 112px center;
}
.flt .fltElm.fltCmp .filSlct{}
.flt .fltElm.fltEmp .filSlct{
	background-position: 112px center;
}
.flt .fltElm .filSlct select{
	width: 100%;
	padding: 9px 30px 8px 9px;
	background: none;
	border: none;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
}
.flt .fltElm .filSlct select::-ms-expand{
  display: none;
}

.ie .flt .fltElm .filSlct select{
	padding: 9px 30px 6px 9px;
}
.ie9 .flt .fltElm .filSlct{
	overflow-x: hidden;
}
.ie9 .flt .fltElm .filSlct select{
	width: 258px;
}
.flt .fltElm.fltBsn .filSlct select{}
.flt .fltElm.fltYear .filSlct select{
	width: 200px;
}
.flt .fltElm.fltCmp .filSlct select{}
.flt .fltElm.fltEmp .filSlct select{
	width: 200px;
}

@media screen and (max-width:768px){
  #main .flt{
    margin-top: 10px;
  }
	#main .flt .fltTtl{
		padding: 10px 15px;
		font-size: 16px;
	}
  .flt .fltIn{
    padding: 10px 15px 15px;
  }
  .flt .fltElm{
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    float: none;
  }
  .flt .fltElm.fltBsn{
    margin-top: 0;
  }
	.flt .fltElm.fltYear{
		width: 100%;
	}
	.flt .fltElm.fltCmp{}
  .flt .fltElm.fltEmp{
		width: 100%;
    border-bottom: none;
  }
  .flt .fltElm label span{
    font-size: 14px;
  }
  .flt .fltElm .filSlct{
		background-position: right center;
  }
	.flt .fltElm.fltBsn .filSlct{}
	.flt .fltElm.fltYear .filSlct{
		background-position: right center;
	}
	.flt .fltElm.fltCmp .filSlct{}
	.flt .fltElm.fltEmp .filSlct{
		background-position: right center;
	}
  .flt .fltElm .filSlct select{
    width: 100%;
  }
  .flt .fltElm.fltBsn .filSlct select{
	}
  .flt .fltElm.fltYear .filSlct select{
    width: 100%;
	}
  .flt .fltElm.fltCmp .filSlct select{
	}
  .flt .fltElm.fltEmp .filSlct select{
    width: 100%;
	}
  .ie9 .flt .fltElm .filSlct select{
    width: 120%;
	}
}

@media screen and (max-width:374px){
	.ie9 .flt .fltElm .filSlct select{
		width: 150%;
	}
}


/* 社員リスト
=========================================== */
.empList{
  margin-top: 2px;
}
.empList p{
  margin: 0;
}
.empList ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
/*==clearfix==*/
.empList ul:after{content:""; display:block; clear:both;}
.empList ul li{
	width: 248px;
  margin-top: 8px;
  margin-right: 8px;
  float: left;
}
.empList ul li:nth-of-type(3n+1){
  clear: both;
}
.empList ul li:nth-of-type(3n){
  margin-right: 0;
}
.empList ul li a{
  border: 1px solid #ccc;
  display: block;
  position: relative;
}
#mainContents .empList ul li a{color: #fff;}
#mainContents .empList ul li a .pht{}
.empList ul li a .pht img{
  width: 100%;
}
.empList ul li a .exp{
	width: 206px;
  padding: 16px 20px;
  background-color:rgba(51, 51, 51, 0.75);
  position: absolute;
  bottom: 0;
  left: 0;
}
.empList ul li a:hover .exp{
  background-color:rgba(17, 166, 234, 0.75);
}
.empList ul li a .exp .txt{
  padding-bottom: 1em;
  background-image: url(/recruit/employee/images/emplist_line.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  /*font-size: 128.571%;*/
	font-size:17px;
  font-weight: bold;
  line-height: 1.333;
}
.empList ul li a:hover .exp .txt{
  background-image: url(/recruit/employee/images/emplist_line_ov.gif);
}
.empList ul li a .exp dl{
  margin: 1em 0 0;
}
.empList ul li a .exp dt{
  padding-bottom: 5px;
  font-size: 114.286%;
}
.empList ul li a .exp dd{
  margin: 0;
  line-height: 1.357;
}

@media screen and (max-width:768px){
  .empList{
    margin-top: 0;
  }
  .empList ul{
    padding-right: 15px;
    padding-left: 15px;
  }
  .empList ul li{
    width: 47.5%;
    margin-top: 15px;
    margin-right: 0;
  }
  .empList ul li:nth-of-type(3n+1){
    clear: none;
  }
  .empList ul li:nth-of-type(2n){
    float: right;
  }
  .empList ul li:nth-of-type(2n+1){
    clear: both;
  }
  .empList ul li a .exp{
		width: 100%;
    padding: 10px;
  }
  .empList ul li a .exp .txt{
    background-size: auto 2px;
    font-size: 12px;
  }
  .empList ul li a .exp dt{
    font-size: 12px;
  }
  .empList ul li a .exp dd{
    font-size: 10px;
  }
}


/* 社員リスト
=========================================== */
.btnMore{
  width: 448px;
  margin: 40px auto 0;
}
.btnMore a{
  padding: 36px 40px;
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#02aaf6',EndColorStr='#0394d7',GradientType=1)";

	background:-webkit-linear-gradient(135deg, #02aaf6, #0394d7);
	background:-moz-linear-gradient(135deg, #02aaf6, #0394d7);
	background:-o-linear-gradient(135deg, #02aaf6, #0394d7);
	background:linear-gradient(135deg, #02aaf6, #0394d7);

  font-size: 128.571%;
  line-height: 1;
  text-align: center;
  display: block;
  position: relative;
}
#mainContents .btnMore a{
  color: #fff;
  text-decoration: none;
}
.btnMore a:hover{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#02aaf6',EndColorStr='#0394d7',GradientType=1)";

	background:-webkit-linear-gradient(135deg, #02aaf6, #0394d7);
	background:-moz-linear-gradient(135deg, #02aaf6, #0394d7);
	background:-o-linear-gradient(135deg, #02aaf6, #0394d7);
	background:linear-gradient(135deg, #02aaf6, #0394d7);
}
.btnMore a:before{
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  background: url(/recruit/employee/images/btnmore_plus.gif) center center no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
}
.ie9 .btnMore a{
	width: 100%;
	box-sizing: border-box;
	display: table;
}

@media screen and (max-width:768px){
  .btnMore{
    width: 80%;
    margin-top: 20px;
  }
  .btnMore a{
    padding: 18px 40px;
    font-size: 18px;
  }
}
