@charset "UTF-8";

/* pc style */
@import url(" layout.css") screen and (min-width: 1200px) and (max-width: 5000px);

/* tablet style */
@import url(" layout_tab.css") screen and (min-width: 640px) and (max-width: 1199px);

/* sp style */
@import url(" layout_sp.css") screen and (min-width: 0px) and (max-width: 639px);