@import "../style.css";
@import url(./style_common.css);
@import url(./style_mobile.css) handheld or (max-device-width: 480px);
@import url(./style_screen.css) screen or (min-device-width: 480px);

