﻿@charset "UTF-8";

@import url("basic.css") print, screen and (min-width:481px);
@import url("layout.css") print, screen and (min-width:481px);
@import url("tips.css") print, screen and (min-width:481px);

/* smartphone css */
@import url("sp.css") screen and (max-width:480px);