@charset "utf-8";


.kiyakubox {
    display: inline-block;
    text-align: right;
    line-height:20px;
    width:100%;
    margin-bottom: .5em;

}
    .kiyakubox > a {
        font-size:11pt;
        color:#000000;
        text-decoration: none;
        margin-left:5px;
    }
    .kiyakubox > a::before {
        content: "";
        /* width: 16px; */
        height: 19px; 
        display: inline-block;
        /* background: url("../images/PDF_16.png") no-repeat center center;; */
        background-size: contain;
        vertical-align: top;
        margin-right:3px;
    }
    .kiyakubox > a:hover{
        text-decoration:underline;
    }

