/* Logo Retina */
img#CorpLogo {
    width: 128px;
    height: 32px;
}
img.site-image-thumbnail {
    width: 50px;
}

/* bunner disable */
div#EnterPriseBanner {
    display: none;
}
div#SupportBanner {
    display: none;
}
div#CasesBanner {
    display: none;
}


/* レコード背景色の変更 */
tr.start > td {
    background-color: lightblue !important;
}

tr.now > td {
    background-color: lightyellow !important;
}

tr.end > td {
    background-color: grey !important;
}

tr.stop > td {
    background-color: lightgrey !important;
}




@media screen and (max-width: 980px) and (min-width: 0) {
    img#CorpLogo {
        width: 50% !important;
        height: initial !important;
    }
    img.site-image-thumbnail {
        width: 90% !important;
    }

    /* Mobile Style change */
    .container-normal {
        margin-left: 0px !important;
    }
    /* Select height change */
    button.ui-multiselect {
        height: 50px !important;
    }
}

