@import url("default.css") print, screen and (min-width: 960px);
@import url("style_pc.css") print, screen and (min-width: 960px);

@import url("default.css") print, screen and (max-width: 959px) and (min-width: 520px);
@import url("style_tb.css") print, screen and (max-width: 959px) and (min-width: 520px);
@import url("jquery.fatNav.css") print, screen and (max-width: 959px) and (min-width: 520px);

@import url("default.css") print, screen and (max-width: 519px);
@import url("style_sp.css") print, screen and (max-width: 519px);
@import url("jquery.fatNav.css") print, screen and (max-width: 519px);
