@charset "utf-8";

.error-message {
	color: #ffffff;
	background-color: #ff0000;
	font-weight: bold;
    display: block;
    font-size: 83.4%;
    margin: 2em 2em 2em 1em;
    padding: 10px 10px 10px 20px;
    text-indent: -0.9em;
}

.error-message:before {
	content: "[エラー]　";	
}

.password-note {
    display: block;
    font-size: 83.4%;
    margin: 5px 0 0 1em;
    padding-bottom: 1px;
    text-indent: -0.9em;
}


/* #validation */

#validation .error-message {
    background-color: transparent;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: normal;

    color: #f00;
    display: block;
    font-size: 83.4%;
    margin-left: 1em;
    padding-bottom: 1px;
    text-indent: -0.9em;
}

#validation .error-message:before {
	content: "* ";
}

#validation01 .error-message {
    background-color: transparent;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: normal;

    color: #f00;
    display: block;
    font-size: 83.4%;
    margin-left: 1em;
    padding-bottom: 1px;
    text-indent: -0.9em;
}

#validation01 .error-message:before {
	content: "* ";
}



/* .label_cell  */

.label_cell.error-message {
    background-color: transparent;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: normal;

    color: #f00;
    display: block;
    font-size: 83.4%;
    margin-left: 1em;
    padding-bottom: 1px;
    text-indent: -0.9em;
}

.label_cell .error-message:before {
	content: "* ";
}

.label_cell .error-message {
    background-color: transparent;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: normal;

    color: #f00;
    display: block;
    font-size: 83.4%;
    margin-left: 1em;
    padding-bottom: 1px;
    text-indent: -0.9em;
}

.label_cell .error-message:before {
	content: "* ";
}


	
/* generic */


.form-error {
	background: #fff0f0 none repeat scroll 0 0 !important;
	border: 1px solid #ff6060 !important;
}


div.required {
	background-color: transparent!important;
}
