

html{width: 100%;height: 100%; background-image:url(../images/23_02.png);background-size: cover;background-repeat: no-repeat;background-attachment: fixed;background-position: center}




.schedule-det-list--width{width: calc(100%/6 - 44px);}

.schedule-det-detail--width{width: calc(100%/6 - 45px);}


@media only screen and (max-width:1300px)
{
    .schedule-det-list--width{width: calc(100%/6 - 43px);}
    .schedule-det-detail--width{width: calc(100%/6 - 43px);}
}


@media only screen and (max-width:830px)
{
    .inner-session{display: grid;}
    .form-menu__style{width:280px;}
}

@media only screen and (max-width:820px)
{
    .schedule-det-detail--width{width: 100%;}
    .sch-det01::before{content: "日期：";display: block;text-align: center;background-color: #b9d5ff;margin: 0 0 15px 0;padding: 10px;}
    .sch-det02::before{content: "類別：";display: block;text-align: center;background-color: #b9d5ff;margin: 0 0 15px 0;padding: 10px;}
    .sch-det03::before{content: "案別：";display: block;text-align: center;background-color: #b9d5ff;margin: 0 0 15px 0;padding: 10px;}
    .sch-det04::before{content: "案由：";display: block;text-align: center;background-color: #b9d5ff;margin: 0 0 15px 0;padding: 10px;}
    .sch-det04::before{content: "內容：";display: block;text-align: center;background-color: #b9d5ff;margin: 0 0 15px 0;padding: 10px;}




}