@charset "UTF-8";

/*================================================================
global reset
================================================================*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
p, th, td, address {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-style: normal;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

select option {
  padding: 0 5px;
}

form label {
  cursor: pointer;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
