
/* -----------------------------------------------------------------------
	730
-----------------------------------------------------------------------*/
@media screen and (max-width: 720px) {

body {
font-size: 600%;
	line-height: 0.9em;
	
	}

}



/* -----------------------------------------------------------------------
	440
-----------------------------------------------------------------------*/

@media screen and (max-width: 520px) {

body {
font-size: 300%;
	line-height: 0.9em;
	
	}
	
	
	img {
width: 100%;

	
	}
	
	

}

