@charset "UTF-8";

/*==============================================================================
 * Reset Default Style
 *----------------------------------------------------------------------------*/
body, div, p, pre, blockquote, th, td,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
iframe, object, embed {
  margin: 0;
  padding: 0;
  border: none;
}

ul, ol {
  list-style-position: outside;
  list-style-type: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  margin: 0;
  font-size: 1em;
}

* {
  word-break: break-all;
}

*:first-child+html table {
  border-collapse: collapse;
}

* html table {
  border-collapse: collapse;
}

th, td {
  vertical-align: middle;
}

address, cite, caption, th, del, ins,
abbr, acronym, dfn, em, strong,
code, kbd, samp, var {
  border: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: baseline;
}

a img {
  vertical-align: text-bottom;
}

* html a img {
  vertical-align: baseline;
}

br {
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

form, fieldset, input, textarea {
  margin: 0;
}

form, fieldset {
  padding: 0;
}

fieldset {
  border: none;
}

form p {
  margin: 0;
  padding: 0;
}

