@charset "euc-jp";

/* login

ログインページで使用するスタイル

------------------------------------------------ */

/*レイアウト*/
.login_area {
    display: table;
    width: 853px;
    margin: 20px auto 50px auto;
}
.login_area .ccell {
    position: relative;
    display: table-cell;
}
.login_area .left {
    width: 420px;
    padding: 20px 0 60px 0;
    border-bottom: #e0e0e0 1px solid;
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
    vertical-align:top;
}
.login_area .right {
    width: 350px;
    border-bottom: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
    vertical-align:top;
    }
.login_area .left .btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}
.login_area .riht .btn {
    text-align: center;
}
.thead {
    display: table-header-group;
}
.thead h2 {
    display: table-cell;
    vertical-align:top;
}
/*ログイン*/
/*GetMoney会員の方*/
.thead h2.tit_login {
    width: 489px;
    height: 16px;
    padding: 14px 0 10px 10px;
    border-top: #177857 1px solid;
    border-right: #177857 1px solid;
    border-bottom: #0d4d00 2px solid;
    border-left: #177857 1px solid;
    background: #86ceb5;
    font-size: 17px;
    font-weight: bold;
    color: #0d4d00;
}
/*入力フォーム*/
.login_area .left dl {
    overflow: hidden;
    margin: 5px 0 0 0;
}
.login_area .left dl dt {
    padding: 8px 10px 0 0;
    width: 160px;
    display: table-cell;
    float: left;
    text-align: right;
    vertical-align: middle;
}
.login_area .left dl dd {
    margin-bottom: 8px;
    float: left;
}
.login_area .left dl dd input.text {
    width:250px;
    height:16px;
    padding:5px;
}
.login_area .left dl dd input.pass {
    width:250px;
    height:16px;
    padding:5px;
}   
.login_recaptcha {
  margin: 7px 15px 15px 15px;
  padding: 12px 76px 12px;
  background-color: #FFF9D8;
  display: block;
}

/*自動的にログイン*/
.login_area .left p.input_auto {
    margin: 7px 0 0 174px;
}
/*パスワードを忘れた方*/
.login_area .left p.pass_forget {
    margin: 7px 0 15px 170px;
    padding: 0 5px 0 22px;
    background: url(../../img/15/login/login_forget.png) no-repeat 5px center;
}
/*エラーメッセージ*/
.login_area .left p.error {
    font-size:12px;
    color: #FF0004;
    margin: 10px 0 15px 175px;
    line-height: 1.4em;
}
/*ログインボタン*/
.login_btn {
    display: block;
    height: 40px;
    width: 160px;
    margin: 20px auto 20px auto;
    padding: 1px 0 0 55px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    color: #fff;
    border: #177857 1px solid;
    background: url(../../img/15/icon/ico_login.png) no-repeat 25px center;
    background-color: #0e9c6c;
    cursor: pointer;
    transition: .2s linear;
}
.login_btn:hover {
    background-color: #06845a;
}
/* 認証 */
.authentication dd {
    margin-left: 55px;
}
.authentication dt {
    margin-bottom: 5px;
    margin-left: 152px;
}
.authentication p {
    font-size: 10px;
    margin-bottom: 10px;
}
div#capy-captcha-caption {
    background: #EE3558;
    border-radius: 14px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    margin: 12px 0 15px;
    padding: 5px 8px;
    position: relative;
    text-align: center;
    width: 250px;
}
div#capy-captcha-caption::after {
    border-top: #EE3558 8px solid;
    border-bottom: 8px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
}
div#avatar_image {
    margin-bottom: 15px;
}

/*新規登録*/
/*会員登録されていない方*/
.thead h2.tit_regist {
    width: 350px;
    height: 40px;
    padding:0;
    border-top: #d84659 1px solid;
    border-right: #d84659 1px solid;
    border-left: #fcbac1 1px solid;
    border-bottom: #ce002a 2px solid;
    background: #fcbac1;
    font-size: 17px;
    font-weight: bold;
    color: #ce002a;
    overflow:hidden;
}
.thead h2.tit_regist span {
    display: block;
    float: left;
    margin: 14px 0 10px 10px;
}
/*初めての方へボタン*/
.thead h2.tit_regist a.tutorial {
    display: block;
    margin: 4px;
    padding: 8px 8px 8px 30px;
    float: right;
    font-size: 11px;
    text-decoration: none;
    color: #303030;
    background: #fff9d6 url(../../img/15/login/login_tutorial.png) no-repeat 8px center;
    border-radius: 5px;
    border: #CF0003 1px solid;
    transition: .2s linear;
}
.thead h2.tit_regist a.tutorial:hover {
    background-color: #fff4b1;
}
/*list*/
.login_area .right .contents_area ul {
    margin: 20px 0 0 95px;
}
.login_area .right .contents_area ul li {
    margin: 0 0 10px 0;
    padding: 1px 0 0 30px;
    display: block;
    height: 20px;
    font-size: 14px;
    overflow: hidden;
    background: url(../../img/15/login/login_icon.png) no-repeat 0 0;
}
.login_area .right .contents_area ul li.shop {
    background-position: 0 0;
}
.login_area .right .contents_area ul li.game {
    background-position: 0 -25px;
}
.login_area .right .contents_area ul li.survey {
    background-position: 0 -50px;
}
.login_area .right .contents_area ul li.monitor {
    background-position: 0 -75px;
}
.login_area .right .contents_area ul li span {
    color: #ce002a;
    font-weight: bold;
}
/*吹き出し*/
.login_area .right .arrow {
    width: 280px;
    font-size:12px;
    text-align: center;
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 5px 10px;
    margin: 20px auto 30px auto;
/*    margin: 20px auto 80px auto;
*/
}
.arrow:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f4f4f4;
    border-width: 10px;
    margin-left: -10px;
}
/*会員登録ボタン*/
.login_area .right .btn a {
    display: block;
    height: 28px;
    width: 122px;
    margin: 10px auto 20px auto;
    padding: 10px 0 0 35px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    border: #d84659 1px solid;
    background: url(../../img/15/icon/ico_regist1.png) no-repeat 12px center;
    background-color: #f87584;
    transition: .2s linear;
}
.login_area .right .btn a:hover {
    background-color: #fc5568;
}
