#smsauthannouncebox{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
}
#first.modal{
    position:absolute;
    display:none;
    z-index:100000;
    top:283px;
    width:990px;
    height:320px;
    margin:auto;
    left:0;
    right:0;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    line-height:35px;
}
#first.modal p.modalNew{
    position: absolute;
    top: -70px;
    width: 120px;
    left: 90px;
}
#first.modal p.modalToroku{
    position:absolute;
    top:-85px;
    right:94px;
}
#first.modal p.modalNew img,
#first.modal p.modalToroku img{
    width:100%;
}
#first.modal p.text{
    width:450px;
    font-size:22px;
    text-align:left;
    margin-left:160px;
    line-height:27px;
}
#first.modal a.btn{
    display: block;
    text-align: center;
    color: #fff;
    border-radius:5px;
    transition: 0.3s;
}
#first.modal a.btn:hover{
    text-decoration:none;
    transition: 0.3s;
    opacity:0.8;
}
#first.modal a.openSMS{
    background-color:#3ea1ff;
    box-shadow: 1px 1px 1px #207ad0;
    border-bottom: 1px solid #207ad0;
    height:50px;
    line-height:50px;
    font-weight:bold;
    width:400px;
    position:absolute;
    left:160px;
    top:180px;
}
#first.modal a.close_modal{
    width: 210px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 190px;
    top: 180px;
    border: 2px solid #fff;
    padding: 0 50px;
    box-sizing:border-box;

}
#first.modal p.shortText{
    font-size:13px;
    font-weight:normal;
    text-align:left;
    margin-left:160px;
    margin-top:10px;
    width:450px;
}
#first.modal p.shortText span{
    font-size:14px;
}
@media screen and (max-width:1024px){
    #first.modal p.modalNew{
        left:100px;
    }
    #first.modal p.modalToroku{
        right:76px;
    }
    #first.modal p.text{
        margin-left: 190px;
        font-size:26px;
    }
    #first.modal p.shortText{
        margin-left: 190px;
        font-size:14px;
    }
    #first.modal a.openSMS{
        width:380px;
        left:190px;
    }
    #first.modal a.close_modal{
        width:190px;
    }
}

/*A1PasswordReminder*/

#passwordReminder {
    width: 710px;
    margin: 32px auto 16px;
    overflow: hidden;
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.2);
}
#passwordReminder h3 {
    color: #3ea1ff;
    font-size: 18px;
    border-bottom: 2px solid #3ea1ff;
    padding: 0 0 8px 8px;
    text-indent: 0;
    background: transparent !important;
}
#passwordReminder .torokuText {
    padding: 20px 20px;
    font-size: 12px;
}
#passwordReminder .torokuText a {
    color: #3ea1ff;
}
#passwordReminder .torokuText span {
    color: #f00;
}
p.link {
    padding-left: 20px;
}
p.link a {
    color: #3ea1ff;
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px;
}
.textLinkWrap {
    width: 710px;
    margin: 0 auto 64px;
    overflow: hidden;
    text-align: center;
}
.textLink {
    font-size: 16px;
}
.textLink:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 9px solid #3ea1ff;
}
