@charset "utf-8";

/*
	File Name   : import.css
	Description : 各CSSファイルの読み込み
*/


/* Base style
----------------------------------------------------------- */
@import url("default.css");
@import url("layout.css");
@import url("content.css");
@import url("jquery.fancybox.css");



/* タブレット用
----------------------------------------------------------- */

@import url("layout_tablet.css") all and (min-width: 700px) and (max-width: 900px);
@import url("content_tablet.css") all and (min-width: 700px) and (max-width: 900px);


/* Smartphone
----------------------------------------------------------- */

@import url("layout_sp.css") all and (min-width: 0px) and (max-width: 699px);
@import url("content_sp.css") all and (min-width: 0px) and (max-width: 699px);

