/* 入力域選択色 */
input:focus {
    background-color: #ffff99;
}

/* 削除 */
.eraseRow {
    background-color: #777777 !important;
}

/* 変更 */
.editRow {
    background-color: #ffc107 !important;
}

/* エラー */
.errorRow {
    background-color: #dc3545 !important;
}

/* 選択 */
.selectRow {
    background-color: #4169e1 !important;
}

