@charset "UTF-8";
/* ===================================================================
CSS information
 style info :リンク設定、フォント関連、大枠
=================================================================== */
/* リンクの設定
-------------------------------------*/
a:link,
a:visited {
  color: #1C64B3;
  text-decoration: none;
}

a:hover,
a:active {
  color: #FF0000;
  text-decoration: underline;
}

/* フロート解除処理
-------------------------------------*/
/* for modern browser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* IE7 */
* + html .clfx {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
