@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   全国の信用金庫ご紹介 block.css
 *
 ********************************************************************** */


/* トップページ設定
======================================================= */

.main.top {
    position: relative;
    height: 950px;
}

.shop_map {
    width: 99.5%;
    position: absolute;
    top: -75px;
    background: #fff url(../img/bg_topcnt.png) 50% 15px no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 0px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 2px 0px 4px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 0px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 0px 4px rgba(0, 0, 0, 0.05);
    
    box-sizing: border-box;
    z-index: 10;
    text-align: center;
    height: 930px;
}
.shop_map .inner {
    padding: 40px 70px 35px;
    background: url(../img/bg_topcnt.png) 50% bottom no-repeat;
}
.shop_map h3 {
    width: 200px;
    margin: 0 auto 20px;
    background: #009143;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 5px 0;
}
.shop_map .inner > p {
    margin: 0 0 40px;
}
.map_area {
    position: relative;
    height: 710px;
}
.map_area area {
    outline: none;
}
.map_area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 110px;
    text-align: left;
}
.map_area ul li {
    display: inline-block;
    line-height: 1.5;
    width: 50px;
}
.map_area ul li a,
.map_area ul li a:visited {
    color: #333;
}
.map_area ul.touhoku_s {
    position: absolute;
    top: 200px;
    left: 698px;
}
.map_area ul.kantou_s {
    position: absolute;
    top: 390px;
    left: 698px;
}
.map_area ul.koushin_s {
    position: absolute;
    top: 65px;
    left: 457px;
}
.map_area ul.hokuriku_s {
    position: absolute;
    top: 195px;
    left: 393px;
}
.map_area ul.toukai_s {
    position: absolute;
    top: 535px;
    left: 455px;
}
.map_area ul.kinki_s {
    position: absolute;
    top: 195px;
    left: 240px;
}
.map_area ul.chugoku_s {
    position: absolute;
    top: 235px;
    left: 108px;
}
.map_area ul.shikoku_s {
    position: absolute;
    top: 557px;
    left: 177px;
}
.map_area ul.kyushu_s {
    position: absolute;
    top: 589px;
    left: 17px;
}
.sp_area {
    display: none;
}


/* 各エリアページ設定
======================================================= */

