/* 総合口座解約(IB初回登録未済)用 共通css  */

/* ヘッダー */
  
  /* ヘッダータイトル下線(上) */
  .borderStyle1 {
    border-bottom: solid #AAA 3px;
  }
  
  /* ヘッダータイトル下線(下) */
  div.CnclContentsArea {
    border-top: solid #E0E0E0 8px;
  }
  
  /* ヘッダー 幅指定 */
  .CnclHeaderStyle1 {
    width: 1000px;
    margin: 0 auto;
  }
  
  /* ロゴ位置 */
  .CnclHeaderStyle1 .CnclImgLogo {
    margin: 10px 0;
    float: left;
  }
  
  /* ロゴサイズ */
  .CnclHeaderStyle1 .CnclImgLogo img {
    width: 130%;
  }
  
  /* ロゴ下線 */
  .logoBottomLine {
    border-bottom: solid #E0E0E0 3px;
  }
  
  /* ヘッダータイトル配置指定 */
  .CnclHeaderTitle {
    display: flex;
    position: relative;
    height: 60px;
  }
  
  /* ヘッダータイトルサイズ・位置 */
  .CnclHeaderTitle .CnclHeaderLeftTitle h1 {
    font-size: 25px;
    margin: 20px 10px;
  }
  
  /* ヘッダー画面番号サイズ・位置 */
  .CnclHeaderTitle .DisplayId p {
    position: absolute;
    top: 21px;
  }
  
  
/* コンテンツ */
  
  /* コンテンツタイトルバースタイル */
  div .ContentsLeftArea {
    background: #E0E0E0;
    height: 50px;
    border-top: solid #aaa 2px;
  }
  div.BorderStyle1 {
    border-top: solid 1px #aaa;
    margin-top: 1px;
  }
  div.BorderStyle2 {
    border-top: solid 3px #E0E0E0;
  }
  
  /* タイトルバー左線(緑)  */
  div.CnclSectionTItleBar2{
    background-color: #009966;
    position: relative;
    border: 0 none;
    height: 35px;
    width: 5px;
    top: 8px;
    left: 20px;
    border-radius:5px;
  }
  
  /* コンテンツタイトル文字スタイル  */
  div .ContentsLeftArea .CnclSectionTitleStyle2 h2 {
    font-size: 20px;
    position: relative;
    left: 50px;
    top: -18px;
  }
  
  /* コンテンツメッセージスタイル */
  .ContentsArea .MessageStyle1 {
    margin: 15px 0;
    line-height: 1.5;
  }
  
  /* サブセクションタイトル */
  div .CnclSectionTitleStyle3 {
    height: 50px;
    border-bottom: solid 3px #E0E0E0;
    border-top: solid 5px #009966;
    margin-bottom: 20px;
  }
  
  /* サブセクションタイトル 装飾画像(四角 青) */
  .dotted_img {
    width: 100px;
    height: 50px;
    background: url(../../image/1/sectiontitle_subsubsectiontitle.png) no-repeat scroll left center transparent;
  }
  
  /* サブセクションタイトル文字スタイル */
  div .CnclSectionTitleStyle3 h2 {
    font-size: 20px;
    font-weight: normal;
    color: #212121;
    line-height: 100%;
    position:relative;
    top:-33px;
    left: 20px;
  }
  
  /* テーブル幅(th)指定 */
  .ActInfo .formStyle {
    width: 30%;
  }
  
  /* ボタン用スタイル */
  .CnclBtnGrupArea {
    text-align: center;
    margin: 30px 0;
  }
  
  /* [白]ボタン */
  .CnclWhiteButton {
    padding: 0px;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    background-color: #FFFFFF !important;
    width: 120px;
    height: 38px;
    border: solid 1px rgba(0,0,0,0.12);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    border-radius: 4px;
  }
  
  /* エラーメッセージ */
  div.CnclMessageStyle1 p {
    height: 40px;
    min-height: 16px;
    margin-top: 10px;
    padding-top: 7px;
    padding-left: 40px;
    background: url(../../image/1/IS_input_error.png) no-repeat scroll 0 0 / 30px 30px;
    color: #C63024;
    font-weight: bold;
    font-size: 16px;
  }
  
  /* ステップチャートスタイル */
  #stepChrt0 {     /* 1.ご注意 */
    width: 120px;
  }
  
  #stepChrt1 {     /* 2.確認 */
    width: 100px;
  }
  
  #stepChrt2 {     /* 3.完了 */
    width: 100px;
  }
  
