/* modal */
#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:25px;
}
#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:#fac900;
    box-shadow: 1px 1px 1px #ffa500;
    border-bottom: 1px solid #ffa500;
    height:50px;
    line-height:50px;
    font-weight:bold;
    width:400px;
    position:absolute;
    left:160px;
    top:180px;
    text-decoration: none;
}
#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;
    text-decoration: none;
}
#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;
    }
}

/* progress bar */
.progressBar{
    width:480px;
    margin:5px auto 24px;
}
.progressBar li{
    float:left;
    width:120px;
    font-size:12px;
    background: none!important;
    padding: 0!important;
}
.progressBarkaiin li{
    width:120px;
}
.progressBar li span.boxTextOuter{
    background:none repeat scroll 0 0 #ccc;
    color:#fff;
    display:block;
    height:46px;
    line-height:46px;
    margin-right:13px;
    position:relative;
    text-align:center;
    text-decoration:none;
}
.progressBar li span.boxTextOuter span{
    margin-right:-13px;
    margin-left:-13px;
    position:relative;
    display:block;
    line-height:46px;
}
.progressBar li:first-child span.boxTextOuter span{
    margin-left:-5px
}
.progressBar li:first-child span.boxTextOuter{
    border-radius:4px 0 0 4px;
}
.progressBar li:first-child span.boxTextOuter:before{
    border:medium none;
}
.progressBar li:last-child span.boxTextOuter{
    margin-right:8px;
}
.progressBar li span.boxTextOuter:before,.progressBar li span.boxTextOuter:after{
    -moz-border-bottom-colors:none;-moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
    border-color:#ccc;
    border-image:none;
    border-style:solid;
    border-width:23px 10px;
    content:"";
    height:0;
    position:absolute;
    top:0;
    width:0;
}
.progressBar li span.boxTextOuter:before{
    border-left-color:rgba(0,0,0,0);
    left:-10px
}
.progressBar li span.boxTextOuter:after{
    border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #ccc;
    left:100%
}
.progressBar li.now span.boxTextOuter{
    background-color:#fac900
}
.progressBar li.now span.boxTextOuter:before{
    border-color:#fac900 #fac900 #fac900 rgba(0,0,0,0)
}
.progressBar li.now span.boxTextOuter:after{
    border-left-color:#fac900
}


/* AEMemberToroku */
p.note a {
    text-decoration: underline;
}

