@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   ブリッジリンク master.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */


/* IE用印刷設定CSS
====================== */

@media print {
    body {
        _zoom: 67%; /*WinIE only */
    }

    #top_a {
        _zoom: 95%; /*WinIE only */
    }
}


/* 基本設定
====================== */

* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
    text-align: center;
    color: #333;
    background: #fff url(../img/bg.gif) left top;
    *font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
}
* html body {
    font: x-small;
}
:first-child + html body {
    font-size: small;
}

table {
    font: 100%;
    font-size: inherit;
}

a:link,
a:visited {
    color: #004da1;
}
a:hover,
a:active {
    text-decoration: none;
    color: #004da1;
}

p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

ul {
    font-size: 100%;
    line-height: 1.5;
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 100%;
    line-height: 1.5;
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}

.pc_none {
    display: none !important;
}


/* 全体のレイアウト設定
====================== */

#wrapper {
    width: 980px;
    margin: 0 auto;
    background: #fff;
}

#wrappertop {
    width: 980px;
    margin: 0 auto;
    background: #fff;
}

.headertop {
    width: 980px;
    margin: 0;
    padding: 15px 0;
    background: #fff url(../img/bg.gif) left top;
}

header {
    width: 980px;
    margin: 0;
    padding: 0 0 5px;
    background: #fff url(../img/bg.gif) left top;
}

#headnav {
    width: 980px;
    display: block;
    margin: 0;
    padding: 0;
    background: #004da1;
}

#mainbg {
    position: relative;
    float: left;
    overflow: hidden;
    width: 980px;
    background: #fff;
}

#navbg {
    position: relative;
    right: 761px;
    float: left;
    width: 980px;
    border-right: 1px solid #d6d6d6;
}

#lnav {
    position: relative;
    left: 761px;
    float: left;
    overflow: hidden;
    width: 219px;
    margin: 0;
    text-align: left;
}

#main {
    position: relative;
    left: 761px;
    float: right;
    overflow: hidden;
    width: 760px;
    padding-bottom: 40px;
}

footer {
    clear: both;
    width: 980px;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    position: relative;
}


/* headertop部分のスタイル設定
====================== */

.headertop p {
    float: left;
    font-size: 11px;
}

.headertop ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.headertop li {
    display: inline;
}

.headertop li a {
    color: #333;
    font-size: 11px;
    padding-left: 10px;
    margin-left: 15px;
    text-decoration: none;
    background: url(../img/arw_blue.png) no-repeat left 3px;
}


/* header部分のスタイル設定
====================== */

header .header_l {
    float: left;
    width: 400px;
    margin: 10px 0 0;
    padding: 0;
}

header #logo {
    float: left;
    width: 94px;
}

header .sub_h1 {
    font-size: 28px;
    line-height: 1;
    margin-top: 25px;
    font-weight: bold;
}

header .sub_h1 span {
    font-size: 20px;
}

header .sub_h1 a:link,
header .sub_h1 a:visited,
header .sub_h1 a:hover,
header .sub_h1 a:active {
    text-decoration: none;
    color: #333;
}

header .header_r {
    float: right;
    padding: 0;
    margin: 0;
    color: #333;
    text-align: left;
    font-size: 11px;
}

header.eng .header_r {
    text-align: right;
}

header .header_r ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .header_r img {
    vertical-align: bottom;
}

header .header_r li {
    margin-bottom: 10px;
}

header .header_r .contact {
    background: #f58b00;
}

header.eng .header_r .contact {
    background: none;
}


/* TOPページ用のレイアウト設定
====================== */

#top_a {
    float: left;
    width: 720px;
    margin: 20px 0 30px 0;
    padding: 0 0 0 20px;
    text-align: left;
    background: #fff;
}

#top_b {
    float: right;
    width: 200px;
    margin: 20px 0 30px 0;
    padding: 0 20px 0 0;
    text-align: left;
    background: #fff;
}
* html #top_b {
    width: 200px;
    padding: 0 18px 0 0;
}

#top_a section {
    clear: both;
    margin: 0 0 40px 0;
}

#top_a section h2,
#contents h2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 9px 0;
    color: #fff;
    background: url(../img/bg_h2.gif) repeat-y left top;
}

#top_a section h2 span,
#contents h2 span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 5px solid #fff;
    display: block;
}

#top_b section {
    clear: both;
    margin: 0 0 20px 0;
}

#top_b section h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 10px 0;
    color: #333;
    background: url(../img/bg_side_h3.gif) no-repeat left bottom;
}

#top_b section h3 span {
    border-left: 5px solid #004da1;
    padding-left: 8px;
}


/* main部分設定
====================== */

#contents_title {
    width: 760px;
    height: 90px;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

#directry {
    font-size: 77%;
    padding: 15px 0 0 20px;
    text-align: left;
    color: #666;
}
#directry a:visited {
    color: #004da1;
}

#contents_title h1 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    margin: 10px 0 0 0;
    padding: 8px 10px 8px 20px;
    color: #333;
}

#info_contents_title {
    margin: 0;
    text-align: left;
    background: #fafafa;
}

