@charset "UTF-8";
/* ===== 全体の設定 ===== */
body {
  *text-align: center;
  /*IE調整用*/
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 全体背景[変更可] */
#wrapper {
  background: #fff !important;
  padding: 0;
}

/* ===== コンテンツ ===== */
/* コンテンツ リンク色[変更可] */
#content a:link {
  text-decoration: underline;
  color: #005799;
}

#content a:visited {
  text-decoration: underline;
  color: #005799;
}

#content a:active {
  text-decoration: underline;
  color: #005799;
}

#content a:hover {
  text-decoration: none;
  color: #005799;
}

/* イベント名 リンク色[色変更可] */
#main .blockInEvent .bl-hot a,
#bottomBlock .topics .topicsTitle a {
  text-decoration: none;
  color: #005799;
}

/* ===== コンテンツ[以下に追加] ===== */
#wrapper {
  background: #f0f0f0;
}

h1, p, dl, dt, dd {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.center {
  text-align: center;
}

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

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ===== project settings ===== */
@media screen and (min-width: 641px) {
  header.is-pagetop .js-common-burger > i > svg {
    fill: #FFF;
  }
}