@charset "utf-8";
/*--京event.css--*/
/* ##########PC########## */
.schedule_info_box{
    margin-right: 4.75rem;
    margin-left: 4.75rem;
}

    .schedule_info_box > .box_inner{
        margin-bottom: 3em;
    }

    .schedule_info_box > .box_inner table{
        width: 100%;
        table-layout: fixed;
    }

        .schedule_info_box > .box_inner table thead th{
            width: calc((100% - 4em) / 4);
            border-top: none;
        }

        .schedule_info_box > .box_inner table thead th.c_month{
            width: 4em;
        }

        .schedule_info_box > .box_inner table thead th.c_aso{
            color: #a02d14;
        }

        .schedule_info_box > .box_inner table thead th.c_kumamoto{
            color: #8c4b00;
        }

        .schedule_info_box > .box_inner table thead th.c_seaside{
            color: #146974;
        }

        .schedule_info_box > .box_inner table tbody th{
            text-align: center;
        }

        .schedule_info_box > .box_inner table tbody tr td{
            border-right: 1px solid #e5e5e5;
            vertical-align: top;
            padding: 0.9em;
        }

        .schedule_info_box > .box_inner table tbody tr td:last-child{
            border-right: none;
        }

        .schedule_info_box > .box_inner table tbody tr:last-child th,
        .schedule_info_box > .box_inner table tbody tr:last-child td{
            border-bottom: none;
        }

            .schedule_info_box > .box_inner table tbody td ul{
                margin: 0;
                font-size: 0.9em;
                line-height: 1.4;
            }

            .schedule_info_box > .box_inner table tbody td ul li:last-child{
                margin-bottom: 0;
            }

            .schedule_info_box > .box_inner table tbody td ul li::before{
                top: 0.5em;
            }

    .schedule_info_box > .box_footer dl dt{
        font-weight: 500;
    }

    .schedule_info_box > .box_footer dl dd{
        margin-bottom: 1em;
        padding-left: 1em;
    }

@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1200px) {}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .schedule_info_box{
        margin-right: 2rem;
        margin-left: 2rem;
    }

        .schedule_info_box > .box_inner table{
            table-layout: auto;
        }

        .schedule_info_box > .box_inner table tbody th{
            width: 3em;
        }

        .schedule_info_box > .box_inner table tbody td{
            width: calc((100% - 3em) / 3);
        }
}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .schedule_info_box{
        margin-right: 0;
        margin-left: 0;
    }

    .schedule_info_box > .box_inner table thead th{
        font-size: 1em;
        line-height: 1.1;
    }

    .schedule_info_box > .box_inner table thead th.c_month{
        width: 1em;
    }

    .schedule_info_box > .box_inner table tbody th{
        width: 1em;
    }

    .schedule_info_box > .box_inner table tbody tr td{
        padding: 0.4em;
        width: calc((100% - 1em) / 3);
    }

}


/* ##########印刷用########## */
@media print{
}