
/* base */
@import url('../../widget.css');
@import url('layout.css');
@import url('style.css');

/* s */
/*@media screen and (max-width:768px){*/
/*@import url('layout.s.css')*/
/*@import url('style.s.css')*/
/*}*/

@import url('layout.s.css') screen and (max-width:767px);
@import url('style.s.css') screen and (max-width:767px);

/* m+ */
@import url('layout.m.css') screen and (min-width:768px);
@import url('style.m.css') screen and (min-width:768px);

/* m */
@import url('layout.m.only.css') screen and (min-width:768px) and (max-width: 1023px);
@import url('style.m.only.css') screen and (min-width:768px) and (max-width: 1023px);

/* l+ */
@import url('layout.l.css') screen and (min-width:1024px);
@import url('style.l.css') screen and (min-width:1024px);

/* xl */
@import url('layout.xl.css') screen and (min-width:1280px);
@import url('style.xl.css') screen and (min-width:1280px);

/* tmp */
@import url('style.xch.css');
@import url('tmp.kyj.css');

