@charset "utf-8";


.form_space{
	
	
	font-size : 90%;
	line-height : 1.8;
	
}





/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){

body{
	font-size : 100%;
}

}
/* 640pixel end */

