@charset "utf-8";

/* =========================================================
 ヘッダ要素のスタイルを定義
========================================================= */

/* ヘッダ
--------------------------------------------------------- */
/* ------ header  ----- */
#header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0 10px;
    height: 50px;
}

#header .rwdLeft {
    display: none;
}

#header .hLeft {
    float: left;
    width: 258px;
}

#header .hLeft p.logo_out,
#header .hLeft h1.logo_out {
    width: 162px;
    height: 26px;
    background: url(/static/responsive/img/logo_logout.png) 0 0 no-repeat;
    position: relative;
    top: 15px;
}
#header .hLeft p.logo_out a,
#header .hLeft h1.logo_out a {
    display:block;
    height:26px;
}
#header .hLeft p.logo_in,
#header .hLeft h1.logo_in {
    width: 162px;
    height: 26px;
    background: url(/static/responsive/img/logo_login.png) 0 0 no-repeat;
    position: relative;
    top: 15px;
}
#header .hLeft p.logo_in a,
#header .hLeft h1.logo_in a {
    display: block;
    height: 26px;
}
#header .hLeft p.txt {
    font-size: 72%;
    padding-top: 3px;
    line-height: 1em;
}

#header .hLeft .wrap .txt br{
    display:none;
}

#header .hCenterL {
    float: left;
    width: 220px;
    padding-top: 13px;
}

#header .hCenterR {
    float: right;
    width: 226px;
    padding-top: 20px;
}

#header .hCenterR > span{
    margin-right: 20px;
}

#header .hCenterL span ,
#header .hCenterR span {
    font-weight: normal;
    font-size: 93%;
}

#header .hRight {
    float: right;
    width: 90px;
    padding-top: 8px;
}

#header .AnniversaryLogo {
    position: absolute;
    left: 267px;
    top: 17px;
}

#header #faqButton {
    left: 330px;
    position: absolute;
    top: 5px;
}
#header #faqButton a {
    background: url("/static/responsive/img/mem/bt_faq.gif") repeat scroll 0 0;
    display: block;
    height: 55px;
    text-indent: -9999px;
    width: 130px;
}
#header #faqButton a:hover {
    background-position: 0 -56px;
}
/* ------ header ul ------ */
#header ul {
    position: absolute;
    top: 25px;
    right: 100px;
}

#header li {
    display: inline-block;
    list-style: none;
    padding: 0 0 5px 22px;
    position: relative;
    margin-right: 15px;
    z-index: 0;
}

#header li:before {
    content: "";
    background-image: url(/static/responsive/img/icon_arrow_link_circle.png);
    background-position: -2px -2px;
    background-clip: padding-box;
    display: block;
    width:15px;
    height: 15px;
    border: 1px solid #ffffff;
    background-origin: padding-box;
    background-color: #16602f; 
    position: absolute;
    top: -1px;
    left: 2px;
}

#header li:after {
    position: absolute;
    top: 4px;
    left: 8px;
    content: url(/static/responsive/img/icon_arrow_02_right.png);
}
/* ------ btnSearch  ----- */
#header .hRight .btnSearch {
    color: #004831;
    font-weight: bold;
    display: block;
    width: 70px;
    background: url("/responsive/img/icon_search_01.png") no-repeat scroll 13px center #b6ca3f;
    border: none;
    border-bottom: 3px solid #a4b15b;
    cursor: pointer;
    float: right;
    padding: 9px 10px 6px;
    height: auto;
}

#header .hRight .btnSearch:hover {
    opacity: 0.7;
}
#header .hRight .btnSearch.active {
    background-color: #BEBEBE;
    border-bottom-color: #A5A5A5;
}
#header .hRight .btnSearch span{
    padding: 0;
    background: none;
    font-size: 115%;
}

.btnSearch span.itemSearch01{
    margin-left: 36px;
}

/* 検索エリア
--------------------------------------------------------- */
/* ------ #searchArea  ----- */
#searchArea{
    display:none;
    z-index:950;
}

#header .hRight .searchAreaWrap {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #163A2C;
}

#header .hRight .searchAreaWrap .searchWrap {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

#header .hRight .searchAreaWrap .searchWrap form{
    display: inline;
}

#header .hRight .searchAreaWrap .searchWrap .rwdBtnSerach {
    display: none;
}

