@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* global
***********************/
body {
  color:#4c4c4c;
  border: none;
  font: 12px / 1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-family: tbudrgothic-std, sans-serif;
}

img {
  vertical-align: top;
}

a, a:hover {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

table {
  width: 100%;
}

/* other
***********************/
.blueHeader h1 {
  font-size: 24px;
  font-weight: 700;
}

/* 追従headerを非表示 */
.changeAreaWrap {
  display: none !important;
}

/* 追従footerを非表示 */
.footerFixArea {
  display: none !important;
}

#yearArea {
  width: 650px;
  margin: 10px auto 80px;
}
@media screen and (max-width: 767px) {
  #yearArea {
    width: 100%;
    margin-bottom: 40px;
  }
}

.yearTit {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .yearTit {
    width: 90%;
    margin: 0 auto 25px;
    text-align: left;
    font-weight: 400;
  }
}