@charset "utf-8";

.ttl_middle {
    margin: 10px 0;
}
#schedule_title{
	text-align:left;
}
#schedule_week {
    margin-bottom: 20px;
}
#schedule_today {
    height: 54px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #b871ff;
}
#schedule_menu {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
#schedule_week #schedule_menu a:hover{
	text-decoration:underline;
}
#schedule_week #schedule_menu span{
	color:#000000;
}
#schedule_week #schedule_menu span.Saturday{
	color:#0000FF;
}
#schedule_week #schedule_menu span.Sunday{
	color:#FF0000;
}


#cast_div{
    width:680px;
    
    box-sizing:border-box;
 
}
#cast_ul{
    display:table;
    font-size:0;
    width: 100%;
    margin:0 auto;
}
.cast_li{
    display:inline-block;
    width:33%;
    padding:0 0 15px 15px;
    box-sizing: border-box;
    text-align:center;
    vertical-align:top;
}
.cast_li a:hover{
    text-decoration:none;
}
.cast_li figure .cast_ph{
    position:relative;
}
.cast_new {
    position: absolute;
    bottom: 1px;
    left: 7px;
}
.cast_li figure figcaption{
    padding-top:10px;
    font-size:12px;
    color:#111;
}
.cast_name{
    font-weight:bold;
    color:#b871ff;
    line-height:1.5;
    font-size:14px;
    color: #b871ff;
}
.cast_size{
    line-height:1.5;
}
.cast_today{
    font-size:14px;
    font-weight:bold;
}
