@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_shop_index.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 -------------*/
.shop {
	background-image: url(../_img/shop_index/shop/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}
.restaurant {
	background-image: url(../_img/shop_index/restaurant/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}
.beauty {
	background-image: url(../_img/shop_index/beauty/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}

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

	contentsBoxHeader

=================================================*/
/* contentsBoxHeader -------------*/
#contentsBoxHeader {}
#contentsBoxHeader h1 {
	float: left;
}
.restaurant #contentsBoxHeader p {
	float: right;
	margin-top: 7px;
}

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

	tabMenu

=================================================*/
/* tabMenu -------------*/
#tabMenu {
	height: 37px;
	width: 650px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	margin-bottom: 20px;
}
.shop #tabMenu {border-bottom-color: #A8C507;}
.restaurant #tabMenu {border-bottom-color: #F99D0A;}
.beauty #tabMenu {border-bottom-color: #F6B1D0;}
#tabMenu li {
	float: left;
}


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

	shopList

=================================================*/
/* shopList -------------*/
#shopList {
	width: 650px;
}
#shopList li {
	width: 203px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	padding-right: 6px;
	padding-left: 6px;
}
#shopList p {}
#shopList span {
	display: block;
}
.shop #shopList span.floor { color: #A8C507; }
.restaurant #shopList span.floor { color: #F99D0A; }
.beauty #shopList span.floor { color: #F6B1D0; }
#shopList span.floor {
	font-size: 100%;
	font-weight: bold;
}
#shopList a span.title {
	font-size: 100%;
	color: #333333;
}
#shopList a:hover span.title {
	color: #E86E9F;
}
#shopList span.category {
	font-size: 83%;
	color: #666666;
}



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

