@charset "UTF-8";

h2.schedule-header {
    margin:10px 0px;
    padding:5px 5px;
    font-weight:bold;

    color:#CCCCFF;
    border-top:2px solid;
    border-left:2px solid;
    border-right:2px solid #333399;
    border-bottom:2px solid #333399;
    background-color: #3366CC;

    text-align: center;
}

.schedule-content table {
    width: 100%;
    border: 1px solid #000;
}

.schedule-content th {
    text-align: center;
    padding: 0 2px;
    line-height: 1.6;
    border: 1px solid #000;

    color: #fff;
    background-color: #5F6BBE;

    font-weight: bold;
}

.schedule-content td.day,
.schedule-content td.week {
    text-align: center;
    padding: 0 2px;
    line-height: 1.6;
    border: 1px solid #000;

    font-weight: normal;

}
.schedule-content td.summary {
    text-align: left;
    padding: 0 2px;
    line-height: 1.6;
    border: 1px solid #000;

    font-weight: normal;

}
.schedule-content td.summary ul {
    margin: 0;
    margin-left: 16px;
    padding: 0;
}
.schedule-content td.summary ul li {
    list-style-type: square;
    margin: 0;
    padding: 0;
}
.schedule-content td.summary ul li span {
    font-size: 90%;
}
