@charset "UTF-8";

/*! = $rembase: 16px
--------------------------------------------------------------
* hmtl { font-size: 100%; }
* body { font-size: 16px; font-size: 1rem; line-height: 1; }
* 4px       0.25rem
* 8px       0.5rem
* 12px      0.75rem
* 14px      0.875rem
* 16px      1rem
* 18px      1.125rem
* 20px      1.25rem
* 22px      1.375rem
* 24px      1.5rem
* 32px      2rem
* 36px      2.25rem
* 48px      3rem
* 64px      4rem
* 72px      4.5rem
*/


*, *:before, *:after {
    margin: 0;
    padding: 0; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-size: 1em;
    font-weight: normal; 
}

img {
    border-style: none;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #333;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    tab-size: 4;
}