@charset 'UTF-8';

html * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
    word-break: break-all;
    min-width: 0;
    min-height: 0;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

body {
    overflow-x: hidden;
}

ul,
ol {
    list-style-type: none;
    list-style-position: outside;
}

a {
    text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
    color: inherit;
}

a,
button {
    cursor: pointer;
}

img,
iframe {
    max-width: 100%;
    height: auto;
}