@charset "UTF-8";
@import url(../../../../real_estate/common/css/a_import.css);
@import url(style.css);

/* PC版 */
@import url(pc.css) screen and (min-width:1120px), print;

/* スマホ版 */
@import url(smart.css) screen and (min-width: 0px) and (max-width:1119px);