@charset "utf-8";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
html{
    height:100%;
    width: 100%;
    font-family: "Microsoft JhengHei","open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input{
    outline: none;
    -webkit-appearance:none;
}
 body{
    background: #fff !important;
    height:100%;
    width: 100%;
    font-family: "Microsoft JhengHei","open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main{
    position: relative;
    min-height:100%; 
    padding-bottom: 30px;
    width:100%;
	overflow-x: hidden;
}
select{
    -webkit-appearance: none;
    -moz-appearance:none;
    outline: none;
    text-indent: 2px;
}
@media(max-width:768px){
    html{
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 16px;
    }
}
@media(max-width:360px){
    html{
        font-size: 14px;
    }
}

a{
	text-decoration:none!important;
    color: inherit;
}
button{
    outline:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul,li{
    list-style: none;
}
div :after {clear: both;}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
    color:#444;
}
a,a:hover,a:focus{
	color: inherit !important;
}
q:before,
q:after,
.clear:after {
    content:'';
}
abbr,acronym { border: 0;
}
ul{
    margin: 0;
    padding: 0;
}