.pagenav {
    margin: 0 0 60px;
}
.pagenav ul {
    list-style-type: none;
    letter-spacing: -.40em;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagenav ul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 5px;
}
.pagenav ul li a {
    display: block;
    width: 110px;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagenav.tohoku ul li a {
    background: #759fee url(../img/arw_down.png) 90px 50% no-repeat;
}
.pagenav.kantou ul li a {
    background: #7ed1ad url(../img/arw_down.png) 90px 50% no-repeat;
}
.pagenav.kosinetu ul li a {
    background: #8ec9e7 url(../img/arw_down.png) 90px 50% no-repeat;
}
.pagenav.hokuriku ul li a {
    background: #93d563 url(../img/arw_down.png) 90px 50% no-repeat;
}
.pagenav.tokai ul li a {
    background: #c9d44d url(../img/arw_down.png) 90px 50% no-repeat;
}
.pagenav.kinki ul li a {
    background: #eeda31 url(../img/arw_down.png) 90px 50% no-repeat;
}
.pagenav.cyugoku ul li a {
    background: #eda635 url(../img/arw_down.png) 90px 50% no-repeat;
}
.pagenav.sikoku ul li a {
    background: #f59fa9 url(../img/arw_down.png) 90px 50% no-repeat;
}
.pagenav.kyusyu ul li a {
    background: #f07872 url(../img/arw_down.png) 90px 50% no-repeat;
}
.pagenav ul li a,
.pagenav ul li a:visited {
    color: #333;
    text-decoration: none;
}

table.area {
    width: 800px;
    margin: 0 auto 60px;
}
table.area thead th {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;    
}
table.hokkaido thead th {
    background: #d8d4f6;
}
table.tohoku thead th {
    background: #b0c9f7;
}
table.kantou thead th {
    background: #b5e6d1;
}
table.kosinetu thead th {
    background: #c4e3f3;
}
table.hokuriku thead th {
    background: #bde99c;
}
table.tokai thead th {
    background: #dee498;
}
table.kinki thead th {
    background: #f1e89a;
}
table.cyugoku thead th {
    background: #f1cd93;
}
table.sikoku thead th {
    background: #f9d1d6;
}
table.kyusyu thead th {
    background: #f5b6b3;
}

.other_area {
    background: #f5f5f5;
    padding: 30px;
}
.other_area h2 {
    font-size: 18px;
    font-size: 1.8rem;
}
.other_area ul {
    list-style-type: none;
    letter-spacing: -.40em;
    margin: 0;
    padding: 0;
}
.other_area ul li {
    display: inline-block;
    letter-spacing: normal;
    width: 18%;
    margin: 10px 1% 0;
}
.other_area ul li a,
.other_area ul li a:visited {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.other_area ul li.oa01 a {
    background: #9992d9 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.other_area ul li.oa02 a {
    background: #759fee url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.other_area ul li.oa03 a {
    background: #7ed1ad url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.other_area ul li.oa04 a {
    background: #8ec9e7 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.other_area ul li.oa05 a {
    background: #93d563 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.other_area ul li.oa06 a {
    background: #c9d44d url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.other_area ul li.oa07 a {
    background: #eeda31 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.other_area ul li.oa08 a {
    background: #eda635 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.other_area ul li.oa09 a {
    background: #f59fa9 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.other_area ul li.oa10 a {
    background: #f07872 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}


/* 関連機関ページ設定
======================================================= */

.keito_nav {
    width: 980px;
    overflow: hidden;
}

.keito_nav ul {
    width: 1020px;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

.keito_nav li {
    float: left;
    width: 300px;
    margin-right: 40px;
    padding-bottom: 20px;
    *zoom: 1;
}
.keito_nav li a,
.keito_nav li a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #009143 url(../img/arw_w.png) 280px 50% no-repeat;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}


/* 引用定義
======================================================= */

blockquote {
    padding: 15px;
    border: 5px solid #f5f5f5;
}


/* TOPへ戻る
======================================================= */

.top_back {
    clear: both;
    padding: 30px 0;
    text-align: center;
}

.top_back a {
    padding: 0 15px;
}


/* 汎用スタイル設定
======================================================= */

span.texts {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
}
span.textn {
    display: inline-block;
}
span.textl {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
}
span.textll {
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
}
span.textxl {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
}
span.textxxl {
    display: inline-block;
    font-size: 28px;
    font-size: 2.8rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-size: 1.6rem;
}

table.nbr,
table.tbr table.nbr {
    border-collapse: collapse;
    border-top: none;
    border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
    font-weight: bold;
    padding: 0;
    border-right: none;
    border-bottom: none;
}

table.nbr td,
table.tbr table.nbr td {
    padding: 0;
    text-align: left;
    border-right: none;
    border-bottom: none;
}

table.tbr,
table.nbr table.tbr {
    border-collapse: collapse;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

table.tbr th,
table.nbr table.tbr th {
    font-weight: bold;
    padding: 10px;
    line-height: 1.5;
    text-align: left;
    color: #333;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #fafafa;
}

table.tbr td,
table.nbr table.tbr td {
    padding: 10px;
    text-align: left;
    line-height: 1.5;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

img {
    line-height: 1;
    vertical-align: top;
    border: 0;
}

.photo-r {
    font-size: 10px;
    font-size: 1.0rem;
    float: right;
    margin: 3px 0 10px 15px;
    text-align: left;
}

.photo-l {
    font-size: 10px;
    font-size: 1.0rem;
    float: left;
    margin: 3px 15px 10px 0;
    text-align: left;
}

.photo-c {
    font-size: 10px;
    font-size: 1.0rem;
    margin: 3px auto 10px;
}

.photo-r img,
.photo-l img,
.photo-c img {
    margin-bottom: 5px;
}

iframe {
    border: none;
}

.arw a {
    padding: 0 0 0 16px;
    background: url(../img/arw.png) no-repeat 0 .2em;
}

.blank a {
    padding: 0 0 0 16px;
    background: url(../img/ico_blank_b.png) no-repeat 0 5px;
}

.pdf a {
    padding: 0 0 0 21px;
    background: url(../img/ico_pdf.png) no-repeat 0 2px;
}

.tac { text-align: center; }
.tal { text-align: left; }
.ter { text-align: right; }

.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.pc_none { display: none; }
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}
*:after {
    display: block;
    clear: both;
}


/* ちらつき防止
======================================================= */

.overimg {
    box-shadow: #fff 0 0 0;
}

.overimg:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    background: #fff¥9;
}