@charset "UTF-8";

/* Ajaxローディング画面 */
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

/* Ajaxローディング画面 */
#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../gif/loading.gif") center center no-repeat;
}

/* 選択中の価格カレンダー */
.t-schedule__calendar--select * {
    color: #FF3200;
}