@charset "utf-8";

@import "reset.css";
@import "common.css";
@import "layout.css";

/* -------responsive-------- */
@import url(layout_tb.css) screen and (min-width:480px) and ( max-width:759px);
@import url(layout_sp.css) screen and (max-width:479px);