/*堀　/mate/app/UKT/lineup*/
.table008 {
  width: 100%;
  margin: auto;
  font-size: 14px;
  color: #333;
}  
.table008 th,
.table008 td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
} 
.table008 th {
  font-weight: bold;
  width: 20%;
}  
@media screen and (max-width: 800px) {
.table008 th {
    width: 35%;
}
}