@charset "utf-8";
*,
:before,
:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    letter-spacing: 0;
    vertical-align: baseline;
}

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

body {
    line-height: 1.0;
}

ul,
ol {
    list-style: none;
}

br {
    letter-spacing: normal;
}

a,
select,
button,
input[type="submit"],
input[type="image"] {
    cursor: pointer;
}

img,
iframe {
    vertical-align: bottom;
}

th {
    text-align: left;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    min-height: 1%;
    /* display: inline-block; */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

body>img[height="1"] {
    position: absolute;
}

img {
    height: auto;
}