#contents {
    padding: 17px 20px 0 20px;
    text-align: left;
}

#contents p {
    line-height: 1.7;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list li {
    background: url(../img/list-style.gif) no-repeat 0 10px;
    line-height: 1.9;
    margin: 5px 0;
    padding-left: 10px;
}

#contents_tpc {
    margin: 0;
    padding: 0;
    text-align: left;
}

#contents section {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
}

#contents section a:visited {
    color: #004da1;
}

#contents section h3 {
    font-size: 15px;
    line-height: 1;
    margin: 5px 0 15px 0;
    padding: 0 0 10px 15px;
    color: #333;
    background: url(../img/bg_h3.gif) no-repeat left bottom;
}

.top_pagetopset {
    display: none;
}

.pagetopset {
    position: absolute;
    clear: both;
    right: 0;
    top: -27px;
}

#contents .totop {
    text-align: center;
    margin-bottom: 50px;
}

#contents .totop a {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding: 0 15px;
}

.pagetopset p {
    padding: 0 20px 0 0;
}

a.pagetop {
    font-size: 77%;
    display: block;
    float: right;
    width: 80px;
    margin: 0;
    padding: 6px 10px 6px 10px;
    text-align: center;
    color: #fff;
    background: #004da1;
}

a.pagetop:link {
    text-decoration: none;
    color: #fff;
}
a.pagetop:visited,
a.pagetop:active {
    text-decoration: none;
    color: #fff;
}
a.pagetop:hover {
    text-decoration: none;
    color: #fff;
}


/* headnav部分設定
====================== */

.spmenu_trigger {
    display: none;
}

#menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu li {
    line-height: 1.5;
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* nav button set */

#menu li.english {
    display: none !important;
}

.button a {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    margin: 0;
    padding: 0 17px;
    text-decoration: none;
    color: #fff;
    background: url(../img/border.gif) no-repeat right 15px;
}

.button a:active,
.button a:hover {
    color: #fff;
    background: #003b7a url(../img/border.gif) no-repeat right 15px;
}

.button a.selected {
    color: #fff;
    background: #003b7a url(../img/border.gif) no-repeat right 15px;
}

.button a.nolink {
    color: #fff;
}


/* bxslider部分設定
====================== */

.bxslider {
    margin: 0 auto;
    padding: 0;
}

.bxslider p {
    margin-top: 20px;
}

.slider01 {
    background: url(../img/mainvisual01.jpg) no-repeat left top;
    height: 360px;
    position: relative;
}

.slider01_box {
    background: url(../img/bg_slider01.png) no-repeat left bottom;
    padding: 45px 50px 25px 35px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slider02 {
    background: url(../img/mainvisual02.jpg) no-repeat left top;
    height: 360px;
    position: relative;
}

.slider02_box {
    background: url(../img/bg_slider02.png) no-repeat left bottom;
    padding: 45px 50px 25px 35px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slider03 {
    background: url(../img/mainvisual03.jpg) no-repeat left top;
    height: 360px;
    position: relative;
}

.slider03_box {
    background: url(../img/bg_slider03.png) no-repeat left bottom;
    padding: 45px 50px 25px 35px;
    position: absolute;
    left: 0;
    bottom: 0;
}


/* nav部分設定
====================== */

.catetop {
    display: table;
    vertical-align: middle;
}

.catetop a {
    font-size: 15px;
    display: table-cell;
    width: 199px;
    height: 70px;
    padding: 10px;
    color: #333;
    vertical-align: middle;
}
.catetop a:link,
.catetop a:visited,
.catetop a:active,
.catetop a:hover {
    text-decoration: none;
    color: #333;
}

#submenu {
    width: 219px;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #d9d9d9;
}


/* subbutton set */
.subbutton {
    font-size: 100%;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
}

.subbutton a {
    display: block;
    padding: 8px 0 6px 12px;
    text-decoration: none;
    color: #333;
    background: #fff;
}

.subbutton a:active,
.subbutton a:hover {
    color: #fff;
    background-color: #004da1;
}

.subbutton a.subselected,
.subbutton a.subselected:active,
.subbutton a.subselected:hover {
    color: #004da1;
    background-color: #e6f0fa;
}

#submenu a.subnolink {
    color: #fff;
    background-color: #004da1;
}


/* localbutton set */

.localmenu {
    width: 219px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.localbutton {
    font-size: 100%;
    line-height: 1.5;
    zoom: 1;
    width: 219px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    border-top: 1px solid #d9d9d9;
}

.localbutton a {
    display: block;
    zoom: 1;
    margin: 0;
    padding: 8px 0 6px 30px;
    text-decoration: none;
    color: #333;
    background: #e6f0fa;
}

.localbutton a:active,
.localbutton a:hover {
    color: #fff;
    background: #004da1;
}

.localbutton a.localselected,
.localbutton a.localselected:active,
.localbutton a.localselected:hover {
    font-weight: bold;
    color: #fff;
    background-color: #004da1;
}

#submenu a.localnolink {
    color: #fff;
    background-color: #004da1;
}

