@charset "UTF-8";

@import url("temp.css");

@import url("layout.css") screen and (min-width:720px) and (max-width: 5000px);

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

