.e_day {
	width: 30px;
	position:relative;
	float: left;
	padding: 2px 0px 2px 0px;	
	border-bottom: 1px solid #B9B9B9;
}

.p_day {
	width: 30px;
	position:relative;
	text-align: center;
	float: left;
	padding: 2px 0px 2px 0px;	
	border-bottom: 1px solid #B9B9B9;
	cursor: pointer;
}
.c_day {
	cursor: pointer;
	position:relative;
	width: 30px;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #fff;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #fff;
	background-color: #55799E;
}
.f_day {
	cursor: pointer;
	position:relative;
	width: 30px;
	text-align: center;
	float: left;
	color: #55799E;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #B9B9B9;
}
.c_all {
	width: 210px;
	margin-top: 10px;
	background: #fff;
	border: 5px solid #55799E;
	float:left;
}
.c_title {
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	color: #55799E;
	border-bottom: 1px solid #fff;
	padding: 4px 0px 4px 0px;
}
.c_title span {
	cursor: pointer;
}
.c_cday {
	padding: 4px 0px 4px 0px;
	position:relative;
	width: 30px;
	text-align: center;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	background: #999;
	color: #fff;
}

#timestamp1_e{
	position: absolute;
	top: 35px;
	left: 150px;
	z-index: 1000;
}
#timestamp1_a{
	position: absolute;
	top: 0;
	left: 140px;
	z-index: 1000;
}
#timestamp2_e{
	position: absolute;
	top: 55px;
	left: 150px;
	z-index: 1000;
}

 #timestamp2_a{
	position: absolute;
	top: 20px;
	left: 130px;
	z-index: 1000;
}


#reservation_search li, #reservation_search fieldset{
	display: inline;
}
#reservation_search ul{
	margin: 0;
}

#reservation_search legend{
	font-weight: 700;
	text-decoration: underline;
}
div.wrap2{
	background: #fff;
	border: 1px solid #ccc;
/* 	clear: both; */
	margin: 15px 1%;
	padding: .5em 1em;
	width: 95%;
}
#search_result{
	width: 100%;
}
div.wrap2 caption{
	font-size: 14px;
	border-bottom: 1px solid #000;
	font-weight: 700;
}
div.wrap2 td, div.wrap2 th{
	border-bottom: 1px solid #ccc;
}
form#wp_reservation{
	width: 300px;
}
.side_liste{
	float: right;
	width: 400px;
	background-color: #fff;
	padding: .5em 1em;
}

table.listing{
	table-layout: auto;
	border-collapse:separate;
	width: 400px;
}
table.listing tr{
	margin-top: 5px;
}