.mod-schedule table{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #eee;
}
.mod-schedule table thead{
    border-bottom: 1px solid #eee;
}
.mod-schedule table .day{
    float: unset!important;
    display: table-cell!important;
    border: 0;
}
.mod-schedule table .day .mod-schedule__day__label{
    display: none;
}
.mod-schedule table .day .mod-schedule__day__date{
    color: #000000;
}
.mod-schedule table .day.schedule01 .mod-schedule__day__date{
    background-image: url("../images/MITSUBISHI/Loremipsum/pink_icon.png");
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 45%;
}