@charset "utf-8";
body,ul,ol,dd,p,h1,h2,h3,h4,h5,h6,input,textarea,select{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
input{
    outline: none;
    border: none;
}
button {
    outline: none;
}
ul,ol{
    list-style: none;
}
img{
    border: none;
    vertical-align: top;
}
a{
    text-decoration: none;
    color: black;
}
.clearfix:after,
.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}





