<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 行動版面: 480px 以下。 */
#TNav
 {
	display: none;
	text-align: center;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#footer2 {
	display: block;
	text-align: center;
}


/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {
#TNav
 {
	display: block;
	text-align: center;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}

#footer2 {
	text-align: center;
	display: none;
}

}

/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 880px) {
#TNav
 {
	display: block;
	text-align: center;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}


}
</pre></body></html>