@charset "UTF-8";


/* ----- ランチメニュー ----- */

.lunchList {
	list-style-type: none;
}

.lunchList li {
	font-size: 110%;
	white-space: nowrap;
	float: left;
	padding: 5px 15px 5px 15px;
}

.lunchList span.cnttl {
	font-size: 90%;
	font-weight: bold;
	color: #002c00;
	padding-top: 5px;
}

.lunchTtl {
	font-size: 160%;
	font-weight: bold;
	color: #003300;
}

#price {
	color: #D53D0E;
}

#tax {
	font-size: 60%;
}


#date {
	font-size: 90%;
	font-weight: bold;
	color: #990000;
	text-align: right;
	margin-top: 5px;
}

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

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