@charset "utf-8";

/*------------------------------------
時間割
------------------------------------*/
#select_timetable{
	/*padding:0 0 0 20px;*/
	padding: 10px 0 0 20px;
	background:#FFFFDE;
	height:55px;
	margin-bottom:15px;
}

#select_timetable select {
	width:auto;
}

.serch_btn{
	text-align:center;
	background:#4abc74;
	width:80px;
	height:22px;
	font-size:14px;
	/*margin-top:18px;*/
}

input#serch_btn{
	width:80px;
	height:20px;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	background:none;
	border:0;
	-webkit-appearance:none;
	cursor:pointer;
	padding:0 6px;
}

.timetable_tit{
	height:30px;
	border:2px solid #50C27B;
	color:#555;
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}

.timetable_tit td{
	line-height:1.7;
}

/* chromeのみ適用 */
_::content, _:future, .timetable_tit td:not(*:root) {
	line-height:1.8;
}

table.timetable_tbl{
	width:100%;;
	border:0.5px solid #999;
	font-size:12px;
	color:#333;
	
	padding:0;
	border-collapse:collapse;
	/*グリッド背景画像*/
	background:url(../img/timetableGrid_bg.png) repeat right 0px;
}
_::content, _:future, table.timetable_tbl:not(*:root) {
	/*グリッド背景画像 chromeのみ縦座標変更*/
	background:url(../img/timetableGrid_bg.png) repeat right 1px;
}

table.timetable_tbl td{
	height:40px;
	border:0.5px solid #999;
	border-collapse:collapse;
	font-size:12px;
}

table.timetable_tbl a{ color:#333; text-decoration:none;}
table.timetable_tbl a:hover{ text-decoration:underline; font-weight:bold;}

a.white, .white { color:#FFF;}

span a .blue, .blue{ color:#0055FF !important; font-size:88%;}

tr.headRow {
	text-align:center;
	background:#eee;
}

tr.headRow td,
tr.dayRow td {
	border-width:0 1px;
	border-collapse:collapse;
}

tr.dayRow td.dayLabelCol,
tr.dayRow td.weekLabelCol {
	text-align:center;
	background-color:white;
	background:white url(../img/horizontalLine_bg.png) repeat-x top;
}

tr.Saturday td.dayLabelCol,
tr.Sunday td.dayLabelCol,
tr.Saturday td.weekLabelCol,
tr.Sunday td.weekLabelCol {
	background-color:#ccc;
}
tr.Saturday td.weekLabelCol {
	color:blue;
}
tr.Sunday td.weekLabelCol {
	color:red;
}

div.timetableNeighbourLink {
	margin-top:20px;
}
div.jigenHead {
	background:url(../img/verticalLine_bg.png) repeat-y right;
}
div.jigenHead:last-child {
	background-image:none;
}

div.programOnDayWrap {
	position:relative;
	overflow:hidden;
	left:-1px;
}

div.progBlock {
	position:absolute;
	display:table;
	border:1px solid #999;
}
div.progBlock:hover {
	opacity:0.7;
}
div.progBlock a {
	display:table-cell;
	vertical-align:middle;
	color:black;
	padding:2px 5px;
	text-shadow:0 1px 3px white;
	-moz-user-select: none; -khtml-user-select: none; user-select: none;
}

div.progBlock a.holiday,
div.progBlock a.event,
div.progBlock a.fill,
div.progBlock a.isolation {
	text-decoration:none;
	font-weight:normal;
	cursor:default;
}

div.progBlock a.holiday,
div.progBlock a.event {
	color:red !important;
	text-align:center;
}
div.progBlock a.fill {
	color:#0055ff !important;
}
div.progBlock a.isolation {
	text-align:center;
}