@charset "utf-8";

/* ----------------------------------------------------
		追加
---------------------------------------------------- */

/* 共通 */
.message.error {
    color: red;
}
.pager ol li.current {
    background-color: #1a6fba;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.9rem;
    color: #1a6fba;
    border-radius: 50%;
    line-height: 1;
}

/* お知らせ */
.ico-search-w::before {
    content: url(/assets/img/common/ico_search_w.svg);
}


