/* 基本スタイル */

#input-form div {
    margin-bottom:5px;
}

input {
    width: 60px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}
#imprint-interval {
    display: flex;
    align-items: center;
    gap:5px;
}

/* テーブルのスタイル */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f4f4f4;
}
