.ballpool_notice {
    text-align: right;
    color: #f00;
    font-size: 0.8em;
    margin: 0;
    line-height: 1.2em;
    width: 100%;
}

a.icon_red_clickable {
    color: #f00;
}

a.icon_red_clickable:hover {
    text-decoration: underline;
}

.reservation_list_table {
    border-collapse: collapse;
    width: 100%;
}

.reservation_list_table th,
.reservation_list_table td {
    padding: 8px 12px;
    border: 1px solid #ccc;
    text-align: center;
}

.reservation_list_table th {
    background: #cbf1ff;
}

.reservation_list_table tr:nth-child(odd) {
    background: #f1f1f1;
}

a.change_btn {
    background: #f54d4d;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 0.9em;
}

.change_btn:hover {
    color: #fff;
    opacity: 0.8;
}

a.yoyaku_btn {
    background: #298aaf;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 0.9em;
}

a.yoyaku_btn:hover {
    color: #fff;
    opacity: 0.8;
}

.yoyaku_huka {
    font-size: 0.9em;
}

.reservation_list_back_button {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 1%;
}

.reservation_list_back_button input {
    padding: 1% 3%;
}

.form_error_msg {
    color: #f00;
    font-size: 1em;
    margin-top: 10px;
    text-align: center;
}

div.ballpool_thanks_box {
    text-align: left;
    padding: 5%;
    padding-top: 3%;
}

.ballpool-thanks-msg {
    font-size: 0.9em;
    text-indent: -1em;
    padding-left: 1em;
    color: #f00;
}

.ballpool-info-item {
    font-weight: bold;
}

.rec_num_box {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #e13928;
    padding: 5px 20px;
    color: #fff;
    border-radius: 3px;
}

.thanks_msg {
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: bold;
}

.ballpool-info {
    background: #fff5ab;
    padding: 10px 20px;
    margin-top: 10px;
}

.ballpool-msg-ttl {
    background: #e13928;
    margin-top: 10px;
    width: fit-content;
    padding: 2px 10px;
    color: #fff;
    font-size: 0.9em;
    border-radius: 3px;
    margin-bottom: 3px;
}

.ballpool-msg p {
    margin: 0;
    line-height: 1.2em;
}

div.ballpool_thanks_box .end_btn {
    margin-top: 25px;
}

div.ballpool_thanks_box .end_btn2 {
    background: #175fcb;
}

.available-num {
    font-weight: bold;
}

.form_error_txt {
    color: #f00;
    margin: 0;
    line-height: 1.2em;
    margin-top: 7px;
}

#change-tr {
    display: none;
}

#change-tr.visible {
    display: table-row;
}

.ballpool-error-txt {
    color: #f00;
    text-align: center;
}

.ballpool-info-box {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 3px;
}

.ballpool-info-box a img {
    width: 180px;
}

.ballpool-info-box a:hover {
    opacity: 0.8;
}