/* お店を探す */

dl.selectBox {
  clear: both;
	margin: 0 0 12px;
	line-height: 200%;
	-webkit-border-radius:11px;
	-moz-border-radius: 11px;
	border: 1px solid #ff80d5;
	background: #fff3f3;
}

dl.selectBox dt {
  float: left;
	padding: 5px 20px;
	line-height: 100%;
	font-weight: bold;
	border-right: 1px solid #ff80d5;
}

dl.selectBox dd ul li {
  float: left;
	margin: 0;
	color: rgb(60, 40, 50);
	line-height: 100%;
}

dl.selectBox dd ul li.current {
	font-weight: bold;
	background: #f5f5f5;
	padding: 5px 10px;
	border-right: 1px solid #ff80d5;
}

dl.selectBox dd ul li a {
  display: block;
	text-decoration: none;
	color: rgb(60, 40, 50);
	border-right: 1px solid #ff80d5;
	padding: 5px 10px;
}

dl.selectBox dd ul li a:hover {
	background: #f5f5f5;
	color: rgb(255, 0, 84);
}

ul#shops {
  clear: both;
}

li.shop {
	font-size: 13px;
	line-height: 13px;
	border-bottom: 2px dashed rgb(215, 215, 215);
	padding: 30px 10px 35px;
}

li.shop h2 {
	margin: 5px 0 14px;
}

div#contents h1 a {
	color: rgb(255, 0, 171);
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}

div.decoration {
	height: 17px;
	background: url("../images/decoration.jpg") no-repeat center;
}

ul.information li {
	color: rgb(72, 72, 72);
	float: left;
	margin-bottom: 18px;
}

ul.information li.place {
	width: 180px;
}

ul.information li.category {
	width: 240px;
}

li.shop p {
	clear: left;
}

div.image {
	float: right;
	width: 150px;
	height: 100px;
	text-align: center;
}

div.image img {
	padding: 3px;
	border: 1px solid rgb(255, 0, 171);
}

