@charset "UTF-8";

/* =============================================================================
   Initializer
============================================================================= */

/* Elements
----------------------------------------------- */
html, body, div, span, object, 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.2%;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  /*padding: 0;*/
  font-size: 100%;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
}
html {
  height: 100%;
  margin-bottom: 1px;
}
body {
  background-color: #ffffff;
  font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  font-weight: normal;
}
input, textarea, select, option {
  font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type=checkbox], input[type=radio] {
  margin-right: 4px;
}
html[xmlns] label {
  display: inline-block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
caption, th, td {
  font-weight: 400;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
ul, ol, dl {
  margin: 0;
}
ul {
  list-style-position: outside;
}
li {
  margin-left: 20px;
  line-height: 1.4;
}
hr {
  height: 1px;
  margin: 7px 0px;
  _margin: 0px 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
em {
  font-style: italic;
}
