@charset "UTF-8";
/* CSS Document */

/*********************************

施設紹介カテゴリの設定

/schedule.html
/.html

----------------------------------

Body setting

**********************************/

body {
    background-repeat: no-repeat;
    background-position: center 114px;
    height: 100%;
}

body#schedule {
    background-image: url(../img/_page/maingraphic_schedule.png);
}


/*--------------------------------

schedule category Common setting

--------------------------------*/
#schedule div.schedule_list {
    border-bottom: dotted 1px #ddd;
}

#schedule div.schedule_list ol {
    padding: 10px;
    margin: 0;
    border-top: dotted 1px #ddd;
}
#schedule div.schedule_list ol li {
    padding: 0 10px !important;
    margin: 0px 0px 0px 30px;
    font-size: 14px;
    cursor: pointer;
}
#schedule div.schedule_list ol:hover {
    text-decoration: none;
    background-color: #fafafa;
}
#schedule div.cal_wrapper p.dateM {
    float: left;
    font-size: 140%;
}
#schedule div.cal_wrapper div.cal_ui {
    margin-top: 20px;
    text-align: right;
}
#schedule div.cal_wrapper div.cal_ui input {
}
#schedule div.cal_wrapper div.cal_ui input:hover {
}
#schedule div.cal_wrapper table.cal tr td {
    font-size: 14px;
}
#schedule div.cal_wrapper table.cal tr.headline td {
    font-size: 100%;
}
#schedule div.cal_wrapper table.cal tr.headline {
    background-color: #e7e7e7;
}

#schedule div.cal_wrapper table.cal tr td div {
    padding: 15px 15px;
    font-size: 14px;
    border-radius: 6px;
}
#schedule div.cal_wrapper table.cal tr td div span {
    top: 45px;
    width: 250px;
}


@media screen and (max-width: 600px) {
    #schedule div.cal_wrapper div.cal_ui {
        margin-top: 20px;
        text-align: right;
    }

    #schedule div.cal_wrapper table.cal tr td div {
        padding: 8px;
        font-size: 14px;
        border-radius: 6px;
        text-align: center;
        font-size: 16px;
    }
}
