@import url("layout_base_v2.css");
@import url("layout_style_1300up.css") screen and (min-width: 1300px);
@import url("layout_style_1100up.css") screen and (min-width: 100px) and (max-width: 1299px);
@import url("layout_style_850up.css") screen and (min-width: 801px) and (max-width: 999px);
@import url("layout_style_mobile.css") screen and (min-width: 100px) and (max-width: 800px);
@import url("layout_checkbox_mobile.css") screen and (min-width: 100px) and (max-width: 800px);
@import url("layout_style_mobile.css") screen and (max-device-width: 800px);
@import url("../guxcom_tool/system_style_v2_mobile.css") screen and (max-device-width: 800px); 


