@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CSS SET ver.2.6.2  2012/07/20
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*===========================================================
＊ Set Base Style
===========================================================*/

@import url("default.css"); /* initial setting */

@import "layout.css";/* layout style */
@import "module.css";/* common module style */
@import "fontello.css";/* icon font */

/* レスポンシブでない場合以下削除 */
@import url("tablet.css") screen and (max-width: 768px);
@import url("smart.css") screen and (max-width: 580px);
