@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, button, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
li {
  list-style: none;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
input, textarea, select {
  *font-size: 100%;
}
button {
  border: 0;
  cursor: pointer;
}
.jikoku-btn, .reload-btn, .re-btn{
  border: 0;
  cursor: pointer;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border-style: none;
}
