@charset "utf-8";
/* CSS Document */
*{
    font-family: Microsoft JhengHei, Arial;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,p{
    margin:0px;
    padding:0px;
}
ul,ol{
    list-style:none;
}
a img{
    border:none;
}
a{
    text-decoration:none;
}
select,
input[type='tel'],
input[type='email'],
input[type='number'],
input[type='text'],
input[type='password'],
input[type='search'],
input[type='button'],
button,
textarea{
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
}
input[type='tel']::-ms-clear,
input[type='email']::-ms-clear,
input[type='number']::-ms-clear,
input[type='text']::-ms-clear,
input[type='password']::-ms-clear,
input[type='search']::-ms-clear,
input[type='button']::-ms-clear {
    display: none;
}