@charset "UTF-8";
/* CSS Document */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans); */
#channel {
	background: url("/img/tv31logo.svg") no-repeat center;
	width: 100%;
	height: 80px;
}

.tv-timetable div,
.tv-timetable ul,
.tv-timetable ol,
.tv-timetable li,
.tv-timetable dl,
.tv-timetable dt,
.tv-timetable dd,
.tv-timetable h1,
.tv-timetable h2,
.tv-timetable h3,
.tv-timetable h4,
.tv-timetable h5,
.tv-timetable h6,
.tv-timetable pre,
.tv-timetable form,
.tv-timetable p,
.tv-timetable blockquote,
.tv-timetable fieldset,
.tv-timetable input {
	 margin: 0; 
	 padding: 0; 
/* 	 font-family: Arial, Helvetica, sans-serif, "微軟正黑體","Microsoft JhengHei", 'Open Sans'; */
	 background: #f9f9f9;
}

.tv-timetable a {
	color: #000;
}

.tv-timetable a:link, .tv-timetable a:visited {
	text-decoration: none;
}

.tv-timetable a:hover {
	text-decoration: none;
}

.tv-timetable a.active {
	color: #fff;
	text-decoration: none;	
}

.tv-timetable#container {
	display: table;
	position: relative;
    margin: 20px auto;
	max-width: 1200px;
    height: auto;
}

.tv-timetable #weekcontrol {
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}

.tv-timetable .week {
	margin: 0px 1px 1px 1px;
	float: left;
	text-align: center;
	width: 33%;
	background: #eee;
	padding: 10px 0;
	cursor:pointer;
	line-height: 20px;
}

.tv-timetable .week.active {
	color: #fff;
	background: #435568;
	cursor:default;
}

.tv-timetable .week:hover {
	color: #fff;
	background: #435568;
}

.tv-timetable .daycol {
	display: table-cell;
	width: 14.05%;
	float: left;
	margin: 0px 1px;
	position: relative;
}

.tv-timetable .day {
	color: white;
/* 	background-color: #445568; */
	background-color: #868788;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	line-height:25px;
}
.tv-timetable .thiswk .day {
	background-color: #445568;
}
.tv-timetable .prevwk,
.tv-timetable .nextwk{display:none;}
.tv-timetable .thiswk{}

/*
.tv-timetable .day-lastweek, .tv-timetable .day-nextweek {
	color: white;
	background-color: #868788;
	padding: 5px;
	text-align: center;
	font-size: 18px;
}
*/

.tv-timetable .tbc {
	background-color: #435568;
    opacity: 0.4;
    width: 100%;
    z-index: 99;
    height: 100%;
    float: left;
    position: absolute;
}

.tv-timetable .morning {
}

.tv-timetable .morning .time {
	text-align: left;
	font-size: 14px;
	line-height:20px;
	font-family: Sans-Serif;
	color: #000;
	background-color: #DAEEF5;
	padding: 5px 10px;
}

.tv-timetable .morning .name {
	text-align: left;
	font-size: 16px;
	line-height:22px;
	font-family: Sans-Serif;
	color: #000;
	background-color: #E9F9FF;
	padding: 3px 10px 20px;
}

.tv-timetable .afternoon {
}

.tv-timetable .afternoon .time {
	text-align: left;
	font-size: 14px;
	line-height:20px;
	font-family: Sans-Serif;
	color: #000;
	background-color: #DAE7F5;
	padding: 5px 10px;
}

.tv-timetable .afternoon .name{
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-family: Sans-Serif;
	color: #000;
	background-color: #E9F3FF;
	padding: 3px 10px 20px;
}

.tv-timetable .night {
}

.tv-timetable .night .time {
	text-align: left;
	font-size: 14px;
	line-height:20px;
	font-family: Sans-Serif;
	color: #000;
	background-color: #dae1f5;
	padding: 5px 10px;
}

.tv-timetable .night .name {
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-family: Sans-Serif;
	color: #000;
	background-color: #f2f5ff;
	padding: 3px 10px 20px;
}


.tv-timetable .prog {
	max-height: 10%;
	color: #494949;
	background-color: #eee;
	border-bottom: 2px solid #FFF;
}

.tv-timetable .time {
	text-align: left;
	font-size: 14px;
	font-family: Sans-Serif;
	color: #000;
	background-color: #e6e7e8;
	padding: 5px 10px;
}

.tv-timetable img {
	width: 2%;	
}

.tv-timetable .time img {
	width: 14%;
	float: right;
	padding-right: 3px;
}

.tv-timetable .name {
	text-align: left;
	font-size: 16px;
	font-family: Sans-Serif;
	color: #000;
	background-color: #f1f1f2;
	padding: 3px 10px 20px;
}

.tv-timetable .remarks {
	width: 100%;
	display: inline-block;
}

.tv-timetable .remarks-logo {
	border-top: 5px solid #445568;
	padding-top: 15px;
/* 	float: right; */
	float: none;
	text-align: right;
	width:100%;
}

.tv-timetable .remarks-logo p {
	font-size:14px;
	margin: 5px 0;
	line-height: 30px;
}
.tv-timetable .remarks-logo .icon-wrap{
	white-space: nowrap;
}

.sectiongroup{display:inline-block;width:100%;}

@media (max-width: 1300px) {
	.tv-timetable#container {
		width: 100%;
		max-width: 988px;
	}
	
	.tv-timetable .prog {
		max-height: 12%;
	}
		
	.tv-timetable .time img {
		width: 20%;
		padding-right: 3px;
	}
	
	.tv-timetable img {
		width: 2.5%;
	}
	
	.tv-timetable .remarks {
		width: 100%;
	}
}

@media (max-width: 1050px) {
	.tv-timetable#container {
		max-width: 900px;
	}
	
	.tv-timetable .daycol {
		width: 14%;
	}
	
	
	.tv-timetable .remarks {
		width: 100%;
	}

	.tv-timetable .prog {
		max-height: 11%;
	}
}

@media (max-width: 950px) {
	.tv-timetable#container {
		width: 100%;
		max-width: 620px;
	}

	.tv-timetable .daycol {
		width: 24.66%;
	}
	
	.tv-timetable .time img {
		width: 16%;
		padding-right: 3px;
	}
	
	
	.tv-timetable img {
		width: 3%;
	}
		
	.tv-timetable .remarks-logo {
		text-align: right;
	}
}

@media (max-width: 740px) {
	.tv-timetable#container {
		width: 100%;
		max-width: 550px;
	}
	
	.tv-timetable .daycol {
		width: 49%;
	}
	
	.tv-timetable .time img {
		width: 9%;
	}
	
	.tv-timetable .week {
		width: 32.5%;
	}
}

@media (max-width: 660px) {
	.tv-timetable#container {
		width: 100%;
		max-width: 450px;
	}
	
	.tv-timetable .time img {
		width: 14%;
		padding-right: 5px;
	}
	
	.tv-timetable img {
		width: 5%;
	}
	
	.tv-timetable .daycol {
		width: 49%;
	}
	
}

@media (max-width: 480px) {
	.tv-timetable#container {
		width: 100%;
		max-width: 320px;
	}
	
	
	.tv-timetable .time img {
		width: 8%;
		padding-right: 3px;
	}
		
	.tv-timetable .daycol {
		width: 100%;
	}
	
	.tv-timetable .remarks {
		width: 100%;
	}
	
	.tv-timetable img {
		width: 7%;
	}
	
	.tv-timetable .week {
		width: 32.7%;
	}
	
}


@media screen and (max-width: 625px){
	section.timetable {
		background:none;
	}
}
.current *{color:red!important;}