﻿/*------------------------------------------------
	動的スタイル
--------------------------------------------------*/

/* 検証エラーメッセージ */
.error-message {
    color: #FF0000 !important;
    background: url("../images/icon_exclamation.gif") no-repeat;
    padding-left: 15px;
}
