@charset "utf-8";
@import url(css/doluck02/import.css);



/* ___FOOD TABLE___
==============================*/

.content table.food {
	border-collapse: collapse;
	font-size: 12px;
	margin : auto auto 15px ;
	width : 95% ;
}

.content table.food th {
	border : solid 1px #ccc;
	background : #ffc ;
	font-weight : normal ;
	color : #666 ;
	padding : 3px ;
	text-align : center ;
	width : 30% ;
}

.content table.food td {
	background : #fff ;
	color : #666 ;
	padding : 3px ;
	border : solid 1px #ccc;
	text-align: center ;
	width : 30% ;
}