@charset 'utf-8';

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
cite,
blockquote,
u,
i,
dl,
dt,
dd,
ul,
ol,
li,
select,
option,
input,
textarea,
button,
table,
th,
td,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

address {
  font-style: normal;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

em,
i {
  font-style: normal;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  border: none;
}

ul,
li {
  list-style: none;
}
