﻿@charset "UTF-8";

/*	サイト基本スタイル
------------------------------*/
@import url(default.css) screen and (min-width: 769px); /* 769以上 */
@import url(font.css) screen and (min-width: 769px); /* 769以上 */
@import url(common.css) screen and (min-width: 769px); /* 769以上 */


@import url(default_smart.css) screen and (max-width: 768px); /* 769以上 */
@import url(font_smart.css) screen and (max-width: 768px); /* 768以下 */
@import url(common_smart.css) screen and (max-width: 768px); /* 768以下 */

/*	ページスタイル
------------------------------*/
@import url("layout.css") screen and (min-width:769px);
@import url("layout_smart.css") screen and (max-width:768px);







/*	特定ブラウザ向けスタイル
------------------------------
@import 'win-ie.css';*/

/*	プラグイン
------------------------------*/
