@charset "utf-8";

div.latestView dl {
	width: 183px;
	float: left;
	overflow: hidden;
	height: auto;
	border: 1px solid #98989a;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

div.latestView dl:nth-of-type(4n) {
	margin-right: 0 !important;
}

div.latestView dl dt.photo {
	text-align: center;
	margin-top:5px;
}
div.latestView dl dt.latest_status {
	font-size: 95%;
	font-weight: bold;
	padding: 5px 5px 0px 5px;
}

div.latestView dl dt.name {
	font-size: 95%;
	font-weight: bold;
	padding: 0px 5px 5px 5px;
}

div.latestView dl dt.name a {
	color: #575757;
}

div.latestView dl dd.price_status {
	padding: 0 0 5px 5px;
}
table.calenderBusinessDay {
	width: 200px;
	margin: 0 auto;
}

table.calenderBusinessDay th,
table.calenderBusinessDay td {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

table.calenderBusinessDay th {
	background: #f5f5f5;
}

.saturday {
	color: #00F;
}

.sunday {
	color: #ff0000;
}

.calenderAttention {
	text-align: right;
	padding-bottom: 15px;
}

.calenderAttention span {
	font-size: 22px;
	color: #ffc0cb;
}

.calenderTxt {
	color: #333;
	margin: 15px 0 10px 0;
	padding: 5px 0 5px 5px;
	background: #f3f3f4;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
}