﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap');
@import url('https://fonts.googleapis.com/css?family=Caveat&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: #74b88d;}
a:hover {text-decoration:none; 	color:#4C785C;}
a:active {text-decoration: none;color: #74b88d}
html,body {
/*	font-family:'Ubuntu Mono',"微軟正黑體", cursive;*/
	font-family:"微軟正黑體";
	-webkit-text-size-adjust:100%; 
	width:100%;
	height:100%;
	color:#464646;
	background:#ebf8ef;/*30%*/
	background:#f2fbf4;/*20%*/}
address{
	font-style:normal;}


input,
select,
textarea {
/*	font-family:'Ubuntu Mono',"微軟正黑體", cursive;*/
	font-family:"微軟正黑體";}


*{-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; 
	color:#74b88d;  
	font-size:14px; 
	width:100%;
	overflow:hidden;
	margin-top:35px;
	position:relative;}
.manu span{
	display:inline-block; 
	padding:0px 6px;
	font-weight:bold;
	margin:2px;}
.manu a{
	padding:5px 16px;  
	margin:2px 8px; 
	color: #FFFFFF;  
	text-decoration: none; 
	background:#74b88d;
	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:#4C785C; }
.manu a:active { color: #FFFFFF; }
.manu i,
.manu svg{
	margin:0px 16px}
