@charset "utf-8";
/*--京demae.css--*/
/* ##########PC########## */
.demaejugyo_list > ul{
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}

    .demaejugyo_list > ul > li{
        padding: 0;
        margin: 0;
    }

    .demaejugyo_list > ul > li::before{
        content: none;
    }

    .demaejugyo_list > ul > li table{
        width: calc(100% - 3em);
    }

    .demaejugyo_list > ul > li table th{
        width: 8em;
        text-align: center;
        background: rgba(10,180,230,0.06);
    }




@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){
}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .demaejugyo_list > ul > li table th{
        width: 6em;
    }
}


/* ##########印刷用########## */
@media print{
}