@charset "UTF-8";

@import url('base.css') screen; /* Common Base */
@import url('mobile.css') screen and (max-width: 800px); /* Mobile Only */
@import url('tablet.css') screen and (min-width: 800.1px) and (max-width: 1279.9px); /* Tablet tate */
@import url('pc.css') screen and (min-width: 1280px); /* PC Only */
