@charset "utf-8";
/* CSS Document */
.stayTable {
	width: 430px;
	border-collapse: collapse;
	float: right;
	margin-bottom: 10px;
}
.stayTable th {
	width: 70px;
	background-color: #ECF4E3;
	text-align: center;
	color: #333;
	border: 1px solid #A6A8AB;
	vertical-align: middle;
	padding: 5px;
}
.stayTable td  {
	color: #333;
	border: 1px solid #A6A8AB;
	font-size: 13px;
	padding: 5px;
	line-height: 1.5em;
}
.btnS{
	display: block;
	width: 120px;
	height: 34px;
	clear: right;
	float: right;
}
