@charset "UTF-8";

#schedule{
	margin-bottom:20px;
}

#schedule ul.btn-date{
	margin:20px 10px 0;
}

#schedule ul.btn-date li{
	display:inline-block;
}

#schedule ul.btn-date li a{
	display:block;
}

#schedule ul.btn-date li img{
	width:160px;
	vertical-align: bottom;
}

#schedule div.content{
	margin-bottom:20px;
}

#schedule article{
	width:25%;
	float:left;
}

#schedule article.castlist p.copy{
	font-size:0.6rem;
	line-height:1.0em;
	font-weight:bold;
	
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	
	padding:10px 5px 5px;
	background-color:#400;
	margin:0 10px;
}

#schedule article.castlist img.icon-new{
	position: absolute;
	top:20px;
	left:-10px;
	width:50px;
}