/* navigator bar */

body{
	padding: 0 0;
	margin: 0 0;
}



/* introduction content*/
/*課程介紹*/
.content_title{
	padding: 30px 0px;
	text-align: center;
	font-size: 22px;
	color: #00090C;
	font-weight: 900;
}
/*summer school課程表*/
.content_subtitle{
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #C7C7C7;
	margin-top: 5px;
}
div.info {
	margin: 20px auto;
	text-align: center;
	padding-top: 50px;
}
div.info, div.info>a, div.info>a:link, div.info>a:hover, div.info>a:visited {
	color: #000;
}

div>ul.nav.nav-pills {
	float: left;
	margin: 0 0 20px 38%;
	vertical-align: middle;
	width: 280px;
}

ul.nav-pills>li>a, ul.nav-pills>li>a:hover, ul.nav-pills>li>a:active {
	color: #000;
	font-size: 19px;
	font-weight: 700;
	margin: 0 15px;
	padding: 5px 10px;
}
#mid, #sou {
	display: none;
}
table.schedule {
	width: 100%;
}
table.schedule>tbody>tr>td, table.schedule>tbody>tr>th {
	color: #000;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border: 1px solid #000;
}
table.schedule>tbody>tr>th.empty {
	border: 1px solid transparent;
	border-bottom: 1px solid #000;
}
th#d822 {
	background-color: #BF463A;
	color: #fff;
}
th.t822 {
	background-color: #ED9188;
}
th#d823 {
	background-color: #CC6600;
	color: #fff;
}
th.t823 {
	background-color: #DD8E4E;
}
th#d824 {
	background-color: #0EA084;
	color: #fff;
}
th.t824 {
	background-color: #4DBC8A;
}
th#d825 {
	background-color: #1EAAC1;
	color: #fff;
}
th.t825 {
	background-color: #69C0CC;
}
th#d826 {
	background-color: #0D75A3;
	color: #fff;
}
th.t826 {
	background-color: #2B9AC1;
}
th#d827 {
	background-color: #343D93;
	color: #fff;
}
th.t827 {
	background-color: #2E75BC;
}
th#d828 {
	background-color: #5E3EAD;
	color: #fff;
}
th.t828 {
	background-color: #785CC6;
}
table.schedule>tbody>tr>td {
	background-color: rgb(254, 240, 193);
}

@media (max-width: 1024px) {
	div>ul.nav.nav-pills{
		margin: 0 0 20px 36%;
	}
}
@media (max-width: 991px) {
	div>ul.nav.nav-pills{
		margin: 0 0 20px 31%;
	}
}
