@charset "utf-8";
.area {
    background-color: #f5f8fa;
    border: 1px solid #edeeee;
    border-radius: 6px;
    margin: 10px 0;
    padding: 10px 0;
    word-break: break-all;
    text-align: center;
}
.area-margin {
    margin: 10px 10px;
}

#web-login-button a {
    display: inline-block;
    width: 222px;
    height: 88px;
    background: url("/images/line/btn_login_base.png") no-repeat;
}
#web-login-button a:hover {
    background: url("/images/line/btn_login_hover.png") no-repeat;
}
#web-login-button a:active {
    background: url("/images/line/btn_login_press.png") no-repeat;
}
