@charset "UTF-8";
/* CSS Document */

#top {
background-image: url(images/top.jpg);
}
#recruit table {
width: 100%;
text-align: left;
border-collapse:collapse;
margin-bottom: 80px;
}
#recruit th,
#recruit td {
padding: 10px;
border: solid 1px #ccc;
}
#recruit th {
background-color: #eee;
width: 20%;
}

@media screen and (max-width: 768px) {

#recruit th,
#recruit td {
display: block;
width: 100%;
}

}