﻿/* スケジュール */


#scheBlock {
    position: relative;
    min-height: 70px;
    /*	height:720px;*/
}

    #scheBlock #scheYoru,
    #scheBlock #scheAsa {
        padding: 5px;
        width: calc(100% - 10px);
        position: absolute;
        top: 0;
        left: 0;
    }

        #scheBlock #scheYoru ul.tiling,
        #scheBlock #scheAsa ul.tiling {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        #scheBlock #scheYoru ul.tiling {
            background-color: #a2e6ff;
        }

        #scheBlock #scheAsa ul.tiling {
            background-color: #ffb0d9;
        }

            #scheBlock #scheYoru ul.tiling li,
            #scheBlock #scheAsa ul.tiling li {
                border-color: rgba(255,255,255,.6);
            }

                #scheBlock #scheYoru ul.tiling li span,
                #scheBlock #scheAsa ul.tiling li span {
                    font-weight: bold;
                    font-size: 90%;
                    display: block;
                    padding: 3px 0;
                }

        #scheBlock #scheYoru h4,
        #scheBlock #scheAsa h4 {
            padding: 5px;
            text-align: left;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        #scheBlock #scheYoru h4 {
            background-color: #26a9f2;
        }

        #scheBlock #scheAsa h4 {
            background-color: #ff48a6;
        }


#scheBlock ul.tiling {
    list-style-type: none;
    /*border-bottom: solid 1px #B0BCCD;*/
    padding: 4px;
    padding-right: 0px;
    margin: auto;
    text-align: left;
}

    #scheBlock ul.tiling li a {
        display: block;
        margin-bottom: 5px;
    }

    #scheBlock ul.tiling li {
        text-align: center;
        border: solid 1px #a9abae;
        -webkit-border-radius: 4px;
        padding: 5px;
        margin: 1px;
        font-family: HiraKakuProN-W3;
        /*float:left;*/
        /*width:90px;*/
        display: inline-block;
        width: calc(100%/3 - 18px);
    }

        #scheBlock ul.tiling li img {
            display: block;
            margin: auto;
            width: 100%;
        }

        #scheBlock ul.tiling li h4 {
            text-align: left;
            font-size: 13px;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
        }

        #scheBlock ul.tiling li h6 {
            text-align: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
        }

            #scheBlock ul.tiling li h6 span {
                text-align: left;
                font-size: 8px;
                display: block;
            }

#scheBlock #scheYoru ul.tiling li, #scheBlock #scheAsa ul.tiling li {
    position: relative;
}

/*ICON*/

#scheAsa img.nf_icon,
#scheYoru img.nf_icon {
    position: absolute;
    top: 0px;
    width: 30px !important;
    left: 0px;
    z-index: 2;
}

#scheAsa img.jy_icon,
#scheYoru img.jy_icon {
    position: absolute;
    top: 0px;
    width: 30px !important;
    left: 0px;
    z-index: 2;
}

#scheAsa img.jy_icon2,
#scheYoru img.jy_icon2 {
    position: absolute;
    top: 0px;
    width: 30px !important;
    left: 31px;
    z-index: 2;
}

img.jy_icon_nf {
    position: absolute;
    width: 30px !important;
    z-index: 2;
}








.scheSwitch {
}

    .scheSwitch span {
        display: inline-block;
        width: calc(50% - 16px);
        color: #ffffff;
        font-size: 14px;
        padding: 5px;
        text-align: center;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .scheSwitch span.asa {
            background-color: #ff48a6;
        }

        .scheSwitch span.yoru {
            background-color: #26a9f2;
        }