@import url(style-l.css);
@import url(inside.css);
@import url(style-ls.css) only screen and (min-width:980px) and (max-width:1199px);
@import url(style-m.css) only screen and (min-width:768px) and (max-width:979px);
@import url(style-s.css) only screen and (max-width:767px);

