@import url("reset.css");



/*PCCSS*/
@import url("content.css") screen and (min-width: 769px);
@import url("common.css") screen and (min-width: 769px);



/*スマホCSS*/
@import url("s_content.css") screen and (min-width:0px) and (max-width: 768px);
@import url("s_common.css") screen and (min-width:0px) and (max-width: 768px);
