main h3 {
    font-size: 1.6rem;
    margin-top: 24px;
    margin-bottom: 8px;
}

.l-box-report {
    width: 24%;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.reportitem {
    display: block;
    padding: 16px;
    transition: 0.3s;
}

.reportitem:hover {
    text-decoration: none;
    background-color: rgba(129, 189, 32, 0.2);
}

.reportimage {
    margin-right: 20px;
    margin-top: 8px;
    border: solid 1px #ac9a85;
}

.new {
    background-image: url(img/icon_newreport.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.pager {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}