﻿.time-select-group select[data-role="hour"] {
    width: 60px; /* 好きな幅にする */
    height:32px;
}

.time-select-group select[data-role="minute"] {
    width: 60px; /* 好きな幅にする */
    height: 32px;
}
