/* 未作成のページへのリンク色を赤にする */
a.link_ne {
    color: #ff0000 !important; /* 文字色を赤に */
    text-decoration: underline; /* 下線を引く */
}

a.link_ne::after {
    color: #ff0000 !important; /* ?マークを赤に */
    font-weight: bold; /* 太字に */
}