/* グローバルナビゲーション */
.plone-navbar {
    background-color: #a61927;
}
.plone-nav li a:hover,
.plone-nav li a:focus {
    background-color: #b74652;
}
.plone-navbar-nav .current > a,
.plone-navbar-nav .current > a:hover,
.plone-navbar-nav .current > a:focus {
    background-color: #b74652;
}
.plone-nav li ul li a {
    background-color: #a61927;
}
.plone-nav li label::after {
    background: #b74652;
}
@media (min-width: 992px) {
    .plone-navbar-nav .has_subtree.inPath > a,
    .plone-navbar-nav .has_subtree.inPath > a:hover,
    .plone-navbar-nav .has_subtree.inPath > a:focus {
        background-color: #b74652;
    }
}
/* フッタ */
#portal-footer-wrapper {
    background-color: #a61927;
}
/* イベント一覧 */
.template-event_listing .vevent span.cal_month {
    background-color: #b74652;
}
/* パンくず */
.plone-breadcrumb ol a,
.plone-breadcrumb ol span {
    color: #505050;
}
/* お知らせ等 */
#content-core .topic-entry a,
#content-core .blog-entry a,
#content-core .cal_info a,
#content-core .topic-more a {
    color: #434343;
}