@charset "utf-8";
/* CSS Document */

table, tr, th, td {
    border-collapse: collapse;
}

/*
  about
***************************************************************/

#about_hours {
	width: 100%;
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
}
#about_hours th {
	background: #FFF9EB;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	border: 1px solid #D6D6D6;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 8px;
}
#about_hours th.days {
	text-align: center;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
}
#about_hours td {
	border: 1px solid #D6D6D6;
	padding: 10px 0px 8px;
	text-align: center;
}
.heart {
	color: #F66;
	width: 10%;
}
.spade {
	color: #415FA1;
	width: 10%;
}









/**************************************************************/
