@charset "UTF-8";

body {
    font-family: "Yu Gothic", YuGothic,'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

/*  link
-----------------------------------------------------------------------------*/
a {
    color: #1F60B1;
    text-decoration: none;
}

a:visited {
    color: #0a62d0;
    text-decoration: none;
}

a:hover {
    color: #d71d1d;
    text-decoration: underline;
}

a img { border: 0; }

/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }

/*  float
-----------------------------------------------------------------------------*/
.fl { float: left; }
.fr { float: right; }

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

.transparent{
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.transparent:hover{
    opacity: 0.7;
}