@charset "utf-8";

/* Reset CSS */

*{
    margin: 0;
    padding: 0;
}

body{
    color: #222;
}

a{
    text-decoration: none;
    color: #222;
}

input{
    outline: none;
}

img{
    max-width: 100%;
}