@charset "UTF-8";
/* ---------------------------------------*/
/* Reset Style */
/* ---------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

i {
  font-style: italic;
}

em {
  font-family: "ＭＳ ゴシック",sans-serif;
  font-style: italic;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, object {
  border: 0;
  vertical-align: bottom;
}

textarea {
  font-size: 100%;
}

sup {
  font-size: smaller;
  font-weight: inherit;
  vertical-align: super;
}

sub {
  font-size: smaller;
  font-weight: inherit;
  vertical-align: sub;
}

@namespace html url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http") {
  object, embed {
    outline: none !important;
  }
}

/* ---------------------------------------*/
/* Base */
/* ---------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0 20px;
  color: #4D4D4D;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
}

@media screen and (max-width: 767px) {
  body {
    padding: 0;
    font-size: 16px;
  }
}

* html body, *:first-child + html body {
  font-size: 75%;
}

/* under IE6 */
/* IE7 */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

strong, b {
  font-weight: bold;
}

a, font, span {
  font-weight: inherit;
}

img, object {
  border: 0;
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

a:link, a:visited {
  color: #00539e;
  text-decoration: underline;
}

a:hover, a:active {
  color: #00539e;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a:hover, a:active {
    text-decoration: underline;
  }
}

/* ---------------------------------------*/
/* Modules */
/* ---------------------------------------*/
.clearfix {
  zoom: 1;
  /* for IE 5.5-7 */
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
