@charset "UTF-8";
/* CSS Document */

div.shop-wrap{
	width:485px;
	border:#666666 solid 1px;
	padding: 10px;
	margin-bottom: 10px;
}


div.shop-name{
	float:left;
}
div.shop-name h2{
	color:#333333;
	font-weight:bold;
	line-height:1.5
}

div.shop-genre{
	float:right;
	font-weight:bold;	
	line-height:1.5
}

div.shop-id{
	background-color:#E2E4AC;
	float:left;
	padding: 5px 10px;
	margin: 0 0 10px;
	width: 465px;
}

div.shop-photo{
	float:left;
	width:165px;

}
div.shop-txt{
	width:310px;
	float:right;
	text-align:left;
	margin-bottom: 5px;
	line-height: 1.2;
}

.shopGuide{
	color:#333333;
	line-height: 1.2;
}

.details-Btn{
	text-align:right;
	padding:10px 10px 0 0;
}
.green{
	color:#006600;
	font-weight:bold;
	line-height: 1.2;
}