@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
main,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
button,
textarea,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
picture {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  overflow: hidden;
}

a:hover,
a:focus,
a:active,
a:hover::before,
a:hover::after,
a:focus::before,
a:focus::after,
a:active::before,
a:active::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

picture {
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}