@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
			petabit	CSS SET 2013/01/11
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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

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

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

@import url("./style.css") screen and (max-width: 980px);
@import url("./tablet.css") screen and (max-width: 768px);
@import url("./smart.css") screen and (max-width: 480px);