div.oldform {
    display: none;
}

.newform {
    display: block !important;
    font-size: 16px;
    max-width: 500px;
    margin: auto;
    margin-bottom:20px;
}
.newform_caution{
    color:#e1234c;
}

.listtable {
    width: 100%;
}

.listtable th {
    border: solid #d0d0d0 1px;
    text-align: center;
    vertical-align: middle;
    line-height: 120%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.listtable td {
    height: 48px;
    border: solid #d0d0d0 1px;
    text-align: center;
    vertical-align: middle;
    line-height: 75%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.listtable td {
    height: 48px;
}

.listtable tr.time td:not(.time_label){
    cursor: pointer;
}

.listtable td.enable,
.listtable td.disabled,
.listtable td.invalid {
    font-size: 24px;
}

.listtable td.time_label,
.listtable tr.date {
    color: #786060;
}

.listtable td.time_label {
    background-color: #edeae5;
    font-weight: bold;
    color: #4d4e4f;
    font-size: 20px;
}

.listtable tr.date th,
.listtable tr.date td {
    background-color: #fff;
}

.listtable tr.bold th {
    font-weight: bold;
}

/*選べる*/
.listtable td.enable {
    background-color: #fff;
    color: #d16179;
}
.listtable td.enable.select {
    background-color: #d16179;
    color: #fff;
}

/*人数超過など選べない*/
.listtable td.disabled {
    background-color: #eeeeee;
    color: #969696;
    font-weight: bold;
}

/*営業日じゃない*/
.listtable td.invalid {
    background-color: #fff;
    color: #c2c0c0;
}

.listtable th.saturday {
    background-color: #cde5f3 !important;
    color: #0046b5 !important;
}

.listtable th.sunday {
    background-color: #ffdee7 !important;
    color: #c16768 !important;
}

.listtable th.btn_next,.listtable th.btn_pre{
    background-color: #efefed !important;
    cursor: pointer;
}

div.loading img {
    /* width: 50px !important; */
    display: inline;
}

div.loading {
    text-align: center;
    width: 200px;
    margin: auto;
    line-height: 170%;
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}