@charset "utf-8";
/* CSS Document */

@charset "utf-8";



/* Desktop */

 

@import url("style.css");

/*@import url("slider.css");*/

@import url("menu.css");

/*@import url("inner_page.css");*/

/* Tablet */
@import url("tablet.css") only screen and (min-width:413px) and (max-width:800px);


/*@import url("tablet.css") only screen and (min-width:48em);*/



/* Tablet-2 */
@import url("tablet-2.css") only screen and (max-width:412px);


/* Phone */
@import url("phone.css") only screen and (max-width:321px);