@charset "UTF-8";


/***********************************************/ 
/*top*/
/***********************************************/ 

#pagecopy {
	margin-bottom: 30px;
}

.facilities_link {
	margin: 30px 0;
}


/***********************************************/ 
/*floor*/
/***********************************************/ 

#floornumber {
	border-bottom: 1px solid #999999;
	padding-bottom: 15px;
}

#floornumber .floornum {
	float: left;
	padding-left: 5px;
}

#floornumber .floorcat {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	color: #999;
	font-weight: bold;
	font-size: 1.2em;
}

#floormap {
	text-align: center;
	padding: 40px 0;
	border-bottom: 1px solid #999999;
	margin-bottom: 30px;
}


#shoplist div {
	border-bottom: 1px dashed #aaaaaa;
	padding: 8px 3px 8px 1px;
	margin: 0 3px;
}
#shoplist div .name {
	float: left;
	line-height: 1.2em;
	width: 360px;
}
#shoplist div .name img {
	margin-right: 6px;
}
#shoplist div .categry {
	float: right;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: right;
	color: #666;
}



#search-list .title {
 border-bottom: 1px solid #999999;
 padding: 0 0 3px 0;
 margin-bottom: 10px;
}
#search-list .keyword {
	font-weight: bold;
	color: #990000;
}

#search-list div {
	border-bottom: 1px dashed #aaaaaa;
	padding: 8px 3px 8px 1px;
	margin: 0 6px;
}


#search-list div .floor {
	float: right;
}
