@charset "UTF-8";

/* =============================================================================
   Initializer
============================================================================= */

/* Elements
----------------------------------------------- */
/*
iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, checkbox {
  margin: 0;
  padding: 0;
  border-style: none;
  font-size: 100%;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
*/
html {
  height: 100%;
  margin-bottom: 1px;
}
body {
  background-color: #ffffff;
  font-size: 100%;

}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
input, textarea, select, option {
  font-size: 100%;
}
input[type=checkbox], input[type=radio] {
  margin-right: 4px;
}
html[xmlns] label {
  display: inline-block;
}
table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
caption, th, td {
  font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
dl {
  margin: 0;
  padding: 0;
}
em {
  font-style: italic;
  font-family: sans-serif;
}
