@charset "utf-8";
/* CSS Document */
.schedule{
	margin-bottom: 50px;
	padding-left: 300px;
}
.schedule ul li{
	padding-bottom: 15px;
}
.schedule ul li span{
	display:inline-block;
	background-color: #ed7d31;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 10px 30px;
}
@media screen and (max-width:980px){
	.schedule{
	margin-bottom: 50px;
	padding-left: 50px;
}	
}
@media screen and (max-width:480px){
	.schedule{
	margin-bottom: 30px;
	padding-left: 0px;
}
}