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


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

	common

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

/* common -------------*/
#shopBox {
	width: 650px;
	text-align: left;
	padding: 10px;
}

#shopHeader {
	clear: both;
	background-image: url(../_img/shops/h1_bg_2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	margin-bottom: 20px;
	width: 650px;
}
#shopHeader h1 {
	float: left;
	display: block;
	font-size: 166%;
	font-weight: bold;
	color: #EA66A0;
	background-image: url(../_img/shops/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#shopHeader ul {
	float: right;
	width: 200px;
	margin-top: 7px;
}
#shopHeader li {
	float: right;
	margin-left: 5px;
	font-size: 83%;
	line-height: 18px;
}

#shopGuide {
	clear: both;
	width: 630px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#shopGuide p {
	font-size: 100%;

}
#shopGuide p#photo {
	float: right;
	margin-left: 10px;
	text-align: right;
}
* html #shopGuide p#photo {
	margin-left: 5px;
}
#shopGuide p#logo {
	height: 150px;
	width: 203px;
	margin-bottom: 5px;
}
#shopInfo {
	clear: both;
	width: 630px;
	margin-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EA66A0;
}
#shopInfo ul {
	margin-left: 2px;
}
#shopInfo li {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#shopInfo li.even {
	background-color: #FEF7FA;
}
#shopInfo span {
	float: left;
	display: block;
	line-height: 17px;
}
#shopInfo span.title {
	font-size: 100%;
	font-weight: bold;
	color: #F398C1;
	width: 150px;
	padding-left: 8px;
}
#shopInfo span.text {
	font-size: 100%;
	color: #EE62A1;
}
#shopInfo span.text a {
	color: #3CB5F7;
}
#shopInfo span.text a:hover {
	color: #FFCC00;
}





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

