@charset "Shift-JIS";

/* CSS Document */
@import url("base.css") screen and (min-width: 1280px);
@import url("next.css") screen and (min-width: 1280px);

@import url("tab_base.css") screen and (min-width:768px) and (max-width: 1279px);
@import url("tab_next.css") screen and (min-width:768px) and (max-width: 1279px);

@import url("smt_base.css") screen and (min-width:0px) and (max-width: 767px);
@import url("smt_next.css") screen and (min-width:0px) and (max-width: 767px);