footer {
    font-family: 'Helvetica';
    font-weight: normal;
    line-height: 1.5;
}

.footer_nav {
    font-size: 12px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #b2b2b2;
    background-color: #d3dbe9;
    color: #000;
}

.footer_nav [class^='link_'] {
    box-sizing: border-box;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.40);
    font-size: inherit;
}

.footer_nav .link_footer-nav {
    margin: 2px;
    padding: 2px 0;
    display: inline-block;
    color: #00106a;
}

.footer_nav .box_single,
.footer_nav .box_2split,
.footer_nav .box_split {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.prg_separator {
    color: #b2b2b2;
}

.footer_nav .box_single.large {
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #b2b2b2;
}

.footer_nav > .site_info,
.footer_nav > .box_split {
    border-top: 1px solid #b2b2b2;
}

.footer_nav .box_single.large + .site_info {
    border-top: 0 none;
}

.footer_nav > .site_info {
    padding-top: 2px;
}

.box_near-search,
.box_quick-search {
    width: 100%;
    margin: 0 auto;
    padding: 6px;
    box-sizing: border-box;
    text-align: left;
}

.box_quick-btn {
    font-size: 14px;
    font-weight: bold;
}

.box_quick-btn .tab {
    width: 48%;
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    padding: 4px 10px;
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}

.box_quick-btn .tab:first-child:last-child {
    width: 100%;
}

.box_quick-btn .tab:before {
    margin-right: 2px;
    content: '▼';
}

.box_quick-btn .tab.current {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-radius: 6px 6px 0 0;
}

.box_quick-btn .tab.current:first-child:last-child {
    margin-bottom: -5px;
}

.box_quick-btn .tab.current:before {
    content: '▲';
}

.box_near-area,
.box_quick-area {
    margin: 0 auto;
    text-align: left;
}

.box_quick-area {
    padding: 2px 6px 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0 0 2px 2px;
    background-color: #fff;
}

.box_quick-area {
}

.frame_area,
.qs_frame {
    margin-top: 4px;
    font-size: 12px;
    display: block;
    color: #b2b2b2;
}

.area_term,
.qs_lbl {
    display: inline-block;
}

.area_term .link_area-search,
.qs_lbl .link_search {
    font-weight: bold;
}

.inner_area,
.qs_inner {
    padding: 2px 8px 2px 2px;
    display: inline-block;
}

.frame_area > .area_term {
    margin-top: 8px;
    padding: 1px 8px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
}

.frame_area > .area_term:first-child {
    margin-top: 2px;
}

.sp_separator:after {
    color: #b2b2b2;
}

.area_term > .sp_separator,
.inner_area .area_term .link_area-search,
.qs_inner .qs_lbl {
    font-weight: bold;
    color: #666;
}

.frame_area > .area_descript,
.qs_frame > .qs_content {
    display: inline-block;
}

.inner_area .area_term,
.qs_inner .qs_lbl {
    margin-right: 2px;
}

.inner_area .area_term .sp_separator::after,
.qs_inner .qs_lbl .sp_separator::after {
    margin-left: 4px;
    font-weight: normal;
    content: '||';
}

.inner_area .area_descript,
.qs_inner .qs_content {
    display: inline;
}

.inner_area .area_descript .sp_separator,
.qs_inner .qs_content .sp_separator {
    display: inline-block;
}

.inner_area .area_descript .sp_separator::after,
.qs_inner .qs_content .sp_separator::after {
    margin: 0 4px;
    content: '|';
}

.inner_area .area_descript .sp_separator:last-child::after,
.qs_inner .qs_content .sp_separator:last-child::after {
    content: none;
}

.link_area-search,
.qs_frame .link_search {
    color: #666;
}

.ho.tab,
.ho .frame_area > .area_term {
    background-color: #223293;
}

.ho.box_quick-area {
    border-color: #223293;
}

.ho .area_term > .sp_separator,
.ho .inner_area .area_term .link_area-search {
    color: #223293;
}

.footer_nav .box_quick-search .link_area-search {
    min-width: 2.2em;
    text-align: center;
    display: inline-block;
}

.copyright {
    height: 30px;
    margin: 0;
    line-height: 30px;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background-color: #989898;
    white-space: nowrap;
}


