body{line-height: 1; font-size: 100%;}

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;
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

th {
	font-weight: normal;
	text-align: left;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

a {
	/*hlbr: expression(this.onFocus=this.blur());*/
	text-decoration: none;
	cursor: pointer;
}

input,
select,
textarea,
button {
	outline: none;
	border-radius: 0;
	font-family: arial, "微軟正黑體";
}

input[type="number"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

button {
	padding: 0;
	cursor: pointer;
}

a:focus{background:#f7941d !important;}
input:focus{background:#f7941d;}
select:focus{background:#f7941d;}
button:focus{background:#f7941d;}
div:focus{background:#f7941d;}
textarea:focus{background:#f7941d;}
