
/* ============================================================
  モーダルウインドウ
============================================================ */
 #modalBase {
    width: 570px;
    padding: 35px;
    display:none;
    background: #FFF;
    border-radius: 4px;
    /*box-shadow: 0 3px 0px #e3e4e8;*/
    background: #f5f5f5;
/*  position: fixed !important;*/
}


#lean_overlay {
position: fixed;
z-index: 10000;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #000;
display: none;
}

.modal_close {
position: absolute;
top: 10px;
right: 10px;
display: block;
width: 20px;
height: 20px;
background: url('../img/btn_form_close.png?ver=20151224140507') no-repeat 0 0;
z-index: 2;
cursor: pointer;
z-index: 9999;
overflow: visible;
}


.iconBack{
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  background: url('../img/investment/iconback.png?ver=20151224140507') no-repeat 0 0;
  position: relative;
  top: 5px;
}


.formTop {
text-align: center;
height: 35px;
line-height: 35px;
border-top: 1px solid rgb(226, 226, 226);
margin-top: 30px;
padding-top: 18px;
cursor: pointer;
}

.formTop:hover{
  opacity: 0.8;
}
.mb20{
  margin-bottom: 20px !important;
}

.mb50{
  margin-bottom: 50px !important;
}

/* ============================================================
   0101010101010101010101010101
============================================================ */
.modal01{position: relative;}
.modal01 p {
text-align: center;
font-size: 30px;
color: rgb(75, 75, 75);
line-height: 1.2;
margin: 21px auto 42px auto;
}


