@charset "UTF-8";

/*スケジュール一覧*/

.date-choice ul{
	margin:10px 0;
}

.date-choice ul li{
	width:14.25%;
	float:left;
	
	font-size:0.8rem;
	line-height:1.0em;
	text-align:center;
}

.date-choice ul li.lastchild{
	width:14.5%;
}

.date-choice ul li a{
	display:block;
	padding:15px 0;
	border:solid 1px #c1be95;
	margin:5px 2.5px;
	background-color:#fff;
}

.date-choice ul li.active a{
	background-color:#c1be95;
	color:#fff;
}

.date-choice ul li a:hover{
	text-decoration:none;
	background-color:#9c9771;
	color:#fff;
}

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

#schedule div.content{
	background-color:#fff0;
	padding:10px 0;
}

.castlist div.spec {
    bottom: 6px;
}


#schedule article a{
	position:relative;

}

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

#schedule div.content{
	background-color:rgba(218, 218, 218, 0.41);
	padding:1px 0;
}

#schedule article p.rel{
    position: absolute;
    left: 2px;
    top: 0px;
    z-index:999;
}

#schedule article div .spec{
	z-index: 100;
}

#schedule article p.ready {
    position: absolute;
    bottom: 4px;
    left: 10px;
    z-index: 1000;
    text-align: center;
    width: 183px;
    color: white;
    font-size: 10px;
}