@charset "UTF-8";

@import url("reset.css");

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

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