@charset "UTF-8";
/* base-css */
@import url("temp.css");
/* icon-font */
@import url("font-awesome.css");

/* pc */
@import url("layout.css") screen and (min-width:768px) and (max-width: 5000px);
/* smt */
@import url("layout_sp.css") screen and (min-width:0px) and (max-width: 767px);
