@charset "UTF-8";


.job_offer_table {
  width: 689px;
  border: none;
  margin-top: 28px;
}
.job_offer_table .shop_name_th {
  text-align: left;
  padding-top: 9px;
  padding-bottom: 8px;
}

.job_offer_table .shop_name_th span {
  background-color: #FFCCCC;
  padding: 5px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.job_offer_table .job_offer_icon_td {
  padding-top: 9px;
  padding-bottom: 8px;
  width: 146px;
  text-align: right;
  padding-right: 7px;
}
.job_offer_table .border_top_job {
  background-image: url(../img/dashd01.gif);
  background-repeat: repeat-x;
  background-position: top;
}

.job_offer_table .job_offer_item {
  width: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.job_offer_table .job_offer_content {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: top;
}
