.content-navi a {
	text-decoration:      underline;
}


.schedule-content table {
    width:              99%;
    border:             1px solid #5F5068;
	border-collapse:    collapse;
}

.schedule-content th {
    text-align:        center;
    padding:           5px;
    line-height:       1.6;
    border:            1px solid #5F5068;
    color:             #F4EDFC;
    background-color:  #9280A3;
    font-weight:       bold;
}

.schedule-content td.day,
.schedule-content td.week {
    text-align:        center;
    padding:           5px;
    line-height:       1.6;
    border:            1px solid #5F5068;
	width:             40px;
    font-weight:       normal;
    font-size:         small;
}
.schedule-content td.summary {
    text-align:        left;
    padding:           0 2px;
    line-height:       1.6;
    border:            1px solid #5F5068;

    font-weight:       normal;
    font-size:         small;
}
.schedule-content td.summary ul {
    margin:            0;
    margin-left:       16px;
    padding:           0;
}
.schedule-content td.summary ul li {
    list-style-type:          square;
	margin-left:              10px;
	list-style-position:      outside;
	line-height:              150%;
}
.schedule-content td.summary ul li span {
    font-size:         10px;
}


/* プルダウンメニューエリア */
.content-navi .pulldown {
	padding:            0px 0px 20px 0px;
}
