﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700');

a{
	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: #333;}
a:hover {text-decoration:none;color:#559e24;}
a:active {text-decoration: none;color: #333}
html,body {
	font-family:'Noto Sans TC',"微軟正黑體", sans-serif;
	-webkit-text-size-adjust:100%; 
	position: relative;
	width:100%; }
input,
select,
textarea {
	font-family:'Noto Sans TC',"微軟正黑體", sans-serif;}


*{-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;}
