@charset "UTF-8";

/********************************
振り分け用
*********************************/

@import url("basic.css");
@import url("user.css");


@import url("m_basic.css") only screen and  (min-width: 641px) and (max-width: 1020px);/*中画面専用*/


@import url("s_b.css") only screen and  (max-width: 640px);
@import url("s_u.css") only screen and  (max-width: 640px);
