#result {
	clear: both;
	display: table;
	width: 1130px;
	margin-bottom: 50px;
}
.girl {
	/*display: table-cell;*/
	float: left;
	width: 280px;
	line-height: 1.5;
	margin-top: 50px;
}
.girl a {
	display: block;
	width: 280px;
}
.girl a p {
	text-align: center;
	color: #555;
}
.girl a .name {
	font-size: 140%;
	fint-weight: bold;
	padding-top: 15px;
}
.girl a .status {
	height: 40px;
	line-height: 40px;
	background: #cfcfc7;
}
.girl a .status span.shinjin {
	background: #7f8cb6;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	width: 130px;
	height: 40px;
	display: inline-block;
}
.girl a .status span.beginner {
	background: #983f51;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	width: 130px;
	height: 40px;
	display: inline-block;
}
.girl a p.img {
	line-height: 0;
	width: 280px;
	height: 420px;
}
#date_nav {
	margin-top: 20px;
}
#date_nav ul li {
	float: left;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 107px;
	margin-right: 1px;
	background: url(../images/schedule/bg_weekly.jpg) repeat-x;
}
#date_nav ul li:first-child {
	background: url(../images/schedule/bg_today.jpg) no-repeat;
	width: 256px;
	margin-right: 10px;
}
#date_nav ul li:last-child {
	margin-right: 0;
}
#date_nav ul li a {
	color: #333;
}
#date_nav ul li a:hover {
	color: #b8860b;
}
