@charset "UTF-8";
div.boxLeft div.pickupInfo {
  left: 605px;
  width: 590px;
  text-align: right;
}

p.counter span.blackBold {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}

div.singlePanel {
  width: 1140px;
  margin: 0px 30px;
  border-bottom: 1px solid #00000033;
}

.companyImageArea {
  height: 140px;
  width: 195px;
}

.companyImageArea img {
  min-height: 140px;
  height: 140px;
  max-height: 140px;
  min-width: 195px;
  width: 195px;
  max-width: 195px;
  margin: 30px 0px 0px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}

.jobTitleArea {
  margin: -110px 30px 0px 247px;
  height: 105px;
  width: 660px;
}

.jobTitleArea a {
  text-decoration: none;
}

.jobTitleArea a:hover .job {
  text-decoration: underline;
}

p.job {
  font-size: 20px;
  color: #007FC3;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  overflow: hidden;
}

p.company {
  font-size: 14px;
  color: #333333;
  margin: 7px 0px 12px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newButtonArea {
  margin: -124px 30px 0px 937px;
  height: 105px;
  width: 180px;
}

.jobContentsArea {
  margin: 0px 0px 31px 247px;
  height: 79px;
  width: 863px;
  color: #808080;
}

.jobContentsArea ul {
  float: left;
  height: 79px;
  width: 863px;
  overflow: hidden;
}

.jobContentsArea ul li {
  float: left;
  display: table;
  min-width: 50%;
  max-width: 50%;
  min-height: 50%;
  max-height: 50%;
  box-sizing: border-box;
}

.jobContentsArea ul li dt {
  float: left;
  height: 40px;
}

.jobContentsArea ul li dl dt img {
  height: 16px;
  width: 16px;
  margin: 0px 7px;
}

.jobContentsArea ul li dd {
  font-size: 12px;
}

a.displayDetailBtn {
  color: #fff;
  border-radius: 8px;
  background: #60ab0f;
  background-image: linear-gradient( 180deg, rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0) 100%);
  display: block;
  height: 40px;
  width: 180px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  margin: 20px 0 20px 0;
}

a.displayDetailBtn:hover {
  background: #88c04b;
}

li.btnRight {
  margin-top: -10px;
}

p.iconArea {
  margin-left: -6px;
}

span.icoType {
  display: block;
  min-width: 36px;
  padding: 3px 6px;
  height: 18px;
  line-height: 17px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #007FC3;
  background-color: #fff;
  color: #007FC3 !important;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0 0 8px 8px;
  float: left;
}


/* ラベル NEW! */
span.icoSts02 {
  color: #fff !important;
  background-color: #e62200;
  border: 1px solid #e62200;
}


/* ラベル 締切間近 */
span.icoSts04 {
  background: #FFFFFF;
  color: #0a50a1 !important;
  border: 1px solid #0a50a1;
}


/* ラベル閲覧済 */
span.icoSts05 {
  background: #EBEBEB;
  color: #AAAAAA !important;
  border: 1px solid #EBEBEB;
}

span.icoSts00 {
  background: #007FC3;
  color: #FFFFFF !important;
  border: 1px solid #007FC3;
}

a.btnJob04 {
  height: 40px;
  width: 180px;
  padding: 0px;
  position: initial;
  line-height: 40px;
  font-weight: bold;
}

div.cBtn {
  height: 40px;
  width: 180px;
}

span.icoSts05 {
  width: auto;
}

.modListFunction.clrFix {
  margin-bottom: 10px;
}

.layout {
  box-shadow: 0px 2px 5px 0px #00000033 !important;
  border-radius: 8px;
}

.layout.noborder {
  box-shadow: none !important;
}

.btnJob05 {
  display: block;
  left: 256px;
  font-size: 14px;
  color: #b8b8b8;
  line-height: 40px;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 8px;
}

span.listLink {
  margin-left: -10px;
}

span.interestLink::after,
span.listLink::after {
  height: 15px;
  width: 15px;
  top: 2px;
}

span.listLink::after {
  left: 2px;
}

@media all and (-ms-high-contrast: none) {
  a.btnJob04 {
    position: static;
  }
  div.singlePanel {
    border-bottom: 1px solid;
    border-bottom-color: lightgray;
  }
}