@charset "utf-8";
/*
**********************************************************************

* page.css

*********************************************************************
*/


.recruitSect {
}
.recruitSect .sectTit {
}
.recruitSect .sectMain {
  padding: 16px 16px 23px 4px;
}
.recruitSect .sectMain .inner {
  background: #fff;
  padding: 10px;
}
.recruitSect .sectMain .inner .sectTbl {
}
.recruitSect .sectMain .inner .sectTbl tbody {
}
.recruitSect .sectMain .inner .sectTbl tbody tr {
}
.recruitSect .sectMain .inner .sectTbl tbody tr th {
  border: 5px solid #009943;
  font-size: 130%;
  font-weight: bold;
  padding: 10px 6px 7px;
  line-height: 1;
  width: 112px;
  background: #CFDCB2;
}
.recruitSect .sectMain .inner .sectTbl tbody tr td {
  border: 5px solid #009943;
  background: #EEEFEF;
  vertical-align: middle;
  font-size: 130%;
  font-weight: bold;
  padding-left: 8px;
}
.recruitSect .sectMain .inner .sectTbl tbody tr td .tblList {
}
.recruitSect .sectMain .inner .sectTbl tbody tr td .tblList li {
  line-height: 2.6;
}
.recruitSect .sectMain .inner .sectTbl tbody tr td.map {
  padding-left: 0;
}
.recruitSect .sectMain .inner .sectTbl tbody tr td p {
}
