@charset "UTF-8";

.lib p.lib-date {
    line-height: 1.6;
    font-size: 1.2em;
    padding: 0.5rem 0;
}
.lib-btn {
    width: 100%;
    height: 5.2rem;
    position: relative;
    display: table;
    background-image: url(/sp/page/fukuokainfo/images/lib/btn_library.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.lib-btn a {
    display: table-cell;
    word-break: break-all;
    white-space: normal;
    padding: 0 4rem 0 1rem;
    color: #fff;
    line-height: 1.5;
    font-size: 1.1em;
    font-weight: bold;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 5rem;
    vertical-align: middle;
} 