/*
**********************************************
reset 
**********************************************
*/
html {
  font-size: 24px;
}
@media all and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 2px;
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: top;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: opacity .4s;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

a {
  width: 100%;
  height: auto;
  text-decoration: none;
  outline: none;
  transition: all .4s;
}

a:link, a:visited {
  color: #000000;
}

btn, label {
  outline: none;
}

button {
  cursor: pointer;
  cursor: pointer;
  background: inherit;
  border: none;
  color: #ffffff;
  padding: .5em 1em;
  font-size: inherit;
}

input[type="checkbox"] {
  background: #ffffff;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border: 1px solid #000000;
}