/* フッター */

  /* フッター背景色・文字色 */
  div.CnclFooterArea {
    background-color: #E0E0E0;
    color: #575757;
  }
  
  /* フッター上部の不要部分白抜き */
  div.CnclFooterArea div.Cnclwhitebase {
    border-top: 1px solid #fff;
    border-bottom: solid #AAA 2px;
    background-color: #fff;
    width: 100%;
  }
  
  /* フッタースタイル 位置・文字サイズ */
  div.CnclFooterArea div.CnclFooterStyle1 {
    font-size: 14px;
    height: 40px;
  }
  div.CnclFooterArea div.CnclFooterStyle1 p {
    position: relative;
    top: 15px;
  }
  
  /* [ページ先頭へ]ボタン位置指定 */
  div.CnclpageTop {
    height: 35px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* [ページ先頭へ]ボタン */
  div.CnclpageTop > div.CnclrightAdjust {
    float: right;
    width: 152px;
    height: 35px;
    background: #AAA;
    font-size: 14px;
    
  }
  
  /* [ページ先頭へ]ボタン 文字位置 */
  div.CnclpageTop div.CnclrightAdjust div.Link02 {
    margin-top: 8px;
  }
  
  /* [ページ先頭へ]ボタン 文字スタイル */
  div.CnclpageTop div.CnclrightAdjust div.Link02 a {
    color: #FFFFFF;
    text-decoration: none;
  }
  
  /* [ページ先頭へ]ボタン 画像スタイル */
  div.CnclpageTop div.CnclrightAdjust img {
    vertical-align: middle;
    margin-right: 5px;
  }
  
  /* 画面個別(KBC81BN000M) */
  /* [必須]画像 */
  body#KBC81BN000M .must {
    background: url(../../image/1/sp_acct_trns_appl_inds.png) no-repeat scroll left center transparent;
    background-size: 5%;
    height: 50px;
    position: relative;
    top: -70px;
    left: 150px;
  }
  
  /* ソフトウェアキーボード配置 */
  body#KBC81BN000M div.inptForm {
    position: relative;
  }
  body#KBC81BN000M span.ISSoftwareKeyIcon {
    position: absolute;
    top: 3px;
    right: 150px;
  }
  body#KBC81BN000M div.SwkbBalloonTip {
    margin: 20px 0 0 330px;
  }
  body#KBC81BN000M div.SwkbBalloon {
    margin: 38px 0 0 230px;
  }
  
  /* 解約ボタンスタイル */
  body#KBC81BN000M input[type="button"]#btn_lgon {
    background: #C71585;
    border: 0;
    width: 270px;
    height: 50px;
    box-shadow: 0 1px 5px #999999;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
  }
  
  /* inputformスタイル(口座番号・口座名義人（全角カナ）・キャッシュカード) */
  body#KBC81BN000M #acctNmbr,
  body#KBC81BN000M #acctNameKana,
  body#KBC81BN000M #aditItem1Of1 {
    width: 70%;
    height:25px;
    margin-left: 10px;
    border: 1px solid #D1D1D1;
  }
  body#KBC81BN000M #aditItem2Of1,
  body#KBC81BN000M #aditItem3Of1,
  body#KBC81BN000M #brncCode {
    margin-left: 10px;
  }

  /* inputformスタイル(登録電話番号) */
  body#KBC81BN000M #telNum1 {
    margin-left: 10px;
  }
  .CnclTelNumber input {
    width: 70px;
    height:25px;
    border: 1px solid #D1D1D1;
  }

  /* [暗唱番号をお忘れのお客様]リンク用スタイル */
  body#KBC81BN000M p.ContentsLink {
    padding-top: 10px;
    padding-left: 5px;
  }
  body#KBC81BN000M #msge2::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: transparent solid 5px;
    border-left-color: black;
  }
  
  /* table内文字位置指定 */
  body#KBC81BN000M .positionTop {
    vertical-align: top;
  }
  
  
  /* 画面個別(KBML1BN003M) */
  /* サブセクションタイトルスタイル(all) */
  body#KBML1BN003M div .CnclSectionTitleStyle3,
  body#KBC81BN000M div .CnclSectionTitleStyle3, {
    margin-bottom: 25px;
  }
  
  /* トップページへ戻るボタン */
  body#KBML1BN003M .CnclWhiteButton {
    width: 160px;
    height: 45px;
    font-size: 17px;
  }
  
  
  /* 画面個別(KBML1BN000M) */
  /* 非活性ボタン */
  body div.CnclContentsArea input[type="button"]#btn_submit {
    background: #DDDDDD;
    color: #AAAAAA;
    width: 330px;
    height: 60px;
    border-radius: 5px;
    font-size: 27px;
    font-weight: bold;
    border: 1px #aaa solid;
  }
  
  /* 活性ボタン */
  body div.CnclContentsArea input[type="button"]#btn_submit2 {
    background: #C71585;
    color: #fff;
    width: 330px;
    height: 60px;
    border-radius: 5px;
    font-size: 27px;
    font-weight: bold;
    border: 1px #aaa solid;
  }
  
  body#KBML1BN000M div#erorMsgeBox {
    float: none;
  }
  
  body#KBML1BN000M table.BtnGrupTable {
    height: 100px;
    vertical-align: middle;
    margin-top: 40px;
  }
  
  body#KBML1BN000M table.BtnGrupTable td {
    vertical-align: middle;
  }
  
  
  body#KBML1BN000M div.BoxMessageStyle5 {
    margin-bottom: 30px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px #aaa;
    padding-right: 25px;
  }
  
  body#KBML1BN000M .cooperativeCheck td {
    padding: 0 10px;
    width: 900px;
  }
  
  body#KBML1BN000M div.chkBoxStyle{
    display: table;
  }
  
  body#KBML1BN000M .tableCellStyle {
    display: table-cell;
    padding-left: 10px;
  }
  
  
  body#KBML1BN000M .Arrow::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: transparent solid 5px;
    border-left-color: black;
  }
  
  body#KBML1BN000M .boxStyle {
    margin: 5px 0 10px 0;
  }
  
  body#KBML1BN000M .CnclSectionTitleStyle2 {
    margin-bottom: 30px;
  }
  
  body#KBML1BN000M .BoldRed {
    color: red;
    font-weight: bold;
  }
  
  body#KBML1BN000M .AgreTitl {
    font-weight: bold;
  }
  
  /* 画面個別(KBML1BN001M) */
  /* テーブルスタイル */
  body#KBML1BN001M table.ActInfo {
    border: solid #999999 1px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
  }
  body#KBML1BN001M .tableStyle th.formStyle {
    background: #EDE8E4;
  }
  body#KBML1BN001M .tableStyle th.formStyle,
  body#KBML1BN001M .tableStyle td {
    border: solid #999999 1px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
  }
  body#KBML1BN001M div.tableStyle {
    margin: 25px 0 45px 0;
  }
  
  body#KBML1BN001M div#erorMsgeBox {
    float: none;
  }
  
  div.MessageStyle1 p {
    margin-top: 25px;
    font-size: 15px;
  }
  
  
  #mailAdrs,
  #mailAdrsChk {
    width: 70%;
    height:25px;
    border: 1px solid #D1D1D1;
  }
  
  body#KBML1BN001M #htmlIncl6 {
    background: #F0F8FF;
  }
  
  
  body#KBML1BN001M #htmlIncl6 p {
    font-size: 15px;
    line-height: 1.8;
    padding: 5px 0 20px 20px;;
  }
  
  
  body#KBML1BN001M p#massageStyle1 {
    padding-bottom: 0;
    display: flex;
  }
  
  
  body#KBML1BN001M #attention {
    width: 35px;
    height: 35px;
    padding-top: 10px;
  }
  
  body#KBML1BN001M #htmlIncl6 span {
    padding: 15px 0 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #1e90ff
  }
  
  body#KBML1BN001M #btn_stop {
    width:109px;
    height: 42px;
  }
  
  /* 解約ボタンスタイル */
  body#KBML1BN001M input[type="button"]#btn_cncl {
    background: #C71585;
    border: 0;
    width: 350px;
    height: 60px;
    box-shadow: 0 1px 5px #999999;
    border-radius: 3px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
  }
  
  /* ボタンエリア */
  body#KBML1BN001M .CnclButtonArea {
    height: 150px;
  }
  
  /* ボタン位置(戻る) */
  body#KBML1BN001M #btn_return {
    padding-top: 50px;
  }
  
  /* ボタン位置(中止) */
  body#KBML1BN001M #btn_stop {
    padding-top: 50px;
  }
  
  /* ボタン位置(解約) */
  div.CnclButtonArea td.CnclBtn {
    padding-top: 40px;
    padding-left: 210px;
  }
  
  
  /* 画面個別(KBML1BN002M) */
  /* 完了文言エリア */
  body#KBML1BN002M div.CnclBoxMessageStyle3 {
    background: #FBF8E7;
    height: 110px;
    width: 1000px;
    margin-top: 8px;
    margin-bottom: 40px;
    border-radius: 8px;
    line-height: 1.5;
    font-size: 16px;
    box-shadow: 0 2px #aaa;
    border: #aaa 1px solid;
  }
  body#KBML1BN002M div.CnclBoxMessageStyle3 .compMessageArea{
      width: 100%;
      padding: 20px 0 0 25px;
  }
  
  /* メッセージスタイル */
  body#KBML1BN002M .MessageStyle1 {
    font-size: 15px;
  }
  
  /* 注意文言 */
  body#KBML1BN002M div.MessageStyle2 {
      margin-top: 15px;
  }
  
  /* テーブルスタイル */
  body#KBML1BN002M table.ActInfo {
    border: solid #999999 1px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
  }
  body#KBML1BN002M .tableStyle th.formStyle {
    background: #EDE8E4;
  }
  body#KBML1BN002M .tableStyle th.formStyle,
  body#KBML1BN002M .tableStyle td {
    border: solid #999999 1px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
  }
  
  /* ボタンエリア */
  body#KBML1BN002M div.CnclButtonArea {
    margin-bottom: 40px;
    margin-top: 15px;
    display: flex;
  }
  
  /* ホワイトボタン */
  body#KBML1BN002M #btn_top {
    width: 170px;
    height: 45px;
    font-size: 15px;
  }
  
  /* プリントボタン */
  body#KBML1BN002M #btn_print {
    position: relative;
    right: -730px;
    
  }
  
