/*★食事分析用CSS★*/

.shousai {
	height: auto;
	width: 725px;
	font-size: 12px;
	border-style: none;
}

.nunber {
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	width: 40px;
}

.order {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 0px;
	font-size: 16px;
	color: #FF9933;
}
.shousai td {
	text-align: left;
	text-indent: 3px;
	padding: 5px 5px 0px;
	font-size: 14px;
}

