.jobSearch li{
	list-style:none;
}
.jobSearch .jsCheckPanel{
	display:none;
}
.jobSearch .jsCheckPanel dd{
	padding-left:1em;
}
.jobSearch .jsCheckPanel>dt{
	display:none;
}
.jobSearch .jsCheckPanel>dd{
	padding-left:0;
}
.jobSearch .jsCheckPanel dd li{
	width:auto;
	display:inline-block;
}

.jobSearch .jsPopupBack{
	position:fixed;
	background:rgba(0,0,0,0.8);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:998;
	display:none;
}

.jobSearch.jsPanelPopup .jsCheckPanel{
	position:fixed;
	padding:1%;
	box-sizing:border-box;
	width:80%;
	height:80%;
	top:10%;
	left:10%;
	background:#ffffff;
	overflow-y:auto;
	box-shadow:3px 3px 5px 0 rgba(0,0,0,1);
	z-index:999;
}
.jobSearch.jsPanelPopup .jsCheckPanel>dt{
	display:block;
}
.jobSearch.jsPanelPopup .jsClose{
	position: fixed;
	top: 10%;
	right: 10%;
	width: 30px;
	height: 30px;
	margin:-30px -30px 0 0;
	display: block;
	background: #ffffff;
	line-height:100%;
	text-align: center;
	border: solid 1px #cccccc;
	font-size: 20px;
	padding:3px 0 7px;
	cursor:pointer;
	border-radius:100%;
	z-index:9999;
	display:none;
	box-sizing:border-box;
}
.jobSearch.jsPanelPopup .jsClose:before{
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:20px;
	line-height:100%;
}
.jobSearch.jsPanelFixed .jsTogglePanel{
	display:none;
}
.jobSearch.jsPanelFixed .jsCheckPanel{
	display:block;
}
.jobSearch .jsPagination button{
	background:none;
	border:none;
	padding:0;
	display:inline-block;
}


.jobSearch dl.jsCheckPanel > dt > span {
    color:#ffffff;
	font-weight:bold;
	padding-bottom:0.5em;
	font-size:115%;
	display:block;
}
/*チェックパネル*/
.jobSearch.jsPanelPopup .jsCheckPanel {
	height: auto !important;
	max-height: 90%;
	border-radius: 10px;
	background: #f29300 !important;
}

.jobSearch .jsCheck {
	border: solid 1px #f29300;
	border-top: 0;
}

.jobSearch .jsCheck dt {
	background: #ffffff;
}

.jobSearch .jsCheck input[type=checkbox],
.jobSearch .jsCheck label {
	cursor: pointer;
}

.jobSearch .jsCheck label:hover {
	color: #f15219;
}

.jobSearch .jsCheck > ul {
	border-top: solid 1px #FFFFFF;
	padding: 0 10px;
	margin: 0;
	background: #ffffff;
}

.jobSearch .jsCheck > ul li {
	list-style: none;
	padding: 0 1em 0 0;
	margin: 0;
	line-height: 2.5em;
	display: inline-block;
}

.jobSearch .jsCheck dl {
	padding: 0;
	margin: 0 0 -1px 0;
}

.jobSearch .jsCheck dl.layer_0 {
	border: 0;
}

.jobSearch .jsCheck dl > dt { 
	border: solid 1px #f29300;
	border-left: 0;
	border-right: 0;
	padding: 0px;
	position: relative;
	line-height: 30px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 112.5%;
	color: #757575;
	cursor:pointer;
}
.jobSearch .jsCheck dl > dt:hover {
    color: #f15219;
} 

.jobSearch .jsCheck dl.layer_0 > dt {
	border-left: 0;
}

.jobSearch .jsCheck dl.active.layer_0 > dt {
	border-bottom: 0;
}

.jobSearch .jsCheck dl.active > dt {
	border-bottom: 0;
}

.jobSearch .jsCheck dl > dt > .btnToggle {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-size:20px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	color: #62b130;
	background: #e6e6e6;
	display: block;
	box-sizing: border-box;
	padding-top:1px;
 }

.jobSearch .jsCheck dl > dt > .btnToggle:before {
	content: "\f067";
    font-family:FontAwesome;
	font-style:normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jobSearch .jsCheck dl > dt > .btnToggle:hover {
	background: #f1b570;
}

.jobSearch .jsCheck dl.active > dt > .btnToggle:before {
	content: "\f068";
}

.jobSearch .jsCheck dl > dt > label {
	display: block;
}

.jobSearch .jsCheck dl > dd {
	display: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.jobSearch .jsCheck dl > dd > ul {
	border: solid 1px #FFFFFF;
	border-bottom: 0;
	border-right: 0;
	padding: 0 6px;
	margin: 0;
	background: #ffffff;
}

.jobSearch .jsCheck dl > dd > ul li {
	list-style: none;
	padding: 0 1em 0 0;
	margin: 0;
	line-height: 2.5em;
	display: inline-block;
	font-size:87.5%;
}

.jobSearch .jsCheck dl.active > dd {
	display: block;
}

.jobSearch .jsCheck .jsAllCheck{
	background:#ffffff;
	display:block;
    padding: 0px;
    position: relative;
    line-height: 30px;
    padding-left: 6px;
    font-weight: bold;
    font-size: 100%;
    color: #757575;
	border-top:solid 1px #f29300;
}

.jsPopupSelect{
	margin:1em auto!important;
	display:block!important;
	background:#d9e021!important;
	color:#62b130;
	font-weight:bold;
	font-size:18px;
	padding:5px 30px;
	border:none!important;
	cursor:pointer;
	width:100%!important;
	max-width:180px;
	border-radius:3px;
}
.jsPopupSelect:hover{
	opacity:0.8;
}

/* ローディング */
.jobSearch .jsLoading {
	display: none;
	width: 100%;
	height: 0;
	padding: 200px 0 0 0;
	overflow: hidden;
	position: relative;
	background: url(../img/loading.gif) no-repeat center;
	box-shadow: none;
	z-index: 1;
}

.jobSearch .jsResultsHead {
    padding: 0 1em;
    margin: 1em 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    color: #757575;
    position: relative;
    box-sizing: border-box;
}

.jobSearch .jsResultsHead:before {
    content: "\f04b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f29300;
    top: 50%;
    margin-top: -0.5em;
    left: 0;
    position: absolute;
}
.jobSearch .jsResultsCount {
    text-align: right;
    margin: 10px 0;
}
.jobSearch .jsPanel .jsCheckedTermList .jsCheckedTerm {
    margin-right: 1em;
    line-height: 1.5em;
}

.jsMessage{
	line-height:2em;
}

@media screen and (max-width: 1024px){
	.jobSearch.jsPanelPopup .jsCheckPanel{
		padding:3%;
	}
}
