@charset "UTF-8";

html {
  color: #000;
  background-color: transparent;
  background-image: none;
  overflow-y: scroll;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote {
  margin: 0;
  padding: 0;
}

input,
textarea,
th,
td {
  margin: 0;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

blockquote {
  background-color: #eee;
  display: block;
  padding: 12px;
  border-left: 5px solid #ddd;
  color: #333;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  all: unset;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}

button:hover {
  opacity: .8;
}