@charset "utf-8";
/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

h2.test_css {
	color: #F60;
	font-size: 0.8em;
}

/*テスト用非表示クラス*/
.test_hidden, ul.catNav li.test_hidden {
/*  display: none;*/
}
.test_hidden2 {
/*  display: none;*/
}