.csv-box {
	text-align: center;
	padding: 40px 0 20px;
	border: 1px solid #AAA;
	margin-bottom: 20px;
}
.csv-box-icon {
	font-size: 4em;
}
.csv-box-text {
	font-weight: bold;
}

.reserve-calendar-row {
	cursor: pointer;
}
.reserve-calendar-row:hover td {
	background-color: #d4d4fa;
}

.reserve-add-area {
	/*border: 1px solid #7D7DFA;*/
	/*background-color: #d4d4fa;*/
	background-color: #FFF;
	margin-bottom: 30px;
}
.reserve-add-area table,
.reserve-add-area table tr,
.reserve-add-area table tr td {
	background-color: transparent;
}
.reserve-add-area table tr th {
	background-color: #EEE;
	color: #7D7DFA;
}
.reserve-add-area table tr th,
.reserve-add-area table tr td {
	border: 1px solid #a3a3cc;
}

.reserve-num-meter-container {
	position: relative;
	overflow: hidden;
}
.reserve-num-meter-container span {
	position: relative;
	z-index: 2;
}
.reserve-num-meter {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #edebf7;
}

.table-row-height-limited tr td {
	vertical-align: top;
}

.table-row-height-limited tr td ul {
	overflow: auto;
	max-height: 8em;
}