@charset "utf-8";
@import "cmn.css";

#main .reserveList li{
	margin-bottom:10px;
	font-weight:bold;
}
#main .canselTable{
	margin:5px 0 10px 0;
}
#main .canselTable th, #main .canselTable td{
	border:1px solid #666666;
	padding:2px 0;
	text-align:center;
}
#main .canselTable th{
	width:4em;
	background:#333333;
	font-weight:normal;
}
#main .canselTable td{
	background:#222222;
	font-weight:bold;
}

