@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-bottom: 1px solid #1a3478;
  background: #fff;
}
@media all and (min-width: 769px) {
  #recruit table{
    border-bottom: 0;
  }
}

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


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

#recruit table td{
}

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

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

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

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

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

.recruit{
	padding: 0 0 20px;
}

table thead th{
	text-align: center !important;
	background: #c4f1ff;
	color: #1a3478;
}

table tbody th{
	background: #f3fcff;
	color: #1a3478;
}

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


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