
/* エラーメッセージ */
.err{
    display: block!important;
    color: #eb0000;
    margin-top: 5px;
}

.err:before{
    content: url(../images/icon_err.png);
    position: relative;
    top: 4px;
    margin-right: 10px;
}

/*
.err:before{
    content: "！";
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    margin: 6px 6px 0 0;
    background: #eb0000;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #FFF;
}
*/

.errbgOn {
    background: #FFE8E8;
}
