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


/***** タブレット *****/
/*
@import url("ALL_tablet.css") screen and (max-width: 768px) and (min-width: 641px);
@import url("Page_tablet.css") screen and (max-width: 768px) and (min-width: 641px);
@import url("Menu_tablet.css") screen and (max-width: 768px) and (min-width: 641px);
@import url("Ebukken_tablet.css") screen and (max-width: 768px) and (min-width: 641px);
*/
/***** スマホ *****/
/*
@import url("Page_smart.css") screen and (max-width: 640px);
@import url("ALL_smart.css") screen and (max-width: 640px);
@import url("Menu_smart.css") screen and (max-width: 640px);
@import url("Ebukken_smart.css") screen and (max-width: 640px);
*/
@import url("Page_smart.css") screen and (max-width: 768px);
@import url("ALL_smart.css") screen and (max-width: 768px);
@import url("Menu_smart.css") screen and (max-width: 768px);
@import url("Ebukken_smart.css") screen and (max-width: 768px);

@import url("GlobalMenu.css");
@import url("Title.css");
@import url("Botton.css");
@import url("CLASS.css");
@import url("FONT.css");

@import url("Frame.css");

