@charset "utf-8";

/************************** 

レジナビサイトCSS
初期・Wyrdなどの年間スケジュールテーブル用

**************************/
div#contentsWrapper table {
	width: auto;
	height: auto;
	margin: 5px auto 0;
	padding: 0;
	border-top: 3px solid #007AC2;
	border-collapse: collapse;
	clear: both;
}

div#contentsWrapper table th {
	margin: 0;
	padding: 5px;
	text-align: center;
	border: 1px solid #D6D6D6;
	background-color: #F4F4F4;
	line-height: 130%;
	font-weight: bold;
	vertical-align: middle;
}

div#contentsWrapper table th.alLeft, div#contentsWrapper table td.alLeft {
	text-align: left;
	padding-left: 1em;
	vertical-align: top;
}

div#contentsWrapper table th.dark {
	background-color: #EEE;
}

div#contentsWrapper table td {
	margin: 0;
	padding: 5px 3px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #D6D6D6;
	line-height: 140%;
}

div#contentsWrapper table tr.colored td {
	background-color: #F4F4F4;
}

.hidden_row td{
	width:26px !important;
	font-size:0 !important;
	height:0px !important;
	border: none !important;
}

