@charset "UTF-8";

#cast ul.tab{
	margin-bottom:20px;
}

#cast ul.tab li{
	width:33.25%;
	float:left;
}

#cast ul.tab li img{
	width:100%;
	vertical-align:bottom;
	cursor:pointer;
}

#cast div.hide{
	display:none;
}

#cast article{
	width:50%;
	float:left;
}

#schedule article{
	width:50%;
	float:left;
}

#schedule ul.select-date{
	margin-bottom:20px;
}

#schedule ul.select-date li{
	width:25%;
	float:left;
	text-align:center;
}

#schedule ul.select-date li a{
	display:block;
	background-color:#300;
	background-image:url(../images/bg-content-red.gif);
	background-repeat:repeat;
	margin:5px;
	padding:10px 0;
	border:groove 1px #fff;
}

#schedule ul.select-date li a:hover{
	background-color:#fff;
	background-image:none;
	color:#300;
	border:solid 1px #300;
	text-decoration:none;
}

#schedule ul.select-date li span{
	font-size:12.5px;
	line-height:1.0em;
	margin-left:2.5px;
}

@media only screen and (min-width:760px){
	#cast article{
		width:33.25%;
	}
	
	#schedule article{
		width:33.25%;
	}
}

@media only screen and (min-width:960px){
	#cast article{
		width:25%;
	}
	
	#schedule article{
		width:25%;
	}
	
	#schedule ul.select-date li{
		width:12.5%;
	}
}