@charset "utf-8";
/* CSS Document */

/* ========TABLE======== */
table.list{
	width:100%;
	border: solid 1px #999;
	border-collapse:collapse;
	margin-bottom:1em; background-color:#FFF;
	padding:5px;

}

table.list th{
	border-collapse: collapse;
	border: solid 1px #999;
	background: #E6E6E6;
	text-align: center;
	color: #000000;
	padding: 5px;
	vertical-align: middle;
	white-space: nowrap;
}

table.list td,table.list td.meal02,table.list td.meal01{
	border-collapse:collapse;
	border: solid 1px #999;
	padding:5px;
}

table.list td.meal01{
border-bottom: none;
}

table.list td.meal02{
border-top: none; text-align: right;
}

td.date{
	vertical-align: middle;
	text-align: center;
	background: #E6E6E6;
}
h5 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
margin-bottom: 1em;
font-size: 120%;
}
.linktext {
color: #f25c05;
font-size: 120%;
}
