@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    font-style: normal;
}

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

blockquote,
body,
button,
dd,
div,
dl,
dt,
embed,
fieldset,
form,
li,
object,
p,
pre,
table,
td,
th {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    background-attachment: scroll;
    overflow-y: scroll;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

a img {
    border-style: none;
    border: 0;
    font-size: 0;
}

a {
    cursor: pointer;
    color: #000;
    outline: medium none;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

:focus,
a:focus {
    outline: 0;
}

:after {
    clear: both;
}
h1,h2,h3,h4,h5 {
  font-weight: 300;
}
button,
input,
select,
textarea {
    background: 0 0;
    border-radius: 0;
    font: inherit;
    outline: 0;
}

textarea {
    resize: vertical;
}


/* input[type=checkbox],
input[type=radio] {
    appearance: auto;
} */

button,
input[type=button],
input[type=submit],
label,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}
audio, canvas, progress, video {
    display: inline-block;
}