/*@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}*/
/*@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);*/

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a {
	margin:0;
	padding:0;
	color: #004990;
	font-size:100%;
	text-decoration: underline;
	vertical-align:baseline;
	background:transparent;
  /*-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
	transition: all 0.5s;*/
}

ol, ul, li { list-style:none; }

/* change colours to suit your needs */
ins { background-color:#ff9; color:#000; text-decoration:none; }


/* change colours to suit your needs */
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }


/* change border colour to suit your needs */
hr {
	display:block;
	padding:0;
  margin:0;
	height:1px;
	border:0;
	border-top: solid 1px #ccc;
}
input, select { vertical-align:middle; }
/* textarea:focus, input:focus{ outline: none; } */
input:focus, textarea:focus, select:focus {
outline-offset: 0px !important;
outline: none !important;
}

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    color: #222;
    font-family:'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', 'Roboto', sans-serif, vadana;
    -webkit-text-size-adjust:none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: #222;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}


img { line-height: 0; }