.btnLogin,.btnRegist{
  border:none;
  outline: none;
  width: 240px;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  color: #ffffff;
  font-size: 17px;
}
.btnLogin:hover,.btnRegist:hover{opacity: 0.8;}
.btnLogin{background: #00c0e0;margin-right: 20px;}
.btnRegist{background: #f83591;}





/* ============================================================
   020202020202020202020202020200202020202020202020
============================================================ */
.modal02{display: none;position: relative;}
.agreeBase {
width: 440px;
height: 44px;
background: white;
border: 1px solid #d9d9d9;
text-align: center;
margin: auto;
font-size: 14px;
border-radius: 4px;
line-height: 42px;
margin-bottom: 18px;
}

.agreeBase label{
  cursor: pointer;
}

.chekBtnLightMargin {
margin-right: 10px;
position: relative;
top: -1px;
}

.title{font-size: 30px;margin-bottom: 18px;color: rgb(75, 75, 75);text-align: center;}

.registFacebook {
display: block;
width: 440px;
height: 59px;
border: none;
border-radius: 0px;
text-indent: -9999px;
outline: none;
margin: 0 auto 20px auto;
cursor: pointer;
}

.registAmeba,.registTwitter{
display: block;
width: 210px;
height: 53px;
border: none;
outline: none;
float: left;
text-indent: -9999px;
cursor: pointer;
}

.registTwitter{background: url("../img/investment/b.png?ver=20151224140507") no-repeat 0 0;margin-right: 20px;}
.registAmeba{background: url("../img/investment/c.png?ver=20151224140507") no-repeat 0 0;}
.registFacebook {background: url("../img/investment/a.png?ver=20151224140507") no-repeat 0 0;}

.registFacebook:hover,.registAmeba:hover,.registTwitter:hover{opacity: 0.8;}
.snsBaseDown{
  width: 440px;
  margin: 0 auto 50px auto;
}

.btnRegit02{ border:none;
  outline: none;
  width: 440px;
  height: 59px;
  line-height: 59px;
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
background: #f83591;
margin: 0 auto 20px auto;
display: block;}

.btnRegit02:hover{
  opacity: 0.8;
}
.btnLogin02{color: #05a1c6;outline: none;border: none;background: #f5f5f5;display: block;margin: 25px auto 0 auto;cursor: pointer;font-size: 14px;}

.btnLogin02:hover{text-decoration: underline;}

.checkErr {
width: 440px;
height: 26px;
text-align: center;
background: #ed5565;
font-size: 12px;
line-height: 26px;
color: white;
border-radius: 4px;
margin: -38px auto 30px auto;
}

.modal02FormErrBase{width: 440px;margin: auto;}

.formBack02{margin-top: 18px;}

/* ============================================================
   03030303030303003303303303303000030303003030303330
============================================================ */
.modal03{
  display: none;
  position: relative;
}

.title03 {
font-size: 30px;
margin: 25px auto 18px auto;
color: rgb(75, 75, 75);
text-align: center;
}

.title03_02 {
font-size: 30px;
margin: 25px auto 0 auto;
color: rgb(75, 75, 75);
text-align: center;
}

.namenInput{
padding: 6px;
font-size: 16px;
color: #333333;
border: solid 1px #D5D5D5;
border-radius: 2px;
background-color: #fff;
width: 440px;
height: 43px;
margin: 0 auto 0px auto;
display: block;
border-radius: 4px;
}
.submitBtn03 {
display: block;
border: none;
cursor: pointer;
outline: none;
right: 0px;
color: white;
font-size: 20px;
border-radius: 2px;
line-height: 59px;
height: 59px;
width: 440px;
background: #01B1DA;
position: relative;
margin: 20px auto 29px auto;
}
.submitBtn03:hover{opacity: 0.7;}


.forgetPass{font-size: 14px; text-align: center; display: block; margin: auto;}
.btnLogin03{color: #05a1c6;outline: none;border: none;background: #f5f5f5;display: block;margin: 10px auto 0 auto;cursor: pointer;font-size: 14px;}

.btnLogin03:hover{text-decoration: underline;}

#logInForm{width: 440px;margin: auto;}



/* ============================================================
   0404040404040404040404040404040404040404040
============================================================ */
.modal04{display: none;position: relative;}
.joinFormbaseIn {
width: 440px;
margin: 25px auto 25px auto;
}
.kurumi {
margin-bottom: 20px;
}

.note{margin-bottom: 5px;font-size: 16px;}
/*日本版*/
.notes {
color: #7d7d7d;
margin-left: 9px;
font-size: 13px;
}

/*海外版*/
.notes_En {
color: #7d7d7d;
font-size: 12px;
display: block;
margin-top: 7px;
}

.loginForm {
padding: 6px;
font-size: 13px;
font-size: 1.3rem;
color: #333;
border: solid 1px #D5D5D5;
border-radius: 2px;
background-color: #fff;
width: 440px;
height: 40px;
}

/*.errPosRight {
margin-right: 10px;
}
*/
.checkbox {
font-size: 14px;
margin-bottom: 15px;
display: block;
line-height: 20px;
text-align: center;
}

.checkbox input{
  position:relative;
  top:-1px;
}

.checkBtn02 {
border: none;
outline: none;
width: 440px;
height: 59px;
line-height: 59px;
border-radius: 4px;
cursor: pointer;
color: #ffffff;
font-size: 20px;
background: #f83591;
margin: auto;
display: block;
}

.checkBtn02:hover{opacity: 0.8;}




/* ============================================================
   050505050505050505050505050505050505050505050505
============================================================ */
.overlay{
background-color: rgba(0, 0, 0, 0.6);
z-index: 9999;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#modal_regist {
background: #f4f4f4;
border-radius: 4px;
z-index: 10000;
width: 660px;
height: auto;
margin: -50px 0 0 -200px;
top: 50%;
left: 50%;
position: absolute;
margin-top: -150px;
opacity: 1;
margin-left: -330px;
margin-top: -225px;
}
.joinFormbaseInRegist {
width: 440px;
margin: 25px auto 25px auto;
}

/* ============================================================
   ローディング
============================================================ */

.loadingBase{}
.loadingBase:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: url("../img/common_loading.gif") no-repeat center center rgba(0, 0, 0, 0.8);
z-index: 10000;
border-radius: 4px;
}
/*
.modal_loadingBase02 {
position: absolute;
width: 660px;
background: rgba(0, 0, 0, 0.80);
left: -35px;
top: -35px;
z-index: 10000;
border-radius: 4px;
height: 589px;
}

.modal_loadingBase02:after {
content: "";
position: absolute;
width: 60px;
height: 60px;
background: url("../img/investment/loading.gif") no-repeat center center black;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: -20px;
border-radius: 4px;
}



.modal_loadingBase03 {
position: absolute;
width: 660px;
background: rgba(0, 0, 0, 0.80);
left: -35px;
top: -60px;
z-index: 10000;
border-radius: 4px;
height: 670px;
}

.modal_loadingBase03:after {
content: "";
position: absolute;
width: 60px;
height: 60px;
background: url("../img/investment/loading.gif") no-repeat center center black;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: -20px;
border-radius: 4px;
}

.modal_loadingBase04 {
position: absolute;
width: 660px;
background: rgba(0, 0, 0, 0.80);
left: -35px;
top: -60px;
z-index: 10000;
border-radius: 4px;
height: 578px;
}

.modal_loadingBase04:after {
content: "";
position: absolute;
width: 60px;
height: 60px;
background: url("../img/investment/loading.gif") no-repeat center center black;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: -20px;
border-radius: 4px;
}*/

/* ============================================================
   exvaridation
============================================================ */

.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -.9em;
}

.formError {
  padding-bottom: 13px;
  display: block;
}
.fixed {
  padding-bottom: 0;
}

  .formError .formErrorClose {
    border: solid #252525 2px;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    right: -4px;
    color: #efefef;
    background: #333;
    font-weight: bold;
    text-align: center;
    line-height: middle;
    cursor: pointer;
    box-shadow: 1px -1px 3px #888;
    -moz-box-shadow: 1px -1px 3px #888;
    -webkit-box-shadow: 1px -1px 3px #888;
    _z-index:2;
  }
  .formError .formErrorClose:hover {
    background: #666;
  }
  .fixed .formErrorClose {
    display: none;
  }

  .formError .formErrorContent {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 10px;
    width: 440px;
    position: relative;
    color: #fff;
    background: #ed5565;
    font-size: 11px;
/* oj ERASE   margin-top: -19px;*/


  }
  .fixed .formErrorContent {
    margin-top: .5em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #ed5565;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    border-radius: 2px;
    margin-bottom: 18px;
}


