@charset "shift_jis";
/* CSS Document */
/*********** navݒ ***********/
#nav_ul #nav_schedule a{
	background:rgba(0,0,0,0.2);
	border:1px solid #e8c47e;
}

#today_btn>a{
	margin-bottom:4px;
	text-decoration: none;
}

@media screen and (min-width:641px){
#today_btn{
	position:relative;
	top:0;
	margin-bottom:20px;
	padding-top:10px;
	text-align: center;
}
	
	
	
	
#today_ul li{
	width:232px;
}

#today_ul li:nth-of-type(4n){
	margin-right:10px;
}

#today_ul li:nth-of-type(5n){
	margin-right:0;
}
}