@charset "utf-8";

/* Common
========================================== */
/* リセット及びbody基本設定 */
@import "common/default.css";

/* 基本設定、基本構造 */
@import "common/style.css";


/* Element
========================================== */
/* table設定 */
@import "element/table.css";

/* form設定 */
@import "element/form.css";

/* 文字装飾設定 */
@import "element/text.css";



