﻿@charset "UTF-8";
/* ----------------------------------------------------
	food_size
---------------------------------------------------- */
.sizeTableth{
}
.sizeTable thead th{
	background:#e1e1e1;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	font-weight:bold;
	font-size:107.69%;
}
.sizeTable tbody th,
.sizeTable tbody td {
	padding:5px;
	border:1px solid #ccc;
}
.sizeTable tbody th {
	background:#dbeef3;
	text-align:center;
	font-weight:bold;
	font-size:230.76%;
}
.sizeTable tbody td.img {
	padding:5px 10px;
	width:320px;
}