@charset "utf-8";

/*--------------------------------------------------------------------------------------------------------------------*/
/* reset */
/*--------------------------------------------------------------------------------------------------------------------*/

* {
    outline-color: transparent;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}

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

body {
    overflow-x: hidden;
    position: relative;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end reset */
/*--------------------------------------------------------------------------------------------------------------------*/