/*------------------------------------------------------------------------------
reset
------------------------------------------------------------------------------*/
html {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}
body {
  background: #fff;
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  margin: 0;
  padding: 0;
}
a {
  color: #666;
  text-decoration: none;
  letter-spacing: 0.1em;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: vertical;
}
button {
  border: none;
  cursor: pointer;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}