ul.privateinfo {
	margin-bottom:25px;
	width:100%;
	height:42px;
	line-height:42px;
	border-top:1px solid #9b9180;
	border-bottom:1px solid #9b9180;
}
ul.privateinfo li {
	margin-left:40px;
	float:left;
	font-size:15px;
	color:#dc843c;
}
ul.privateinfo li:first-child {margin-left:120px;}

/*-- 예약 --*/
div.cnt-left {
	float:left;
	width:253px;
}
div.calenda {
	margin-top:20px;
}
ul.month-date {
	text-align:center;
}
ul.month-date li.arrow {
	display:inline;
	cursor:pointer;
}
ul.month-date li.month {
	padding:0 67px;
	display:inline;
	text-align:center;
	font-size:22px;
	color:#000;
}
ul.month-date li.month > span {
	font-size:14px;
}
table.calTable {
	margin-top:10px;
	width:100%;
	text-align:center;
	font-size:13px;
	color:#626262;
}
table.calTable tr {
	height:29px;
}
.sun, table.calTable td.sun a {color:#ffc3d5;}
.sat, table.calTable td.sat a {color:#87cff0;}
table.calTable td a {
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	color:#626262;
}
table.calTable td a.reserved {
	/*예약가능*/
	background:#9b9180;
	border-radius:13px;
	color:#fff;
}
table.calTable td a.reserved:hover {
	background:#dc843c;
}
table.calTable td a.deadline {
	/*예약불가*/
	background:#e4e4e4;
	border-radius:13px;
	color:#fff;
}
table.calTable td a.on {
	/*선택일*/
	background:#dc843c;
	border-radius:13px;
	color:#fff;
}
/*-- END 예약 --*/

div.cnt-right {
	margin-left:56px;
	float:left;
	width:510px;
}
ul.tab-btn li {
	margin-bottom:30px;
	margin-right:3px;
	float:left;
	width:145px;
	height:36px;
	text-align:center;
	line-height:36px;
	background:#e5e5e5;
	font-size:15px;
	color:#fff;
	cursor:pointer;
}
ul.tab-btn li.tab-on {
	background:#3a362e;
}
.reserv-btn {
	margin-bottom:15px;
	float:right;
}
.reserv-btn > a {
	display:block;
	width:95px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:13px;
	font-weight:bold;
	color:#3a362e;
	border:2px solid #3a362e;
}
.reserv-btn > a:hover {
	color:#fff;
	background-color:#3a362e;
}