#header .hRight .searchAreaWrap .sTxt {
    display: inline-block;
    padding-right: 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 100%;
}

#header .hRight .searchAreaWrap .search,
#header .hRight .searchAreaWrap .btnSearchWrap,
#header .hRight .searchAreaWrap .btnClose {
    display: inline-block;
    vertical-align: middle;
}
#header .hRight .searchAreaWrap .btnClose {
    display: inline-block;
    margin-left: 140px;
}

#header .hRight .searchAreaWrap .search,
#header .hRight .searchAreaWrap .btnSearchWrap {
    margin-right: 0;

}

#header .hRight .searchAreaWrap .search {
    position: relative;
}

.searchAreaWrap .search .iptTxt {
    width: 550px;
    height: 20px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: none;
    
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-top-bottom-radius: 4px;
    -o-border-top-bottom-radius: 4px;
    -ms-border-top-bottom-radius: 4px;
    
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2) inset;
    -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.2) inset;
    -ms-box-shadow: 3px 3px 3pxrgba(0,0,0,0.2) inset;
}

.searchAreaWrap .btnBase.btnNormal01{
    position: absolute;
    top: 3px;
    left: 555px;
    width: 100px;
    height: 31px;
    padding: 0;
    
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    
    top/***/: 6px9;
}

#header .hRight .searchAreaWrap input{
    color: #005135;
    margin-right: 0px;
    font-size: 86%;
}

#header .hRight .searchAreaWrap input[type=submit] {
background-color: #dddddd;
}

#header .hRight .rwdSearchMenuWrap {
    display: none;
}

.searchAreaWrap .normalLink a {
    color: #fff;
}

/* faqボタンエリア
--------------------------------------------------------- */
#header #faqButton {
    left: 600px;
    position: absolute;
    top: 8px;
}
#header #faqButton a {
    background: url("/static/responsive/img/mem/bt_faq_flat2.gif") repeat scroll 0 0;
    display: block;
    height: 50px;
/*    text-indent: -9999px;*/
    width: 133px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    text-decoration: none;
}
#header #faqButton a:hover {
    background-position: 0 -50px;
}

#header #supportButton {
    left: 750px;
    position: absolute;
    top: 8px;
}
#header #supportButton a {
    background: url("/static/responsive/img/mem/bt_support_flat2.gif") repeat scroll 0 0;
    display: block;
    height: 50px;
/*    text-indent: -9999px;*/
    width: 143px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
 
}
#header #supportButton a:hover {
    background-position: 0 -50px;
}

/* ------ header ul ------ */
#header ul {
    position: absolute;
    top: 25px;
    right: 95px;
}

#header li {
    display: inline-block;
    list-style: none;
    padding: 0 0 5px 22px;
    position: relative;
    margin-right: 15px;
    z-index: 0;
}

#header li:first-child {
  margin-right: 10px;
}

#header li:before {
    content: "";
    background-image: url(/static/responsive/img/icon_arrow_link_circle.png);
    background-position: -2px -2px;
    background-clip: padding-box;
    display: block;
    width:15px;
    height: 15px;
    border: 1px solid #ffffff;
    background-origin: padding-box;
    background-color: #b7cb40;
    position: absolute;
    top: -1px;
    left: 2px;
}

#header li:after {
    position: absolute;
    top: 4px;
    left: 8px;
    content: url(/static/responsive/img/icon_arrow_02_right.png);
}
#header li a{
    color:#456e8c;
}

/* =========================================================
 
 画像用
 
========================================================= */

/* =========================================================
 ■ ヘッダ
========================================================= */
/* =========================================================
 ■■ お支払いについて
========================================================= */
/* 全体 */
.btn_md_menu_01_01,.btn_md_menu_01_02,.btn_md_menu_01_03,.btn_md_menu_01_04,.btn_md_menu_01_05{
    background-repeat:no-repeat;
    width:156px;
    height:157px;
    content: "";
    display: inline-block;
    background-size: 100%;
}
.btn_md_menu_01_01:HOVER,.btn_md_menu_01_02:HOVER,.btn_md_menu_01_03:HOVER,.btn_md_menu_01_04:HOVER,.btn_md_menu_01_05:HOVER{
    opacity:0.6;
}
/* ご利用明細照会 */
.btn_md_menu_01_01 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_01_01.png");
}
/* ご利用可能額照会 */
.btn_md_menu_01_02 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_01_02.png");
}
/* お支払い金額照会 */
.btn_md_menu_01_03 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_01_03.png");
}
/* ご利用枠の引き上げ（個人会員の方） */
.btn_md_menu_01_04 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_01_04.png");
}
/* WEB明細で捨てられる紙を減らす地球にやさしいecoをはじめよう！　さらに年会費が最大1,000円（税抜）割引に！　※割引には条件があります。 */
.btn_md_menu_01_05 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_01_05.png");
    width:630px;
    height:151px;
    margin-top: 10px;
}

