@charset "UTF-8";
/* CSS Document */

#contents .section {
	margin: 0 auto 15px;
	padding: 0 0 15px;
	background: url(../img/com/dotted_line_2x.gif) repeat-x 2px 100%;
}
.section .header {
	position: relative;
	width: 580px;
	margin: 10px 0 0;
}
.section .header h3 {
	width: 390px;
	margin: 0 0 5px;
	padding-top: 4px;
	font-size: 150%;
}
.section .header h3 .icon {
	display: inline-block;
	width: 80px;
	height: 18px;
	margin-left: 10px;
	text-indent: -9999px;
}
.section .header h3 .has-b-t {
	background: url(../img/guestroom/ico_has_bt.gif) no-repeat 0 0;
}
.section .header h3 .no-has-b-t {
	background: url(../img/guestroom/ico_no_has_bt.gif) no-repeat 0 0;
}
.section .header h3 .wayo {
	width: 50px;
	background: url(../img/guestroom/ico_wayo.gif) no-repeat 0 0;
}
.section .header h3 .wa {
	width: 40px;
	background: url(../img/guestroom/ico_wa.gif) no-repeat 0 0;
}
.section .header h3 .yo {
	width: 40px;
	background: url(../img/guestroom/ico_yo.gif) no-repeat 0 0;
}
.section .header .bt-price {
	position: absolute;
	top: 0;
	right: 0;
}

.section .basic {
	width: 580px;
}
.section .basic th,
.section .basic td {
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF8EC;
	font-size: 116%;
}
.section .basic th.hHeader {
	width: 25%;
}
.section .basic th.hHeader .icon {
	margin: 5px 0 0;
}
.section .basic th{
	background: #FFEFC0;
}
.section .basic td.amount {
	width: 25%;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
}
.section .basic td.unit {
	width: 4em;
}
.section .basic td.note {
	width: 50%;
}
.section .basic td.penalty {
	color: #c00;
	text-align: center;
}
.section .basic .vHeader th {
	text-align: center;
}

.section .price th,
.section .price td {
	width: 25%;
}
.section .price th select {
	font-size: 100%;
	margin-right: 3px;
}
.section .price th option {
	padding: 1px;
}

.room .notes {
	background: #FFF;
	margin: 10px 0 0;
	padding:  5px 10px;
}

.section .notes li {
	margin: 5px 0;
}

#contents #schedule {
	padding: 9px;
	background: #FFF8EC;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 116%;
}
#contents #schedule input {
	margin-right: 0.2em;
}
#schedule h3 {
	display: inline-block;
}
#schedule label {
	margin-left: 2em;
}
#schedule .help {
	padding-right: 16px;
	background: url(../img/price/ico_question.gif) no-repeat 100% 0;
}


