@charset "utf-8";

table, th, td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}
table.type06 {
    width: 100%;
}
@media (min-width: 768px) {
    table.type06 {
        width: 800px;
        margin: 0 auto 2em;
    }
}
table.type06 th {
    width: 30%;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
}
table.type06 td {
    width: 70%;
    padding: 10px;
    vertical-align: top;
}
tr:nth-child(even) {
    background: #eee;
}

.entry {
  border-bottom: none;
}