@charset "utf-8";
/* CSS Document */

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

@import url("common.css") screen and (min-width:768px) and (max-width: 5000px);
@import url("base.css") screen and (min-width:768px) and (max-width: 5000px);
@import url("idx.css") screen and (min-width:768px) and (max-width: 5000px);

@import url("common_s.css") screen and (min-width:0px) and (max-width: 767px);
@import url("base_s.css") screen and (min-width:0px) and (max-width: 767px);
@import url("idx_s.css") screen and (min-width:0px) and (max-width: 767px);