.subbutton a span,
.localbutton a span {
    font-size: 77%;
    color: #999;
}


/* footer部分設定
====================== */

#footer_nav {
    line-height: 1.5;
    float: left;
    clear: both;
    overflow: hidden;
    width: 980px;
    padding: 5px 0 5px 0;
    background: #004da1;
}

#footer_nav ul {
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
}

#footer_nav li {
    display: inline;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #fff;
}

#footer_nav li.pc_none {
    display: none;
}

#footer_nav a {
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
}

#footer_nav a:active,
#footer_nav a:hover {
    text-decoration: underline;
    color: #fff;
}

#footer_nav a.footnolink {
    text-decoration: none;
    color: #fff;
}

.copyright {
    width: 980px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1;
    padding: 11px 0;
    text-align: right;
}


/* topics部分のスタイル設定
====================== */

#contents_tpc section {
    margin: 0;
    padding: 0;
}

.mceTopics {
    margin: 0;
    padding: 0;
}

#top .mceTopics ul,
.mceTopics ol {
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mceTopics ul,
.mceTopics ol {
    margin: 0 20px 20px 20px;
    list-style: none;
}

.mceTopics li {
    margin: 10px 0 0 0;
    padding: 0 0 7px 0;
    border-bottom: 1px dotted #ccc;
}

.mceTopics li a {
    color: #004da1;
}

.mceTopics li a:visited {
    color: #004da1;
}

.topicsblock {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 5px 0;
    color: #333;
    background: url(../img/bg_side_h3.gif) no-repeat left bottom;
}

.topicsblock_un {
    margin: 0 0 15px 0;
    padding: 18px 10px 8px 5px;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
}

#top_b .topicsblock h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    float: left;
    margin: 0;
    padding: 0;
    color: #333;
    border-bottom: none;
    background: none;
}

#top_b .topicsblock h3 span {
    border-left: 5px solid #004da1;
    padding-left: 8px;
}

#top_a .topicsblock h3 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    float: left;
    width: 200px;
    margin: 0 0 5px 0;
    padding: 0 5px 0 0;
    color: #333;
    border: none;
    background: none;
}

.topicsblock_un h2 {
    font-size: 153.9%;
    font-weight: bold;
    float: left;
    width: 620px;
    padding: 0 0 0 15px;
    border: none;
}

.topicsblock .linkset {
    float: right;
    width: 57px;
    position: relative;
    top: -3px;
}

#top .topicsblock .infolistset {
    font-size: 11px;
    float: left;
    padding: 3px 0 4px 0;
}

.topicsblock .infolistset a {
    padding: 0 0 0 11px;
    color: #004da1;
    background: url(../img/arw_blue.png) 0 5px no-repeat;
}

.inforss {
    float: right;
    padding: 0;
}

#top_a section .topicsblockleft,
#top_b section .topicsblockleft {
    width: 76px;
}


/* お知らせ一覧ページ送り部分のスタイル設定
====================== */

ul.pager {
    font-size: 93%;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.pager li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pager li strong {
    display: -moz-inline-box;
    display: inline-block;
    padding: 0.25em 0.4em;
    color: #fff;
    border: 1px #999 solid;
    background-color: #999;
}

ul.pager li a {
    display: -moz-inline-box;
    display: inline-block;
    padding: 0.25em 0.4em;
    text-decoration: none;
    border: 1px #ccc solid;
}

ul.pager li a:link,
ul.pager li a:visited {
    color: #333;
    border-color: #ccc;
}

ul.pager li a:hover,
ul.pager li a:active {
    color: #fff;
    border-color: #999;
    background-color: #999;
}


/* sitemapページのスタイル設定
====================== */

#contents section.block_sm {
    clear: both;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: 1px dotted #999;
}

#contents section.block_sm a:visited {
    color: #004da1;
}

#contents section.block_sm h2.sitemap {
    font-size: 18px;
    margin: 0;
    padding: 9px 0;
    color: #004da1;
    border: 0;
    background: none;
}

#contents section.block_sm h2.sitemap a {
    color: #004da1;
    text-decoration: none;
}

#contents section.block_sm h2.sitemap a span {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

#contents .sitemap_ul {
    margin: 3px 0 0 23px;
    list-style: none;
    border: 0;
}

#contents .sitemap_ul li {
    font-size: 100%;
    margin: 0;
    padding: 2px 0 2px 17px;
    text-align: left;
    border: 0;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}

.sitemap_ul li ul {
    margin: 3px 0 0 13px;
    list-style: none;
}

.sitemap_ul li ul li {
    padding-left: 17px;
    text-align: left;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}


/* スマホコンタクト
====================== */

.contact_box_sp {
    display: none !important;
}


/* dvc_switch
=================== */

.dvc_switch {
    clear: both;
    margin: 0 0 20px;
    padding: 10px;
    text-align: center;
}

.dvc_switch a {
    display: block;
    background: #fff;
}

.dvc_switch a:link,
.dvc_switch a:visited,
.dvc_switch a:hover {
    color: #333;
}

#btnPC {
    display: none;
}