@charset "UTF-8";

@import url("/award/_css/reset.css");
@import url("/award/_css/layout.css");
@import url("/award/_css/header.css");
@import url("/award/_css/footer.css");
@import url("/award/_css/main.css");
@import url("lp_v2.css");

@import url("/award/_css/pc.css") screen and (min-width:751px);
@import url("pc.css") screen and (min-width:751px);
@import url("/award/_css/sp.css") screen and (max-width:750px);
@import url("sp_v2.css") screen and (max-width:750px);

@import url("ie.css");
