@import url("normalize.min.css") screen,print;
@import url("default.min.css") screen,print;
@import url("common.css") screen,print;

@import url("pc_layout_navi.css") screen and (min-width: 980px),print;
@import url("smp_layout_navi.css") screen and (max-width: 979px),print;

/* PC */
@import url("pc_layout_second.css") screen and (min-width: 769px),print;
@import url("pc_message.css") screen and (min-width: 769px),print;
/* SMP */
@import url("smp_layout_second.css") screen and (max-width: 768px);
@import url("smp_message.css") screen and (max-width: 768px);