					/*スケジュール*/
#schedule h1{
	display:none;
}

#schedule{
	border-top:1px solid #333399;margin:0px;
}

.day{	padding:5px;
	display:block;
	height:70px;width:50px;
	float:left;
}
.h_day{	color:red;
	padding:5px;
	display:block;
	height:70px;width:50px;
	float:left;
}
.c_day{	color:#00bfff;
	padding:5px;
	display:block;
	height:70px;width:50px;
	float:left;
}
#s1_a{
	margin-top:0px;
	display:block;
	border-bottom:1px solid  #333399;
	height:80px;
	width:100%;
	font-size:12px;
}
#s2_a{
	margin-top:0px;
	display:block;
	border-bottom:1px solid  #333399;
	height:80px;
	width:100%;
	font-size:12px;
}
#s1_end{
	margin-top:0px;
	display:block;
	border-bottom:4px double  #333399;
	height:80px;
	width:100%;
	font-size:12px;

}
#s2_end{
	margin-top:0px;
	display:block;
	border-bottom:4px double  #333399;
	height:80px;
	width:100%;
	font-size:12px;

}

#s3_a{
	margin-top:0px;
	display:block;
	border-bottom:1px solid  #333399;
	height:80px;
	width:100%;
	font-size:12px;
	background-color:#FFFF99;
}

#s3_end{
	background-color:#FFFF99;
	margin-top:0px;
	display:block;
	border-bottom:4px double  #333399;
	height:80px;
	width:100%;
	font-size:12px;
}
#s4_a{
	margin-top:0px;
	display:block;
	border-bottom:1px solid  #333399;
	height:80px;
	width:100%;
	font-size:12px;
	background-color:#FFFF99;

}

#s4_end{
	background-color:#FFFF99;
	height:80px;
	width:100%;
	font-size:12px;
	border-bottom:4px double  #333399;

}

#schedule p{
	margin:0px;margin-left:60px;
	height:20px;
	padding-top:0px;
	border-bottom:1px dotted  #666666;
	font-size:16px;
	color:#330066;
}
#schedule span{
	margin:0px;
	font-size:14px;

}
#s2_a:empty{
	display: none;
}
#s2_end:empty{
	display: none;
}
#s1_a:empty{
	display: none;
}

#s1_end:empty{
	height:10px;

}

#schedule_footer{
	width:100%;
}

#schedule_footer strong{
	color:#ff0000;
	padding:10px;
}

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

a.last{	
	padding:0.5em;
	float:left;
	display: inline-block;
	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:1px;
}

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