@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%;
	color:#fff;
	
	box-sizing: border-box;
	padding:15px 0;
}

.weekly ul li.active{
    background-color: rgba(173, 13, 43, 0.6);
}

/*.weekly ul li.sat{
	background-color: rgba(0, 0, 255, 0.6);}*/

/*.weekly ul li.sun{
    background-color: rgba(255, 0, 0, 0.6);red;}*/

.weekly ul li:hover{
    background-color: rgba(173, 13, 43, 0.6);
	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: rgb(8 8 8 / 41%);
    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;
}