@charset "UTF-8";

/* -------------------------------------------------------------------------
 import.css
 　　　スクリーン用CSS読込
 ------------------------------------------------------------------------- */

 /* レイアウトの設定 */
 @import "layout.css";

 /* コンテンツ内要素の設定 */
 @import "content.css";

 /* コンテンツ内要素の設定 */
 @import "block.css";

