@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   全国の信用金庫ご紹介 sp.css
 *
 ********************************************************************** */


/* トップページ設定
======================================================= */

.main.top {
    position: relative;
    height: 380px;
}

.shop_map {
    width: 100%;
    position: absolute;
    top: -50px;
    background: #fff url(../img/sp/bg_topcnt.png) 50% 10px no-repeat;
    background-size: 100% auto;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    z-index: 10;
    text-align: left;
}
.shop_map .inner {
    padding: 30px 20px;
    background: url(../img/sp/bg_topcnt.png) 50% 98% no-repeat;
    background-size: 100% auto;
}
.shop_map h3 {
    display: none;
}
.shop_map > p {
    margin: 0 0 10px;
}
.map_area {
    display: none;
}
.sp_area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sp_area ul li {
    float: left;
    width: 48%;
    margin: 10px 0 0 0;
}
.sp_area ul li:nth-child(even) {
    float: right;
}
.sp_area ul li a,
.sp_area ul li a:visited {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.sp_area ul li:first-child a {
    background: #9992d9 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.sp_area ul li:nth-child(2) a {
    background: #759fee url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.sp_area ul li:nth-child(3) a {
    background: #7ed1ad url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.sp_area ul li:nth-child(4) a {
    background: #8ec9e7 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.sp_area ul li:nth-child(5) a {
    background: #93d563 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.sp_area ul li:nth-child(6) a {
    background: #c9d44d url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.sp_area ul li:nth-child(7) a {
    background: #eeda31 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.sp_area ul li:nth-child(8) a {
    background: #eda635 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.sp_area ul li:nth-child(9) a {
    background: #f59fa9 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}
.sp_area ul li:nth-child(10) a {
    background: #f07872 url(../img/sp/arw.png) 95% 50% no-repeat;
    background-size: 5px auto;
}


/* 各エリアページ設定
======================================================= */

.pagenav {
    margin: 0 0 30px;
}
.pagenav ul {
    list-style-type: none;
    letter-spacing: -.40em;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagenav ul li {
    width: 48%;
    display: inline-block;
    letter-spacing: normal;
    margin: 1%;
}
.pagenav ul li a {
    display: block;
    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) 120px 50% no-repeat;
}
.pagenav.kantou ul li a {
    background: #7ed1ad url(../img/arw_down.png) 120px 50% no-repeat;
}
.pagenav.kosinetu ul li a {
    background: #8ec9e7 url(../img/arw_down.png) 120px 50% no-repeat;
}
.pagenav.hokuriku ul li a {
    background: #93d563 url(../img/arw_down.png) 120px 50% no-repeat;
}
.pagenav.tokai ul li a {
    background: #c9d44d url(../img/arw_down.png) 120px 50% no-repeat;
}
.pagenav.kinki ul li a {
    background: #eeda31 url(../img/arw_down.png) 120px 50% no-repeat;
}
.pagenav.cyugoku ul li a {
    background: #eda635 url(../img/arw_down.png) 120px 50% no-repeat;
}
.pagenav.sikoku ul li a {
    background: #f59fa9 url(../img/arw_down.png) 120px 50% no-repeat;
}
.pagenav.kyusyu ul li a {
    background: #f07872 url(../img/arw_down.png) 120px 50% no-repeat;
}
.pagenav ul li a,
.pagenav ul li a:visited {
    color: #333;
    text-decoration: none;
}

table.area {
    margin: 0 auto 40px;
}
table.area thead th {
    text-align: center;
    font-size: 1.4rem;    
}
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: 15px;
}
.other_area h2 {
    font-size: 1.4rem;
    font-weight: bold;
}
.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: 48%;
    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: 100%;
    overflow: hidden;
}

.keito_nav ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.keito_nav li {
    width: 100%;
    margin-right: 0;
    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) 290px 50% no-repeat;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}


/* BLOCK内スタイル設定
======================================================= */

span.texts {
    font-size: 1.0rem;
    line-height: 1.3;
}
span.textn {
    font-size: 1.4rem;
}
span.textl {
    font-size: 1.8rem;
}
span.textll {
    font-size: 2.4rem;
}
span.textxl {
    font-size: 2.8rem;
}
span.textxxl {
    font-size: 3.2rem;
}

table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    font-size: 13px;
    font-size: 1.3rem;
}

table.nbr,
table.tbr table.nbr {
    border-collapse: collapse;
    border-top: none;
    border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
    padding: 0;
    color: #333;
    border-right: none;
    border-bottom: none;
}

table.nbr td,
table.tbr table.nbr td {
    padding: 0;
    color: #333;
    border-right: none;
    border-bottom: none;
}

table.tbr,
table.nbr table.tbr {
    border-collapse: collapse;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

table.tbr th,
table.nbr table.tbr th {
    font-weight: bold;
    padding: 10px;
    color: #333;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #f5f5f5;
}

table.tbr td,
table.nbr table.tbr td {
    padding: 10px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}


/*テーブルbasic02設定*/

table.tbr {
    width: 100%;
}

table.sp_tbr th,
table.sp_tbr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

table.sp_tbr td[data-title]:before {
    color: #666;
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    text-transform: none;
    display: block;
    float: left;
}

table.sp_tbr td span {
    display: block;
    overflow: hidden;
}

iframe {
    overflow: hidden;
    max-width: 99%;
    height: auto;
    border: 1px solid #ccc;
}

.photo-r,
.photo-l,
.photo-c {
    width: auto !important;
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 auto 20px;
    text-align: center;
    color: #333;
}
.photo-r img,
.photo-l img,
.photo-c img {
    display: block;
    margin: 0 auto 10px;
}


/* リンク定義
======================================================= */

.arw a {
    padding: 0 0 0 16px;
    background: url(../img/sp/arw.png) no-repeat 0 .2em;
    background-size: 13px auto;
}

.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;
}


/* 引用定義
======================================================= */

blockquote {
    padding: 15px;
    border: 5px solid #f5f5f5;
}


/* TOPへ戻る
======================================================= */

.top_back {
    clear: both;
    padding: 30px 0 30px;
    text-align: center;
    font-size: 1.2rem;
}

.top_back a {
    padding: 0 5px;
}


/* 汎用スタイル設定
======================================================= */

.tac { text-align: center; }
.tal { text-align: left; }
.ter { text-align: right; }

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.sp_none { display: none; }
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}
*:after {
    display: block;
    clear: both;
}
