@charset "utf-8";

ul#ground_navi li.gn3 a img {
	visibility: hidden;
}

div.hall {
}

div.hall ul.lo,
div.hall ul.eq,
div.hall ul.pa {
	width: 540px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div.hall ul.lo li {
	display: inline;
	float: left;
	width: 260px;
	padding-right: 10px;
}
div.hall ul.lo li strong {
	display: block;
	margin-left: 0;
}

div.hall ul.eq li {
	display: inline;
	float: left;
	width: 250px;
	font-size: 12px;
	line-height: 1.4;
}
div.hall ul.eq li.x {
	margin-right: 30px;
}

div.hall ul.pa li {
	display: inline;
	float: left;
	width: 182px;
}
div.hall ul.pa li.x {
	width: 165px;
}


/* clearfix */

div.hall ul.lo:after,
div.hall ul.eq:after,
div.hall ul.pa:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.hall ul.lo,
div.hall ul.eq,
div.hall ul.pa {
	display: inline-block;
}
/* \*/
* html div.hall ul.lo,
* html div.hall ul.eq,
* html div.hall ul.pa {height: 1%;}
div.hall ul.lo,
div.hall ul.eq,
div.hall ul.pa {display: block;}
/* */
