/* =============================================================================
	ご宿泊料金 CSS
============================================================================= */
@import url("index.css");

#PDATE {
	width: 490px;
	text-align: right;
	margin: 20px 0 0 0;
}

#PDATE p {
	margin: 0;
}

table.price {
	margin-top:0;
	width: 95%;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #c69;
}

table.price td,
table.price th {
	padding:3px 6px;
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
	border-color: #c69;
}

table.price th {
	color: #300;
	background-color: #fff8ff;
	text-align: left;
}

table.price tr.th th {
	font-size: 80%;
	text-align: center;
	color: #B55489;
	background-color: #f8e8f0;
}

table.price td {
	color: #000;
	text-align:right;
}
table.price td div.base {
	margin: 2px -6px 0;
	padding: 2px 6px 0;
	font-size: 10px;
	_font-size: x-small;
	border-top: 1px dotted #c69;
}

p.exp {
	margin: .5em 0 1em 0;
	padding: 0;
	color: #a47;
}

p.attention {
	margin: 3px 0;
	padding: 0 0 0 15px;
	color: #555;
	text-indent: -1.2em;
	text-align: left;
}

