@import url("common.css");
@import url("base.css");

@import url("max1200.css") screen and (max-width: 1200px);
@import url("max992.css") screen and (max-width: 992px);
@import url("max768.css") screen and (max-width: 768px);
@import url("max480.css") screen and (max-width: 480px);
@import url("min993.css") screen and (min-width: 993px);

@import url("sns.css");
