html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, 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 {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #595757;
	font-family: Arial, Helvetica, "Microsoft JhengHei", Sans-Serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1 {
	font-size: 240%;
}

h2 {
	font-size: 180%;
	line-height: initial;
}

h3 {
	font-size: 130%;
}

body {
	line-height: 1.8em;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

select {
	font-family: 微軟正黑體, Arial;
	margin-right: 10px;
	padding: 2px;
}

* {
	box-sizing: border-box
}

p {
	width: 100%;
}

a:focus,
button:focus,
input[type="button"]:focus {
	position: relative;
	z-index: 10;
  outline: #c23616 dashed 3px !important;
  outline-offset: 1px;
}

/* 
a:focus{
	outline: none;
  box-shadow: 0 0 0 0.13rem rgba(234, 106, 2, 0.6) !important;
} */