/* Phone-Portrait */
@import url("portrait.css") only screen and (max-width:370px);
/* Phone-Landscape */
@import url("landscape.css") only screen and (min-width:371px) and (max-width:650px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:651px) and (max-width:900px);
/* custom-for-footer */
@import url("custom-for-footer.css") only screen and (min-width:901px) and (max-width:980px);
/* Desktop */
@import url("desktop.css") only screen and (min-width:981px);



