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

/*スマホ用*/
@import url(sp.css) screen and (max-width:960px) ;

/*PC・タブレット用*/
@import url(pc.css) screen and (min-width: 960px);


/*印刷用*/
@import url(pc.css) print;