/* =========================================================
 ■■ リボ払い＆キャッシング
========================================================= */
/* 全体 */
.btn_md_menu_02_01,.btn_md_menu_02_02,.btn_md_menu_02_03,.btn_md_menu_02_04,.btn_md_menu_02_05,.btn_md_menu_02_06,.btn_md_menu_02_07,.btn_md_menu_02_08 {
    background-repeat:no-repeat;
    width:156px;
    height:157px;
    content: "";
    display: inline-block;
    background-size: 100%;
}
.btn_md_menu_02_01:HOVER,.btn_md_menu_02_02:HOVER,.btn_md_menu_02_03:HOVER,.btn_md_menu_02_04:HOVER,.btn_md_menu_02_05:HOVER,.btn_md_menu_02_06:HOVER,.btn_md_menu_02_07:HOVER,.btn_md_menu_02_08:HOVER {
    opacity:0.6;
}
/* あとからリボ */
.btn_md_menu_02_01 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_02_01.png");
}
/* マイ・ペイすリボ */
.btn_md_menu_02_02 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_02_02.png");
}
/* リボ払い　お支払い金額の変更 */
.btn_md_menu_02_03 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_02_03.png");
}
/* リボ払　い設定内容・残高照会 */
.btn_md_menu_02_04 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_02_04.png");
}
/* キャッシングリボ */
.btn_md_menu_02_05 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_02_05.png");
}
/* キャッシング　設定・増枠のお申し込み */
.btn_md_menu_02_06 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_02_06.png");
}
/* キャッシング　設定内容・残高照会 */
.btn_md_menu_02_07 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_02_07.png");
}
/* フリーローン　教育ローン */
.btn_md_menu_02_08 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_02_08.png");
}

/* =========================================================
 ■■ ポイントサービス
========================================================= */
/* 全体 */
.btn_md_menu_03_01,.btn_md_menu_03_02,.btn_md_menu_03_03,.btn_md_menu_03_04,.btn_md_menu_03_05,.btn_md_menu_03_06,.btn_md_menu_03_07 {
    background-repeat:no-repeat;
    width:156px;
    height:157px;
    content: "";
    display: inline-block;
    background-size: 100%;
}
.btn_md_menu_03_01:HOVER,.btn_md_menu_03_02:HOVER,.btn_md_menu_03_03:HOVER,.btn_md_menu_03_04:HOVER,.btn_md_menu_03_05:HOVER,.btn_md_menu_03_06:HOVER,.btn_md_menu_03_07:HOVER {
    opacity:0.6;
}
/* ポイントの交換 */
.btn_md_menu_03_01 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_03_01.png");
}
/* ポイントの確認 */
.btn_md_menu_03_02 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_03_02.png");
}
/* ポイントのおトクな貯め方 */
.btn_md_menu_03_03 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_03_03.png");
}
/* ワールドプレゼントとは */
.btn_md_menu_03_04 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_03_04.png");
}
/* いつものショップでポイント2～20倍！ */
.btn_md_menu_03_05 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_03_05.png");
    width:635px;
    height:158px;
}
/* NEW PUM */
.btn_md_menu_03_06 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_03_06.png");
    width:314px;
    height:151px;
    margin-top: 10px;
}
/* ココイコ */
.btn_md_menu_03_07 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_03_07.png");
    width:314px;
    height:151px;
    margin-top: 10px;
}

