﻿@charset "utf-8";
/*載入字體
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
    */

html,body{
	width: 100%;
    max-width: 1920px;
    /*height:100%;*/
    position:relative;
    background-color: #FFF;
    font-family: 'Noto Sans TC', Arial , 'Microsoft JhengHei'; 
}

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

a {
    color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 100%;
    font-weight: normal;
}

h1 {font-size: 50px;
}
h2 {font-size: 36px; 
}
h3 {font-size: 30px;
}
h4 {font-size: 26px;
}
h5 {font-size: 20px;
}
h6 {font-size: 18px;
}
p {font-size: 16px;
}
footer{
    background: #8f8f8f;
    color: #d9d9d9;
    text-align: center;
    font-size: 16px;
    padding: 8px 0 11px;
}