/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html {font-size:62.5%;}
body {
    font-family: '微軟正黑體',sans-serif;
    *font-size: small;
    *font: x-small;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
}
header {
    font-family: '微軟正黑體',sans-serif !important;
    *font-size: small !important;
    *font: x-small !important;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
}
table {
    font-size: inherit;
}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


*, *:before, *:after{ box-sizing:border-box; }

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, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/*背景沒連結時用*/
.myMOUSE {
	cursor: default;
}
.error {
	font-size: 12px;
	color: #fc7314;
}
.HLMLwrite{
}
    input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="text"], input[type="submit"], button {
    border: 0;
    background: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}