@charset "UTF-8";


/*
#schedule-toggle {
	width: 94%;
	margin: 0 auto;
	padding : 15px 3%;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;

}
*/
#schedule {
	position: relative;
	margin-bottom: 30px;
}
input#next{
	position: absolute;
	top:20px;
	right: 3%;
	padding: 2px;
	cursor: pointer;
}
#prev{
	position: absolute;
	top:20px;
	left: 3%;
	padding: 2px;
	cursor: pointer;
}
#schedule-header{
	height: 50px;
}

#month{
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 20px;
	width: 60%;
	text-align: center;
}
#schedule-control{
	width: 100%;
}
.button-full.schedule-open {
	margin: 0px auto;
	border: none;	
    padding: 0.5em 0 0.5em 0;
    background-color: #ddd;
}


.schedule-table{
	width: 99%;
	border-collapse: collapse;
	font-weight: normal;
    font-style: normal;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
	margin-top: 10px;
	border-bottom: solid 1px #ddd
}

.schedule-table th{

}
.schedule-table .red{
	color:#a00;
}
.schedule-table .blue{
	color:#00a;
}
.schedule-table td{
	width: 10%;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.schedule-table td.s-data{
	width: 80%;
	padding: 8px;
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.schedule-table td.kyukan{
	width: 80%;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	background-color: #f0f0f0;
	border: 1px solid #b9b9b9;
}

