/* IMPORT RESET */
@import url("reset.css");

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


.test_css {
	color: #F60;
	font-size: 1em;
}
.test_css a, .test_css a:visited {
	color: #F60;
	text-decoration: underline;
}

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