
@import url("reset.css");
@import url("sp.css") screen and (max-width:599px);
@import url("tablet.css") screen and (min-width:600px) and ( max-width:959px);
@import url("pc.css") screen and (min-width:960px);
