@charset "utf-8";

*{
    padding: 0;
    margin: 0;
    font-style: normal;
    box-sizing: border-box;
}
input,select,textarea{
    font-family: inherit;
}
h1,h2,h3,h4,h5,h6,th,input,select,textarea{
    font-size: inherit;
    font-weight: normal;
}
input[type=text],input[type=password],input[type=button],input[type=submit],textarea{
    border-radius: 0;
    -webkit-appearance: none;
}
input[type=checkbox],input[type=radio],input[type=button],input[type=submit],label{
    cursor: pointer;
}
li{
    list-style-type: none;
}
table{
    border-collapse: separate;
    border-spacing: 0;
}
img,table,input,select,textarea,video,iframe,canvas{
    vertical-align: top;
}
img{
    border: none;
}
textarea{
    resize: none;
}
a{
    outline: none;
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
q:before,q:after{
    content: "";
}
i{
    font-style: normal;
}
b{
    font-weight: normal;
}
body{
    line-height: 1;
    letter-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap : break-word;
}
main{
    display: block;
}
