﻿@charset "utf-8";

/* ----------------------------------------------

	import CSS

---------------------------------------------- */


/*  IMPORT
---------------------------------------------- */

@import url("base.css") screen and (min-width: 620px);/*  769以上 */
@import url("common.css") screen and (min-width: 620px);/*  769以上 */
@import url("index.css")screen and (min-width: 620px);/*  769以上 */

@import url("base_mobile.css") screen and (max-width: 620px); /* 769以下スマホ */
@import url("common_mobile.css") screen and (max-width: 620px); /* 769以下スマホ */
@import url("index_mobile.css")screen and (max-width: 620px); /* 769以下スマホ */


/*  IMPORT 共通
---------------------------------------------- */
@import url("smartphon_navi.css");





