﻿/* mobile */
@import url("mobile.css") only screen and (max-width : 736px);
/* desktop */
@import url("desktop.css") only screen and (min-width : 737px);