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

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


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

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

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

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

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

}

.gourmetGuide{
	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;
}
