<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* schedule
======================================================= */
#schedule{}




/* callender */

#schedule #cal{
	margin-bottom:15px;
}
#schedule #cal p.guidance{
	margin:0 0 4px;
	padding:8px 10px 5px;
	font-size:12px; 
	background:#fff2c6;
	line-height:1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-align:center;
}
#schedule #cal strong{
	display:block;
	margin-bottom:5px;
}

/* table */

#schedule #cal table{
	width:96%;
	margin:0 auto 20px;
	padding:0;
}
#schedule #cal td{
	margin:0;
	padding:5px;
	vertical-align:middle;
	line-height:1.2;
	box-sizing: border-box;
	
}
#schedule #cal td a{
	display:block;
	width:100%;
	margin:auto;
	padding:5% ;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	box-sizing: border-box;
	background: #4b4b4b;
	line-height: 40px;
}
#schedule #cal td.first a{
	/*line-height: 60px;*/
	background:#f00f59;
}

#schedule #cal td a:hover{
}
#schedule #cal td.the a{
	/*line-height: 60px;*/
	background:#f00f59;
}

#schedule h3{
	margin:0 0 20px ;
	padding-left:8px;
	color:#FFF;
	font-size:15px;
	line-height:28px;
	border-bottom:2px solid #FFF;
}
#schedule h3 strong{
	font-size:22px;
}

/* box */
#schedule .box{
}
#schedule .box p{
	margin:0 0 0px;
}
#schedule .box .img{
}
#schedule .box .img img{
}
#schedule .box .cont{
}
#schedule .box .name{
}
#schedule .box .name a{
}
#schedule .box .size{
}
#schedule .box .time{
}
#schedule .box .time span{
}</pre></body></html>