@import url(style_pc_big.css) screen and (min-width: 1200px);
@import url(style_pc.css) screen and (min-width:910px) and (max-width:1200px);
@import url(style_smp.css) screen and (max-width: 910px);
@import url(style_print.css) print;

