@charset "UTF-8";
/* CSS Document */
.textFundamental {
  color: #002f5f;
  font-size: 16px;
  font-family: sans-serif;
  vertical-align: 0px;
  font-weight: normal;
}
.textFundamentalUL {
  color: #002f5f;
  font-size: 16px;
  font-family: sans-serif;
  vertical-align: 0px;
  font-weight: bold;
  text-decoration: underline;
}
.textSmall {
  color: #002f5f;
  font-size: 14px;
  font-family: sans-serif;
  vertical-align: 0px;
  font-weight: normal;
}
.textStatement {
  color: #002f5f;
  font-size: 16px;
  font-family: sans-serif;
  vertical-align: 0px;
  font-weight: normal;
}
.textStatementIndicator {
  color: #002f5f;
  font-size: 18px;
  font-family: sans-serif;
  vertical-align: 0px;
  font-weight: normal;
}
.textStatementAdditionalNote {
  color: #002f5f;
  font-size: 16px;
  font-family: sans-serif;
  vertical-align: 0px;
  font-weight: normal;
}
.textStatementTitle {
  color: #002f5f;
  font-size: 18px;
  font-family: sans-serif;
  vertical-align: 0px;
  font-weight: bold;
}
a.buttonType2020:link { /*未訪問のリンク*/
  color: #002f5f;
  text-decoration: none;
}
a.buttonType2020:visited { /*訪問後のリンク*/
}
a.buttonType2020:hover { /*マウスをのせたとき*/
  background-color: #ffcc00;
}
a.buttonType2020:active { /*クリック中*/
}