@media (min-width: 992px) {
    .page_info_small {
        display: none;
    }
}
@media (max-width: 991px) {
    .page_info_large {
        display: none;
    }
}

.information_wrapper .subject {
    font-weight: bold;
    font-size: 130%;
    padding: 10px 0;
}
.information_wrapper .date {
    color: #888;
}
.information_wrapper .content {
    line-height: 1.5em;
    padding: 15px 0;
    font-size: 110%;
}

._custom06_open_map {
    margin: 0 20px;
}