/*Viewport*/
@viewport {
	width: device-width;
}
/* Handy */
@import url("indexmobile.css") only screen and (max-width:400px);
/* Tablet */
@import url("style-1000px.css") only screen and (min-width:401px) and (max-width:1024px);
