﻿@charset "utf-8";

/* 背景変更用css */
div.wrapper div#news_color {
    background-image: url(../../../uploads/2023/paper_moon_full_doifc/bg.png);
    background-size: contain;
}

div.container {
    background-image: url(../../../uploads/2023/paper_moon_full_doifc/bg.png);
    background-size: contain;
}

main, main .article {
    background: none;
}

/* 文字色更用css */
.notice {
    color: #bb1403;
    font-weight: bold;
}

div.article p {
    color: #05183c;
}

.news_detail .title {
    color: #05183c;
}

.attention{
border-color: #8E92C4
}

