@charset "utf-8";

/**
 * system use styles.
 */
.b-maintenance {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background: #d9534f;
    padding: 2px 10px;
    margin:5px;
    color: #fff;
    border-radius: 4px;
    width: 130px;
    text-align: center;
}

.b-link-loading {
    display:block;
}

.b-content-display-lock > .loading_wrap,
.b-display-lock {
    background:rgba(255,255,255,0);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 40000;
    display: none;
}

.b-content-display-lock > .loading_wrap .loadingbox {
    background: none;
}

.b-overlay-loading {
    position:absolute;
    top:50%;
    left:50%;
    z-index:40001;
    width:60px;
    height:60px;

    margin:-30px 0 0 -30px;

    background:url(./img/common/loading.gif) 0 0 no-repeat;
    background-size:60px auto;
}

/*========== Loading（ローディング） ============*/
.loading_wrap{
    position:fixed;
    background:rgba(255,255,255,1);

    height:100%;
    width:100%;

    top:0;
    left:0;
    z-index:40000;
    /**/
    display:none;
}
.loading_wrap .loadingbox{
    position:absolute;
    top:50%;
    left:50%;
    z-index:40001;
    width:60px;
    height:60px;

    margin:-30px 0 0 -30px;

    background:url(../img/common/loading.gif) 0 0 no-repeat;
    background-size:60px auto;
}

.b-link-btn:hover {
    cursor: pointer;
}

/* add 2017/04/20 goda */
#pwd.b-pwd {
    margin-top: -152px;
    padding-top: 152px;
}
.card-security-msg {
    font-size: large;
    font-weight: bold;
}

/* popup */
.b-popup-box {
    width:800px;
    background-color:#fff;
    padding:20px;
    box-sizing: border-box;
    word-break:break-all;
}

.b-popup-box dt , .bltel_dt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #bdbdbd;
    margin: 0 0 20px;
    padding: 0 0 18px;
}

.b-popup-box dd , .bltel_dd {
    margin: 0 0 20px;
}
