@charset "utf-8";

/* Base
==========================================
themes内のimport_existing.cssに記述
 */

/* ============================================ */
/*  ノーマルCSS Set
 ============================================== */

@import "reset.css";
@import "common.css";
@import "layout.css";


/* 試験用：ウィンドウサイズによるCSSの読み込み記述
@import url("tile.css")  screen and (min-width:481px);
@import url("sp.css")   screen and (max-width:480px);*/
