/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/
.scrollable-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scrollable-table-wrapper table {
    width: 100%;
    min-width: 600px; /* 必要に応じて調整 */
}
