@charset "UTF-8";

/*-----------------
	cat07.css  お店のご案内
-------------------*/
#mainshop {
	padding-bottom: 25px;
	padding-left: 10px;
}
#mainshop h2 {
	width: 398px;
	height: 28px;
	background: url(../../images/list/title.gif) no-repeat;
	font-size: 14px;
	color: #FF6699;
	text-indent: 10px;
	border: 1px solid #BEBEBE;
	line-height: 28px;
	/*<・・・CSSHack・・・>*/
	/*\*//*/
	background-position: 1px 1px;
	/**/
}
.shoplist {
	padding-top: 8px;
	clear: both;
}	
.shopname {
	height:25px;
	background-color: #F1F1F1;
}
.shopname h3 {
	float:left;
	line-height:25px;
	margin: 0px;
	padding: 0px 0px 0px 7px;
}
.shopname h4 {
	float:right;
	font-weight:normal;
	line-height:25px;
	margin:0 0 0 3px;
}
.shoplist .shopname a {
	float:left;
	font-weight:bold;
	color:#FF0000;
	margin-left: 5px;
	line-height:25px;
}
.shopname a:hover{
	text-decoration: underline;
}
.shopinfo {
	padding: 10px 0;
	height: 100%;
	position: relative;
}		
.shoplist .shopPhoto{
	clear: both;
	float: left;
}
.shoplist .shopComment{
	float: left;
	padding: 0px 10px 0px 7px;
}
.shoplist p {
	border-bottom: 1px solid #BEBEBE;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.shoplist p.no_border {
	border-bottom: none;
	margin: 0px;
	padding: 0px 0px 5px;
}
.shoplist table {
}

.shoplist th {
	text-align:right;
	color: #006699;
	vertical-align: top;
	padding: 0px 8px 0px 0px;
	white-space: nowrap;
}	

/* ----------------
   etc
---------------- */
.arrowMenu {
	float:right;
	margin:0 0 0 3px;
	width: 90px;
	text-align: right;
}
.arrowHanamizuki {
	float:right;
	margin:0 0 0 3px;
	width: 120px;
	text-align: right;
}

.arrowMap {
	float:right;
	margin:0 0 0 3px;
	width: 40px;
}
