@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_floor_guide.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 0000-00-00
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);
@import url(colorbox.css);

/* ================================================

	contentsBox

=================================================*/

/* contentsBox -------------*/
#contentsBox {
	background-image: url(../_img/floor_guide/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}

/* ================================================

	contentsBoxHeader

=================================================*/
/* contentsBoxHeader -------------*/
#contentsBoxHeader {}
#contentsBoxHeader h1 {
	float: left;
}
#contentsBoxHeader ul {
	float: right;
	height: 27px;
	width: 355px;
}
#contentsBoxHeader li {
	float: left;
}

/* ================================================

	contentsBoxInner

=================================================*/
/* contentsBoxInner -------------*/
#contentsBoxInner div.map {
	margin-bottom: 20px;
}
#contentsBoxInner h2 {
	font-size: 116%;
	font-weight: bold;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#contentsBoxInner h2 a {
	color: #3CB5F7;
}
#contentsBoxInner h2 a:hover {
	color: #F3B2D0;
}

/* ================================================

	shopListArea

=================================================*/
/* shopListArea -------------*/
#shopListArea {
	width: 610px;
	margin-left: 20px;
}
#shopListArea ul {
	width: 295px;
}
#shopListArea ul.r {
	float: right;
}
#shopListArea ul.l {
	float: left;
}
#shopListArea ul li {
	width: 295px;
	clear: both;
	margin-bottom: 15px;
}
#shopListArea ul li span {
	float: left;
}
#shopListArea ul li span.number {
	width: 26px;
}
#shopListArea ul li span.shopName {
	font-weight: bold;
	width: 260px;
}
#shopListArea ul li span.shopName a {
	font-size: 116%;
	font-weight: bold;
	color: #3CB5F7;
}
#shopListArea ul li span.shopName a:hover {
	color: #F3B2D0;
}
#shopListArea ul li span.category {
	margin-left: 10px;
}
#shopListArea ul li span p.shopName2 {
	font-size: 83%;
	color: #666666;
	font-weight: normal;
	padding-left: 1em;
	text-indent: -1em;
}






#shopListArea:after,
#shopListArea ul li:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#shopListArea,
#shopListArea ul li
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html #shopListArea,
* html #shopListArea ul li
	{ height: 1%; }
#shopListArea,
#shopListArea ul li
	{ display: block; }
/* End hide from IE-mac */

