<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**  繝倥ャ繝繝ｼ繝｡繝九Η繝ｼ **/
#nav-menu {
    position: fixed;
    width: 100%;
    margin-top: 50px;
    z-index: 990;
    min-height: 40px;
}

.navbar-xs #nav-menu {
    margin-top: 28px;
}

.navbar-sm #nav-menu {
    margin-top: 40px;
}

.nav-header {
    max-width: none !important;
    min-width: 1170px;
    background: #1B2B82;
    border-bottom: none;
}

.nav-header a {
    color: #FFFFFF;
}

.nav-header .btn-default {
    color: #333;
    border-color: #adadad;
}

.nav-header .nav li &gt; a .caret,
.tnav .nav-header .nav li &gt; a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-header .nav &gt; li.dropdown.open.active &gt; a:hover {
}

.nav-header .nav &gt; li.dropdown.open &gt; a {
    color: #fff;
    background-color: #1B2B82;
    border-color: #fff;
}

.nav-header .nav &gt; li.dropdown.open.active &gt; a:hover .caret,
.tnav .nav-header .nav &gt; li.dropdown.open &gt; a .caret {
    border-top-color: #fff;
}

.header-top .navbar-brand {
    color: #fff;
}

.header-top .nav.pull-right {
    margin-left: 10px;
    margin-right: 0;
}

.navbar-xs .nav-header {
    min-height: 28px;
    margin-bottom: 0px;
}

.navbar-xs .nav-header .navbar-brand {
    padding: 0px 12px;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
}

.navbar-xs .nav-header .navbar-nav &gt; li &gt; a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 28px;
}

.navbar-sm .nav-header {
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-sm .nav-header .navbar-brand {
    padding: 0px 12px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}

.navbar-sm .nav-header .navbar-nav &gt; li &gt; a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 40px;
}

/** 繝代Φ縺上★繝ｪ繧ｹ繝郁ｨｭ螳� */
.breadcrumb-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.breadcrumb-navi {
    color: #555555;
    font: 600 0.9em 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    list-style: none outside none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: calc(100% + 20px);
}

.breadcrumb-navi li {
    float: left;
    line-height: 30px;
}

.breadcrumb-navi li a {
    display: block;
    float: left;
    padding: 0 10px 0 20px;
    text-decoration: none;
    outline: none;
    position: relative;
}

.breadcrumb-navi li a:after {
    border-right: 1px solid #BBBBBB;
    border-radius: 2px;
    content: " ";
    display: block;
    height: 15px;
    margin-left: auto;
    margin-right: -15px;
    margin-top: -15px;
    position: relative;
    transform: skew(-30deg);
    width: 1px;
}

.breadcrumb-navi li a:before {
    border-right: 1px solid #BBBBBB;
    content: " ";
    display: block;
    float: right;
    height: 16px;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: -15px;
    transform: skew(30deg);
    width: 1px;
}

.breadcrumb-navi li:first-child a {
    padding-left: 15px;
}

.breadcrumb-navi li.active {
    color: #1B2B82;
    padding-left: 20px;
    width: calc(100% + 20px);
}

.breadcrumb-navi li.active a::after {
    border-left: red 30px solid;
}

.breadcrumb-navi li a:hover {
    color: #1B2B82;
}

/** subnav */
.subnav-fixed {
    position: fixed;
    top: 90px; /* 繝倥ャ繝縺ｮ鬮倥＆繧呈欠螳� */
    left: 0;
    right: 0;
    z-index: 980;
    padding-top: 8px;
    background-color: #FFFFFF;
}

.navbar-xs .subnav-fixed {
    top: 68px; /* 繝倥ャ繝縺ｮ鬮倥＆繧呈欠螳� */
}

.navbar-sm .subnav-fixed {
    top: 80px; /* 繝倥ャ繝縺ｮ鬮倥＆繧呈欠螳� */
}

.subnav-container &gt; .container-fluid {
    padding: 0;
    margin: 0;
}

.subnav-main-container {
    height: 44px;
    background-color: #777777;
    padding: 5px 0px 5px 0px;
}

.navbar-xs #content {
    padding-top: 113px;
}

.navbar-sm #content {
    padding-top: 125px;
}

.navbar-xs .navbar .navbar-right {
    height: 28px;
    display: table;
}

.navbar-sm .navbar .navbar-right {
    height: 40px;
    display: table;
}

.navbar-xs .navbar .navbar-right .navbar-form,
.navbar-sm .navbar .navbar-right .navbar-form {
    float: none;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
}

.nav-justified {
    max-width: none !important;
    width: 1170px;
    padding-left: 0px;
}

.nav-justified .navbar-nav {
    border-left: 2px solid #FFFFFF;
}

.dropdown-submenu {
    position: relative;
}

.nav-justified .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
}

/** 繧ｵ繝悶Γ繝九Η繝ｼ */
.nav.navbar-nav .dropdown-submenu &gt; .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.nav.navbar-nav .dropdown-submenu:hover &gt; .dropdown-menu {
    display: block;
}

.nav.navbar-nav .dropdown-submenu &gt; a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-width: 0;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.nav.navbar-nav .dropdown-submenu:hover &gt; a:after {
    border-left-color: #fff;
}

.nav.navbar-nav .dropdown-submenu.pull-left {
    float: none;
}

.nav.navbar-nav .dropdown-submenu.pull-left &gt; .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}</pre></body></html>