@import url('./reset-josh.css');

body {
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    sans-serif;
}

body,
p,
ul,
td,
th {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
button,
input[type='checkbox'],
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}

a {
  color: unset;
  text-decoration: none;
}

button {
  border: none;
}

input[type='button'],
input[type='submit'] {
  border: none;
}
