@charset "utf-8";

.table_recruit {
  width:600px;
  margin-top:10px;margin-bottom:10px;
  border:solid 1px #deb887;
  border-collapse:collapse;
  text-align:left;
}

.table_recruit tr td:first-child {
  width:25%;
  padding:5px;
  background-color:#f5f5dc;
}

.table_recruit tr td:last-child {
  width:75%;
  padding:5px;
  font-size:95%;
}


@media screen and (max-width:600px){
	.table_recruit {
	  width:100%;
	}
}

