@charset "UTF-8";
	

h2 {
	font-size: 150%;
	margin-left:30px;
	}
	
h2 span {
	color: #00b3ff;
	font-size:150%;
	}
	
h2.year_month {
	margin: 40px 0 10px 0;
	}

p {
	padding: 0 ;
	margin: 2em 0;
	}
	
p.lastUpdate {
	text-align: right;
	font-size: small;
	margin: 0 0 10px 0;
	}

#mainContent {
	width: 90%;
	margin: 0 auto;
	line-height: 1.2em;
	background: none;
}

#mainContent .scheduleTable {
	font-size: small;
	height: 1200px;
	/*overflow: scroll;*/
	}
	
#mainContent .scheduleTable table{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
  table-layout: fixed;
  word-wrap: break-word;
	border-collapse: collapse;
	}

@media only screen and (max-width:640px){
	#mainContent .scheduleTable {
	overflow-x: scroll;
	}
	#mainContent .scheduleTable table{
	width: 576px;
	}
}

#mainContent .scheduleTable table td, th{
	padding: 4px 4px 4px 4px;
	border-right:0px solid black;
	border-left:0px solid black;
}

#mainContent .scheduleTable td:first-child,
#mainContent .scheduleTable th:first-child{
	text-align: center;
	font-size: medium;
	width: 40px;
}

#mainContent .scheduleTable td:nth-child(2), #mainContent .scheduleTableth:nth-child(2){
	padding: 4px 8px 4px 4px;
}

#mainContent .scheduleTable td:nth-child(3),  #mainContent .scheduleTable th:nth-child(3){
	text-align: center;
	width: 60px;
}

#mainContent .scheduleTable td:nth-child(4), #mainContent .scheduleTable th:nth-child(4){
	text-align: center;
	width: 96px;
}

#mainContent .scheduleTable td:nth-child(5), #mainContent .scheduleTable th:nth-child(5){
	text-align: center;
	width: 96px;
}

#mainContent .scheduleTable tr{
	border-bottom-color: #0000ff;
}

#mainContent .scheduleTable tr:nth-child(odd){
	background-color: #ebebf6;
	color: #3c3c3c;
}

#mainContent .scheduleTable tr:nth-child(even){
	background-color: #f8faff;
	color: #3c3c3c;
}

#mainContent .scheduleTable th{
	background:#EBEFF0;
	color: #303A53;
	font-weight: normal;
}

#mainContent .scheduleTable th.title{
	background: #DBDBD2;
	color:#333;
	font-size: x-small;
}


#mainContent .scheduleTable .ohtaleader{
color:#000379;
font-weight: bold;
}

#mainContent .scheduleTable .cancelled{
color: #b3b3b3;
}

#mainContent .scheduleTable .redtext{
color: red;
}


#mainContent a:link,
#mainContent a:visited{
	color: #3c3c3c;
	text-decoration: underline;
	}
	
#mainContent a:active,
#mainContent a:hover{
	color: #cc0099;
	text-decoration: underline;
	}	