@charset "utf-8";
/****************/
/*              */
/*  mail.css    */
/*              */
/****************/

p {
	margin: 0px;
	line-height: 1.3em;
}

.error {
	color: #F00;
	line-height: 1em;
	margin: 0;
}

.need_input {
	color: #F00;
	margin-right: 5px;
}

.caution {
	color: #F00;
	font-weight: bold;
}
