@charset "utf-8";

/* 	restaurant design                                   
---------------------------------------------------------- */
.menuText {
	margin-top: 15px;
}
.menuText .menuName {
	float: left;
	margin-right: 15px;
	padding-top: 7px;
	font-weight: bold;
	font-size: 108%;
	color: #99a126;
}
.menuText .menuName .name {
	margin-right: 3px;
	font-size: 126%;
}
.menuText .menuName .tax {
	margin-left: 3px;
	font-size: 82%;
}
.menuText .menuName .date {
	margin-left: 5px;
	font-size: 82%;
	color: #666666;
}
.menuText .printBtn {
}



/* 	Clearfix Property
----------------------------------------------------------
---------------------------------------------------------- */
.menuText:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

.menuText {
	zoom: 1;
}