article.page table.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

article.page table.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}

article.page table.table td,
article.page table.table th {
    border: none;
    border-radius: 3px;
    color: #6d6e70;
}

article.page table.table td {
    padding: .2rem .5rem;
}

article.page table.table th {
    padding: 32px 12px 20px 12px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.05em;
}

article.page  a.search_nariai {
    color: #5cc238;
    display: block;
    text-decoration: none;
    border-bottom: 2px solid #d3d8dd;
    padding-left: 10px;
    padding-bottom: 4px;
}


article.page table.table_search_nariai tbody {
    font-family: "Avenir";
}