/* =========================================================
 ■■ カードサービス
========================================================= */
/* 全体 */
.btn_md_menu_04_01,.btn_md_menu_04_02,.btn_md_menu_04_03,.btn_md_menu_04_04,.btn_md_menu_04_05,.btn_md_menu_04_06,.btn_md_menu_04_07,.btn_md_menu_04_08,.btn_md_menu_04_09 {
    background-repeat:no-repeat;
    width:156px;
    height:157px;
    content: "";
    display: inline-block;
    background-size: 100%;
}
.btn_md_menu_04_01:HOVER,.btn_md_menu_04_02:HOVER,.btn_md_menu_04_03:HOVER,.btn_md_menu_04_04:HOVER,.btn_md_menu_04_05:HOVER,.btn_md_menu_04_06:HOVER,.btn_md_menu_04_07:HOVER,.btn_md_menu_04_08:HOVER,.btn_md_menu_04_09:HOVER {
    opacity:0.6;
}
/* 追加カード */
.btn_md_menu_04_01 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_04_01.png");
}
/* 「iD」ポータル */
.btn_md_menu_04_02 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_04_02.png");
}
/* VJAギフトカード */
.btn_md_menu_04_03 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_04_03.png");
}
/* チケット＆エンターテインメント */
.btn_md_menu_04_04 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_04_04.png");
}
/* グルメ＆ショッピング */
.btn_md_menu_04_05 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_04_05.png");
}
/* トラベルサービス */
.btn_md_menu_04_06 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_04_06.png");
}
/* 空港ラウンジサービス */
.btn_md_menu_04_07 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_04_07.png");
}
/* 保険サービス */
.btn_md_menu_04_08 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_04_08.png");
}
/* Apple Pay */
.btn_md_menu_04_09 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_04_09.png");
}

/* =========================================================
 ■■ キャンペーン
========================================================= */
/* 全体 */
.btn_md_menu_05_01,.btn_md_menu_05_02,.btn_md_menu_05_03,.btn_md_menu_05_04 {
    background-repeat:no-repeat;
    width:630px;
    height:151px;
    content: "";
    display: inline-block;
    background-size: 100%;
}
.btn_md_menu_05_01:HOVER,.btn_md_menu_05_02:HOVER,.btn_md_menu_05_03:HOVER,.btn_md_menu_05_04:HOVER {
    opacity:0.6;
}
/* キャンペーン一覧 */
.btn_md_menu_05_01 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_05_01.png");
}
/* ご家族・ご友人を紹介し紹介手数料をGETしよう！ */
.btn_md_menu_05_02 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_05_02.png");
    z-index: 1;
}
/* おトクなキャンペーン情報 */
.btn_md_menu_05_03 {
    background-image: url("/static/responsive/img/mem/btn_md_menu_05_03.png");
}
/* カードご紹介キャンペーン */
.btn_md_menu_05_04 {
    margin-top: 10px;
    background-image: url("/static/responsive/img/mem/btn_md_menu_05_04.png");
}

/* バナー全体指定 */
.bnr_md_bnr_area_01,.bnr_md_bnr_area_02,.bnr_md_bnr_area_03 {
    background-repeat:no-repeat;
    width:185px;
    height:70px;
    content: "";
    display: inline-block;
    background-size: 100%;
}
.bnr_md_bnr_area_01:HOVER,.bnr_md_bnr_area_02:HOVER,.bnr_md_bnr_area_03:HOVER {
    opacity:0.6;
}
.bnr_md_bnr_area_01,.bnr_md_bnr_area_02,.bnr_md_bnr_area_03 {
    background-image: url("/static/responsive/img/mem/bnr_md_bnr_area_01.png");
}
.bnr_md_bnr_area_02 {
    background-image: url("/static/responsive/img/mem/bnr_md_bnr_area_02.png");
}
.bnr_md_bnr_area_03 {
    background-image: url("/static/responsive/img/mem/bnr_md_bnr_area_03.png");
}

/* SMBCライン
--------------------------------------------------------- */
/* ------ smbcLine  ----- */
#smbcLine_pc{
    background-color: #1a4832;
    border-bottom: 5px solid #b6ca3f;
    min-width: 1000px;
}
#smbcLine_pc .smbcGroupWrap {
    width: 1000px;
    height: 34px;
    margin: 0 auto;
    padding: 13px 0;
    position: relative;
	box-sizing: content-box;
}
#smbcLine_pc .smbcGroupWrap .logoSmbc{
    position: absolute;
    left: 0;
}
#smbcLine_pc .smbcGroupWrap .logoSmbcGroup{
    position: absolute;
    right: 0;
    top: 25px;
}

#smbcLine_sp{
    display: none;
}