@charset "UTF-8";

/* =============================================================================
   Initializer
============================================================================= */

/* 1.Elements
----------------------------------------------- */
html {
  height: 100%;
  margin-bottom: 1px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  /*background-color: #ffffff;*/
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
input, textarea, select, option {
  font-size: 100%;
}
input, select {
    vertical-align: middle;
}
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;
}

