@charset "utf-8";
@import url("sp.css") only screen and (max-width: 768px);
@import url("pc.css") only screen and (min-width: 769px);

/*==============================================

	Index

==============================================*/

/*================================
	
================================*/


.mw_wp_form .error {
	font-size : 93%;
	color : #B70000;
	display : block;
}



