@charset "utf-8";
/* CSS Document */

/*------------------------
ver:1.01 20180207
------------------------*/
* {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
a, img, abbr, acronym, fieldset {
  border: 0;
  outline: none;
  text-decoration: none;
}
em, strong, dfn, code, var, cite, input, select, textarea, button, optgroup, option, address, th, caption {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
}
input, select, textarea, button, optgroup, option {
  font-family: inherit;
  *font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
th, td {
  vertical-align: top;
}
th, caption {
  text-align: left;
}
abbr, acronym {
  font-variant: normal;
}
ins, del {
  text-decoration: none;
}
sub, sup {
  vertical-align: baseline;
}
q:before, q:after {
  content: '';
}
div, p, ul, ol, li, dl, dt, dd, th, td, h1, h2, h3, h4, h5, h6 {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.font-meiryo {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
}
body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/*floating box clear*/
.clr:after, .mc:after, .ms:after, .multi_section:after, .multi_column:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.clr, .mc, .ms, .multi_section, .multi_column {
  display: inline-table;
  min-height: 1%;
}

/*hide from mac ie5 \*/
.clr, .mc, .ms, .multi_section, .multi_column {
  display: block;
}
/*end Hide from mac ie5*/

/*hide text*/
.hidetxt, .hd {
  overflow: hidden;
  text-indent: -9999px;
}
.hidetxt a, .hd a {
  overflow: hidden;
}
/*hide table*/
.hidden-table {
  display: none;
}
