@charset "UTF-8";
@import url("reset.css") print, screen and (min-width:600px);
@import url("content.css") print, screen and (min-width:600px);
/* 以下スマホサイズ用CSS */
@import url("reset.css") screen and (max-width:599px);
@import url("sp.css") screen and (max-width:599px);