	/*スケジュール*/
#schedule{
	display:block;
	justify-content:center;margin: auto;
	width:987px;
}
#schedule h1{
	color:#333399;
}
#s1_a{
	padding:5px;
	border-left:1px solid black;
	border-top:1px solid black;
	height:150px;
	width:140px;
	float:left;
}

#s1_end{
	padding:5px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:1px solid black;
	height:150px;
	width:140px;
	float:left;
}
#s2_a{
	padding:5px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:150px;
	width:140px;
	float:left;
}

#s2_end{
	padding:5px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	height:150px;
	width:140px;
	float:left;
}
#s3_a{
	background-color:#FFFF99;
	padding:5px;
	border-left:1px solid black;
	border-top:1px solid black;
	height:150px;
	width:140px;
	float:left;
}
#s3_end{
	background-color:#FFFF99;
	padding:5px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:1px solid black;
	height:150px;
	width:140px;
	float:left;
}
#s4_a{
	background-color:#FFFF99;
	padding:5px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:150px;
	width:140px;
	float:left;
}
#s4_end{
	background-color:#FFFF99;
	padding:5px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:150px;
	width:140px;
	border-right:1px solid black;
	float:left;
}

.day{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #333399;
	color:#333399;
}
.h_day{	border-bottom:1px dotted #333399;
	font-size:16px;
	font-weight:bold;
	color:red;
}
.c_day{	border-bottom:1px dotted #333399;
	font-size:16px;
	font-weight:bold;
	color:#00bfff;
}

#schedule p{
	font-size:16px;
	padding:0px;
}
#schedule span{
	font-size:14px;
	padding:0px;
}

#schedule_footer{
	justify-content:center;margin: auto;
	width:800px;
}
#schedule_footer strong{
	color:#ff0000;
	padding:10px;
}

#next{
	padding:10px;
	text-align:center;
	width:100%;
	display:block;
	height:50px;
}

a.last{	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	border-right: solid 6px #333399;/*左線*/
	color: #333399;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	margin-right:5px;
}

a.next{
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #333399;
	color: #333399;/*文字色*/
	font-weight: bold;
	margin-left:5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29);
}