@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

/* input {
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=search]::-webkit-search-cancel-button {
  display: none !important;
} */

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}