@charset "utf-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  box-sizing: border-box
}

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

li {
  list-style: none
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: 0 0;
  cursor: pointer
}

a:hover {
  text-decoration: none
}

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

br {
  line-height: 0
}

img {
  border: none;
  line-height: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto
}

iframe {
  border: 0;
  vertical-align: bottom
}