@charset "utf-8";
/* CSS Document */
html{font-size:100%; font-family:Arial, Helvetica, sans-serif; }

body{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}

*{	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;}
	

/* tablet              */
@media only screen and (min-width: 480px) and (max-width: 1024px) { 

  }


/* mobile */
@media only screen and (max-width: 479px) {

}


