@charset "UTF-8";

*{
	opacity:1 !important;
}
#header{
	z-index:1100;
}
#header:before{
	content:"JavaScriptを有効にしてください";
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	padding:20px 0;
	font-size:18px;
	font-weight:bold;
	color:#C00;
	background:rgba(0,0,0,0.4);
}
#gNav > ul > li:hover ul{
	display:block;
}


