﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
	min-width: 480px;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	text-align: left;
	vertical-align: middle;
}
input, textarea, button, a, html, body {
    font-family: 'Microsoft JhengHei', 'Microsoft JhengHei', '微軟正黑體', 'Heiti TC', 'PMingLiU', 新細明體 !important;
	font-size: 18px;
    color: #434343;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #f16527;
}
button {
	cursor: pointer;
}
input,
select,
textarea,
button {
	border-radius: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
textarea {
	overflow: auto;
	resize: none;
}
img {
	border: 0;
	vertical-align: middle;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #434343;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #434343;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #434343;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #434343 !important;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
    filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}