@charset "UTF-8";

/* ───────────────────────────────────────────────────────────── Reset */

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, code, del, dfn, em, img, ins,
small, strong, sub, sup, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
margin:0;
padding:0;
}
html {
overflow-x:hidden;
}
body {
line-height:1em;
}
ol, ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
table, table th, table td {
border-collapse:collapse;
border-spacing:0;
border:none;
}
a {
text-decoration:none;
outline:none;
}
img {
vertical-align:bottom;
}
hr {
display:none;
}
address {
font-style:normal;
}