@charset "UTF-8";


/* ----- 料理長のお薦め料理 ----- */

div .item {
	width: 260px;
	float: left;
	padding: 5px 8px 5px 7px;
}


#other {
	list-style-type: none;
	margin: 40px 0px 0px 0px;
}

#other li {
	float: left;
	margin-right: 15px;
}

.jimCnname {
	font-size: 150%;
	font-weight: bold;
	color: #004000;
}

.jimJpname {
	font-size: 110%;
}

.jimPrice {
	font-size: 120%;
	font-weight: bold;
}