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, font, 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,
caption, tbody, tfoot, thead {
	font-family: "Microsoft JhengHei", 微軟正黑體,  "Microsoft YaHei", 微軟雅黑體, Verdana, Sans-serif;
}
div, ul, li, table,tr, th, td, button
{
	font-family: "Microsoft JhengHei", 微軟正黑體,  "Microsoft YaHei", 微軟雅黑體, Verdana, Sans-serif;
}
body {
	font-size: 100%;
	font-family: Microsoft JhengHei,Roboto,sans-serif,Consolas;
	overflow-x: hidden !important;
}
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Microsoft JhengHei", 微軟正黑體,  "Microsoft YaHei", 微軟雅黑體, Verdana, Sans-serif;
}
.hide{
	display: none;
}
.pointer{
	cursor: pointer;
}

@media (max-width: 767px){
	.mobile-mt-15{
		margin-top: 15px;
	}
}