/* PDFファイル */

#pdf-file {
    background-color: var(--falcon-body-bg);
    min-height: 60vh;
}

@media (max-width: 576px) {
    #pdf-file {
        min-height: 100vh;
    }
}

#pdf-file table th {
    width: 40%;
}

#pdf-file table td {
    width: 30%;
    cursor: pointer;
}

#pdf-file table.single th {
    width: 25%;
}

#pdf-file table.single td {
    width: 25%;
    cursor: pointer;
}
