@charset "utf-8";




form#mail_form dl dd p.change_image {
	margin-top: 7px;
}

form#mail_form dl dd p.change_image img {
	display: block;
	max-width: 200px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
}



form#mail_form dl dd p.accept_filetype {
	margin-top: 5px;
}

form#mail_form dl dd span.error_filetype {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}








/* -- 入力内容確認アドオンを併用している場合 ----------------------------------------------------------------------------------------- */

div#confirm_field dl dd p img {
	display: block;
	max-width: 200px;
	border-radius: 4px;
	margin-top: 20px;
}

div#confirm_field dl dd p:first-child img {
	margin-top: 7px;
}








