/*
* アラート
------------------------------------------------------------------*/
.form-alert {
    background-color: #ffebee;
    border: #f44336 solid 1px;
}

p.form-alert-msg {
	color: #f44336;
	margin-bottom: 5px;
}

