* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  word-break: keep-all;
}

header,
footer,
nav,
aside,
section,
article {
  display: block;
}

body {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 1.6;
}

ol,
ul {
  list-style-type: none;
}

a,
a:hover {
  color: #222;
  text-decoration: none;
}

img {
  width: 100%;
  border: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  border: 1px solid #ddd;
  border-width: 1px 0;
}

.blind {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.wrap {
  width: 70%;
  max-width: 1500px;
  margin: auto;
}
/*# sourceMappingURL=reset.css.map */