/*------------------------------------*/
/* recruit.css : main_group */
#main_group {
  font-size:1em;
  line-height:1.5em;
}

#main_group h1 {
  padding: 0px 1em;
  font-size: .8em;
}

h2 {
  clear: both;
  background-image: url('../img/h_back01.png');
  background-repeat: no-repeat;
  padding: .5em 2.5em;
  font-size: 1.5em;
  color: #0;
  letter-spacing:3px;
  text-shadow: -1px -1px 0px #acacac, 1px -1px 0px #acacac, 1px 1px 0px #acacac, -1px 1px 0px #acacac, 
               1px 2px 3px rgba(0, 0, 0, 0.6);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h2 img {
  float:left;
  padding-right: 15px;
}

h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  padding-bottom: 15px;
  margin-top: 1em;
  padding-left: 1em;
}
h3 img {
  float:left;
  padding-right: 15px;
}

#p01 {
  padding-left: 4em;
  padding-right: 4em;
  padding-bottom: 0.5em;
}

.p_img01 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.5em;
}
#tbl_rec {
  margin-left: 4em;
  margin-right: 20px;
  border-spacing: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
       -o-border-radius: 6px;
          border-radius: 6px;
  box-shadow: 0 1px 1px #ccc;
}
#tbl_rec th,
#tbl_rec td {
  padding: 5px 20px 5px 20px;
  background: #ffffff;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#tbl_rec tr:first-child th:first-child,
#tbl_rec tr:first-child td:first-child {
  -webkit-border-radius: 6px 0 0 0;
     -moz-border-radius: 6px 0 0 0;
       -o-border-radius: 6px 0 0 0;
          border-radius: 6px 0 0 0;
}
#tbl_rec tr:first-child th:last-child,
#tbl_rec tr:first-child td:last-child {
  -webkit-border-radius: 0 6px 0 0;
     -moz-border-radius: 0 6px 0 0;
       -o-border-radius: 0 6px 0 0;
          border-radius: 0 6px 0 0;
}
#tbl_rec tr:last-child th:first-child,
#tbl_rec tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px;
     -moz-border-radius: 0 0 0 6px;
       -o-border-radius: 0 0 0 6px;
          border-radius: 0 0 0 6px;
}
#tbl_rec tr:last-child th:last-child,
#tbl_rec tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
     -moz-border-radius: 0 0 6px 0;
       -o-border-radius: 0 0 6px 0;
          border-radius: 0 0 6px 0;
}
#tbl_oneline {
  margin-left: 4em;
  margin-right: 20px;
  border-spacing: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
       -o-border-radius: 6px;
          border-radius: 6px;
  box-shadow: 0 1px 1px #ccc;
}
#tbl_oneline th,
#tbl_oneline td {
  padding: 5px 20px 5px 20px;
  background: #ffffff;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#tbl_oneline tr:first-child th:first-child,
#tbl_oneline tr:first-child td:first-child {
  -webkit-border-top-left-radius: 6px;
     -moz-border-top-left-radius: 6px;
       -o-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
}
#tbl_oneline tr:first-child th:last-child,
#tbl_oneline tr:first-child td:last-child {
  -webkit-border-top-right-radius: 6px;
     -moz-border-top-right-radius: 6px;
       -o-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
}
#tbl_oneline tr:last-child th:last-child,
#tbl_oneline tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 6px;
     -moz-border-bottom-right-radius: 6px;
       -o-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
}
#tbl_oneline tr:last-child th:first-child,
#tbl_oneline tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 6px;
     -moz-border-bottom-left-radius: 6px;
       -o-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
}
.recruit_td01 {
  height: 1.5em;
  min-width: 100px;
  width: 100px;
}
.recruit_td02 {
  height: 1.5em;
  min-width: 200px;
}
