@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
img,
strong,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tr,
th,
td,
embed,
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;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
	/*-- Resolved Chrome can't support minimate 12px font---*/
	bottom: auto;
	-webkit-text-size-adjust: none;
	/*google瀏覽器字體大小鎖定解除*/
}
ul{
	list-style-type: none;
}
a{
	color: #bbb;
}
a:active,a:hover,a.active,a:focus{
	color: #343434;
}
.active a{
	color: #343434;
}
a:hover{
	text-decoration: none;
}
input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border: 1px;
}

.clear {
	clear: both;
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: color 0.2s;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
	-webkit-transition: color 0.2s;
}

textarea,
input {
	outline: none;
}


body {
	margin: 0;
	font-family: '微軟正黑體';
	font-size: 14px;
}
