<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Caveat&amp;display=swap');
a{
	cursor:pointer;
	transition-property:all 0.3s;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */}

a:link,
a:visited  {text-decoration:none;color: #020202;}
a:hover {text-decoration:none; 	color:rgb(144, 146, 146);}
a:active {text-decoration: none;color: #7499b8}
html,body {
	font-family:"微軟正黑體", cursive;
	/* font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; */
	-webkit-text-size-adjust:100%; 
	width:100%;
	/* height:100%; */
	color:#464646;
	background:#f7f8f9;
	/* background: #f7f8f9 url('../images/bg.png') repeat; */
}
address{
	font-style:normal;}

li{
	list-style: none;
	/* cursor: pointer; */
}

ul{
	margin: 0;
    padding: 0;
}
input,
select,
textarea,
div,
span,
a,
button,
td{
/*	font-family:'Ubuntu Mono',"微軟正黑體", cursive;*/
	font-family:"微軟正黑體", cursive;
}


*{-webkit-box-sizing:border-box;moz-box-sizing: border-box;box-sizing:border-box}
img{vertical-align:middle; border:0px; max-width:100%; height:auto }
.clear { clear:both; height:1px; line-height:1px;}

.embed-container{
	width:100%;
	height:0px;
	line-height:normal;
	padding-bottom:56.25%;
	position:relative;
	overflow:hidden;}
.embed-container iframe{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;}



/*頁碼*/
.manu {
	text-align:center; 
	font-weight:normal;  
	font-size:14px; 
	width:100%;
	overflow:hidden;
	margin-top:35px;
	position:relative;}
.manu span{
	display:inline-block; 
	font-weight:bold;
	padding:2px 10px; 
}
.manu span.current {
	color:#ff5d0f; 
}
.manu a{
	padding:2px 10px; 
	color: #0f0f0f;  
	text-decoration: none; 
	/* background:#ff6011dc; */
	line-height:23px; 
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative}
.manu a:hover {	 color: #FFFFFF;  background:#f76a24; }
.manu a:active { color: #FFFFFF; }
.manu i,
.manu svg{
	padding:0px 10px}
</pre></body></html>