/*Reset CSS*/
body, html, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, blockquote, th, td { 
	margin: 0; 
	padding: 0;
}
img { 
	border: 0;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}
/*去除 Chrome focus 外框*/
button:focus,
input:focus,
textarea:focus,
select:focus,
a:focus {
	outline: 0;
}
/*去除 iOS input 默認樣式*/
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type=text],
input[type=search],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
/*清除 IE 默認選擇框樣式，隱藏下拉箭頭*/
select::-ms-expand { 
	display: none; 
}
/*去除 IE 10+ 本文框後面小叉叉*/
input::-ms-clear {
    display: none;
}
/*去除input[type=search]後面的小x*/
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
/* 去除input預設藍色框框 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
/*HTML5 tag*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section { 
	display: block;
}
/*Reset CSS end*/
/* Base Start*/
*{
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Arial, Verdana, sans-serif, 微軟儷黑體, 微軟正黑體, Microsoft JhengHei;
    text-decoration: none;
    list-style: none;
	box-sizing: border-box;
}
body{
    position: relative;
}
/* Base End*/

h2{
	font-size: 20px;
	line-height: 28px;
}
h3{
	font-size: 18px;
	line-height: 24px;
}
h4{

}
h5{
	font-size: 16px;
	line-height: 24px;
}
h6{
	font-size: 16px;
	line-height: 24px;
}
