@charset "utf-8";
.cast_table {

}

.cast_table table{
}


.day_list {
	padding:10px 10px 10px 10px;
	margin:0px 0px 20px 0px;
    zoom: 100%;
}
.day_list:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#monday {
background:#FFB0D8;
}


#tuesday {
background:#FFB0D8;

}

#wednesday {
background:#FFB0D8;

}

#thursday {
background:#FFB0D8;

}

#friday {
background:#FFB0D8;

}


.day_list table {

}


.day_list table th {
	padding:5px;
	margin:0px;
}

.day_list table td {
	padding:5px;
	margin:0px;
	text-align:center;
	font-weight:bold;
	line-height:200%;
	width:25%;
}



.mc {
	width:200px;
	float:left;
}

.cast {
	width:420px;
	float:right;

}

.week table {
	margin-bottom:20px;
}

.week {
	border-bottom:solid 5px #F4B9CB;
	margin-bottom:20px;
}

