@charset "UTF-8";

.weekly{
	margin: 10px auto;
}

.weekly ul{
	font-size:0;
	line-height:1.0em;
}

.weekly ul li{
	display:inline-block;
	
	font-size:0.8rem;
	line-height:1.0em;
	text-align: center;
	
	width:12.5%;
	
	background-color:#b1b1b1;
	color:#fff;
	
	box-sizing: border-box;
	padding:15px 0;
}

.weekly ul li.active{
	background-color:#e8b77f;
}

.weekly ul li.sat{
	background-color:#006699;
}

.weekly ul li.sun{
	background-color:#ad0000;
}

.weekly ul li:hover{
	background-color:#dec47c;
	cursor: pointer;
}

.weekly ul li:hover a{
	text-decoration: none;
}

.weekly ul li:first-child{
}

.weekly ul li:last-child{
}

.weekly ul li a{
	color:#fff;
}

.weekly ul li span.note{
	display:block;
	margin-top:5px;
}

.weekly ul li span.note:before{
	content:"（";
}

.weekly ul li span.note:after{
	content:"）";
}

#schedule div.content{
	background-color:#eee;
	color:#222;
	
	box-sizing: border-box;
	padding:5px;
	
	font-size:0;
	line-height:1.0em;
}

#schedule article{
	display:inline-block;
	width:25%;
	vertical-align: top;
	
	font-size:1.0rem;
	line-height:1.0em;
	
	box-sizing: border-box;
	padding:5px;
}