@charset "utf-8";

/* =========================================================
 ポップアップ
========================================================= */

#contWrap {
    max-width: 100%;
    min-width: 100%;
    padding:0 10px;
}
/* header
--------------------------------------------------------- */

#PopupHeader {
    border-top: 3px solid #003e28;
    padding: 0 10px 6px 10px;
}
#PopupHeader > div:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}
#PopupHeader > div {
    zoom: 1;
    border-bottom: 3px double #eaeaea;
    padding: 13px 10px 6px;
}
#PopupHeader .BtnClose {
    margin-top: 0px !important;
}
#Logo01 {
    float: left;
    width: 142px;
    height: 23px;
    background: url(/prepaid/common/img/logo_smbc_popup.png) 0 0 no-repeat;
    background-size: cover;
}
/* ----- ヘッダー内閉じるボタン ----- */
#PopupHeader .BtnFormType01 {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1em;
    font-size: 115%;
    width: 150px;
    background-color: #7e7e7e;
    border-bottom: 3px solid #4B4B4B;
    padding: 5px 25px 3px;
    float:right;
}

/* footer
--------------------------------------------------------- */


/* ----- ページ下部閉じるボタン ----- */
.BtnFormType03 {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 115%;
    width: 200px;
    background-color: #7e7e7e;
    border-bottom: 3px solid #4B4B4B;
    line-height: 1em;
    padding: 17px 25px 14px;
}
.BtnFormType01:hover, .BtnFormType03:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


.PopupFooterBtnClose{
  text-align: center;
  margin: 40px 10px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
#footer.PopupFooter{
  padding: 15px 10px 0;
}
#footer.PopupFooter .PageTopLink{
  margin-bottom: 0;
}

#footer.PopupFooter #CopyArea {
    color: #999;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}




/*--- ↓↓↓↓↓   以下SP追加設定   ↓↓↓↓↓ ---*/
#PopupHeader{
   padding: 0 0 6px;
}
#Logo01 {
    width: 142px;
    height: 23px;
    background: url(/prepaid/common/img/logo_smbc_popup_sp.png) 0 0 no-repeat;
    background-size: 142px 23px;
}
#PopupHeader .BtnFormType01{
  width: 100px;
}
.BtnFormType03{
  width: 150px;
}
/*--- ↑↑↑↑↑   以上SP追加設定   ↑↑↑↑↑ ---*/