@charset "UTF-8";
/* CSS Document */



@import "base.css";
/*@import "reset.css";
@import "layout.css";*/

@import url("layout-sp.css") screen and (max-width: 999px);
/*@import url("layout-tb.css") screen and (min-width: 813px) and (max-width:1000px);*/
@import url("layout.css") print, screen and (min-width: 1000px);