﻿@charset "Shift_JIS";

/* 背景色を淡い灰色に設定 */
input[readonly] {
    background-color: #eeeeee;
}

.disable {
    background-color: #eeeeee;
    pointer-events: none;
}