@charset 'UTF-8';

#recruit table, #recruit table thead, #recruit table tbody, #recruit table td, #recruit table th, #recruit table tr {
  display: block;
  width: 100%;
}
@media all and (min-width: 769px) {
  #recruit table {
    display: table;
  }
  #recruit table thead {
    display: table-header-group;
  }
  #recruit table tbody {
    display: table-row-group;
  }
  #recruit table tr {
    display: table-row;
  }
  #recruit table td, #recruit table th {
    display: table-cell;
    width: auto;
  }
}

#recruit table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 769px) {
  #recruit table {
    border-bottom: 0;
  }
}

#recruit table th, #recruit table td {
  padding: 5px 10px 3px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 0;
}
@media all and (min-width: 769px) {
  #recruit table th, #recruit table td {
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media all and (min-width: 769px) {
  #recruit table th {
    width: 280px;
  }
}


#recruit table th span {
  color: #ff0000;
}

#recruit table td input.text {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}

#recruit table td input.text.short {
  width: 100px;
}

#recruit table td textarea.text {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

#recruit #form #description {
  padding: 0 0 15px;
}

#thanks p {
  padding-bottom: 15px;
}

.recruit {
  padding: 0 0 20px;
}

table thead th {
  text-align: center !important;
  color: #000;
  background: rgba(255, 14, 110, 0.6);
}

table tbody th {
  color: #000;
}

@media all and (min-width: 769px) {
  #recruit .recruit  table th {
    width: 100px;
  }
}


#recruit #submit {
  margin-top: 20px;
}
