/*
========================
======================== RESSET
========================
*/

*{
    margin: 0;
    padding: 0;
    outline: 0;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;

    line-height: 16px;
    letter-spacing: 0em;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

b,
strong {
    font-weight: bold;
}

ul {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

