@charset "UTF-8";
header .wrap-header {
    height: 60px; 
}
table {
    border-collapse:  collapse; /* セルの線を重ねる */
    width: 100%;
}
tbody {
    background-color: #E6AD07;
}
tr {
    background-color: #fff;
}

th,td {
    padding: 5px 8px;          /* 余白指定 */
    text-align: center;
}
