@charset "utf-8";

#lodgment h3,
#single_day h3 {
	margin-bottom: 15px;
}

#lodgment {
	margin-bottom: 30px;
}
#lodgment table {
	width: 900px;
	margin: 0 0 15px;
	padding: 0;
}
#lodgment table tr th,
#lodgment table tr td {
	text-align: center;
}

#lodgment table tr th {
	padding: 2px;
}
#lodgment table tr td {
	padding: 2px;
}

#lodgment table tr #tbl_head_1 {
	background: #f0f0e4;
}
#lodgment table tr #tbl_head_2 {
	background: #ddeeff;
}
#lodgment table tr #tbl_head_3 {
	background: #ffecff;
}
#lodgment table tr #tbl_head_4 {
	background: #ffe9b9;
}
#lodgment table tr .capacity {
	width: 70px;
}

