@charset "UTF-8";

#schedule{
	box-sizing: border-box;
	padding-top:90px;
	margin-bottom:20px;
}

#schedule div.content{
	width:960px;
	margin:0 auto;	
	font-size:0;
	line-height:1.0em;
}

#schedule article{
	display:inline-block;
	width: 23%;
	font-size:1.0rem;
	line-height:1.75em;
	position: relative;
	border: 4px solid #489dff;
	margin: 4px;
}

#schedule div.weekly{
	width:960px;
	margin:0 auto 20px;
	background-color:#fd7384;
	color:#fff;
	box-sizing: border-box;
	padding:0 15px;
	border-radius:5px;
}

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

#schedule div.weekly ul li{
	display:inline-block;
	width: calc(100% / 7);
	text-align: center;	
	font-size:1.0rem;
	line-height:1.0em;
	font-weight:bold;	
	box-sizing: border-box;
	padding:15px 0;
	border-right:solid 1px #fff;
	background-color:#fd7384;
	/*background-image: url(../images/bg-slide_off.jpg);
	background-repeat: repeat;*/
	
}

#schedule div.weekly ul li.active{
	/*background-image: url(../images/bg-slide_on.jpg);*/
	background-color:#ff364f;
}

#schedule div.weekly ul li:first-child{
	border-left:solid 1px #fff;
}

#schedule div.weekly ul li span.week{
	display:block;
	font-size:0.8rem;
	line-height:1.0em;	
	margin-top:5px;
}

#schedule div.weekly ul li span.week:before{
	content: '(';
}

#schedule div.weekly ul li span.week:after{
	content: ')';
}

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

#schedule div.weekly ul li:hover{
	/*background-image: url(../images/bg-weekly_on.jpg);*/
	cursor: pointer;
	opacity:0.6;
}

#schedule div.weekly ul li:hover a{
	color:#fff;
	text-decoration: none;
}