/**
 * recruit.html専用
 */
.job-list {
  padding-bottom: 24px;
}
.job-list h4 small {
  font-size: 75%;
  padding-left: 1em;
}
.job-list h4 {
  border-left: 8px solid #008fc7;
  margin: 36px 0 18px;
  padding: 2px 12px 0;
}
.job-list table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}
.job-list th,
.job-list td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 8px 12px;
}
.job-list th {
  background: #fc9;
  font-weight: normal;
  width: 80px;
}
.job-list th span {
  letter-spacing: 1em;
  margin-right: -1em;
}
.job-list tr:first-child th,
.job-list tr:first-child td {
  background: #008fc7;
  color: #fff;
}
.job-list td {
  line-height: 1.5;
  max-width: 100%;
}
.job-list td address {
  font-size: 100%;
  font-style: normal;
}
.job-list td address ul {
  font-size: 100%;
  margin-bottom: 0;
}
.job-list td address li {
  display: inline;
}
.job-list address a,
.job-list address a:link,
.job-list address a:visited,
.job-list address a:hover,
.job-list address a:active {
  color: #000;
  cursor: default;
}
/* 勤務時間の表示を揃えるためのテーブル */
.table-timelist,
.table-timelist th,
.table-timelist td {
  background: #fff !important;
  border: 0 !important;
  color: #000 !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.table-timelist td {
/*  text-align: right !important;*/
    text-align: left !important;
}
/*******************************
 * モバイル専用
 *******************************/
@media screen and (max-width: 767px) {
  .job-list h4 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .job-list h4 small {
    display: block;
    padding: 0.5em 0 0;
  }
  .job-list th {
    padding: 8px 0;
    width: 64px;
  }
  .job-list th span {
    letter-spacing: 0.4em;
    margin-right: -0.4em;
  }
}
