@charset "utf-8";
/* CSS Document */

.financeBox a{
    text-decoration: none;
}
.financeBox a.clm:hover{ 
    opacity: 0.7;
    background-color: aqua;
} 

.topFinance .contBox .head.jyunbisuru:before {
    content: "\e9a0";
    font-family: yubin;
}
.topFinance .contBox .head.sodateru:before {
    content: "\e99e";
    font-family: yubin;
}
.topFinance .contBox .head.nokosu:before {
    content: "\e9a1";
    font-family: yubin;
}
.topFinance .contBox .head.sonaeru:before {
    content: "\e99f";
    font-family: yubin;
}