@charset "utf-8";
@import url("normalize.min.css");
@import url("default.min.css");
@import url("common.css"); 

@import url("pc_base.css") screen and (min-width:768px),print;
@import url("pc_layout.css") screen and (min-width:768px),print;
@import url("pc_header.css") screen and (min-width:980px),print;
@import url("pc_realestate.css") screen and (min-width:768px),print;

@import url("smp_header.css") screen and (max-width:979px),print;

@import url("smp_base.css") screen and (max-width: 767px);
@import url("smp_layout.css") screen and (max-width: 767px);
@import url("smp_realestate.css") screen and (max-width: 767px);