@charset "UTF-8";

@import url("reset.css") screen and (min-width:0px) and (max-width: 5000px);

@import url("common.css") screen and (min-width:740px) and (max-width: 5000px);
@import url("style.css") screen and (min-width:740px) and (max-width: 5000px);

@import url("common_s.css") screen and (min-width:0px) and (max-width: 739px);
@import url("style_s.css") screen and (min-width:0px) and (max-width: 739px);