@charset "utf-8";


form#mail_form input[type="file"]{
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}


form#mail_form ul li p.change_image{
	margin-top : 7px;
}

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

form#mail_form ul li:first-child+li p.change_image img{
	margin-top : 0px;
}


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;
}








