﻿/** 絞込みチェックボックスエリア */
#filterCheckArea .chkboxWrap {
  margin-right: 30px;
  float: left;
}
#filterCheckArea .chkboxWrap label {
  display: block;
  position: relative;
  padding-left: 28px;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
}

#filterCheckArea .chkboxWrap label::after {
  content: ' ';
  width: 18px !important;
  height: 18px !important;
  display: block;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  border: none !important;
  cursor: pointer;
  background: url(/cmn_web/img/index/sprite_001.png) -150px -2000px no-repeat;
}

#filterCheckArea .chkboxWrap input:checked + label::after {
  background: url(/cmn_web/img/index/sprite_001.png) -150px -2050px no-repeat !important;
}
#filterCheckArea .chkboxWrap input[type=checkbox] {
	display: none;
}
#filterCheckArea .chkboxWrap label .red {
  font-weight: bold;
}
#filterCheckArea .chkboxWrap label .gray {
  color: #808080;
}
#jobFilter {
  display: block;
  margin-bottom: 25px;
}
#jobAll {
  margin-bottom: 15px;
}