@charset "utf-8";


#main h2 {
	margin-bottom: 26px;
	padding-bottom: 4px;
	border-bottom: 1px solid #a8a8a8;
	font-size: 0;
}

#main div#recipe_list {
	
}
#main div#recipe_list h3 {
	margin-bottom: 16px;
}
#main div#recipe_list ul { /* clearfix */
	
}
#main div#recipe_list ul li {
	width: 187px;
	min-height: 247px;
	height: auto !important;
	height: 247px;
	line-height: 1.4;
	margin-right: 11px;
	float: left;
	display: inline;
	text-align: center;
	font-size: 12px;
}
#main div#recipe_list ul li.right {
	margin-right: 0;
}
#main div#recipe_list ul li img {
	margin-bottom: 5px;
}
#main div#recipe_list ul li span.name {
	display: block;
	overflow: hidden;
	outline: none;
}

/*=========================================================================================================*
 * clearfix
 *=========================================================================================================*/

#main div#recipe_list ul {
	height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html #main div#recipe_list ul {
	height: 1%;
}
#main div#recipe_list ul {
	display: block;
}
/* End hide from IE-mac */

#main div#recipe_list ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
