/*
@import url("ALL.css");
@import url("Page.css");
@import url("Menu.css");
@import url("Ebukken.css");
*/

/***** PC *****/
@import url("ALL.css") screen and (min-width: 641px);
@import url("GlobalMenu.css") screen and (min-width: 641px);
@import url("Page.css") screen and (min-width: 641px);


/***** スマホ *****/
@import url("ALL_smart.css") screen and (max-width: 640px);
@import url("GlobalMenu_smart.css") screen and (max-width: 640px);
@import url("Page_smart.css") screen and (max-width: 640px);


/***** 共通 *****/
@import url("CLASS.css");
@import url("FONT.css");
