/***************************/
/*プラン一覧*/
/***************************/


/* 現在の検索条件 ********************************************************************************* */

dl.currentsearch {
	padding: 10px;
	border: 1px solid #999999;
	background-color: #FDFED8;
	margin-bottom: 10px;
	font-size: 82%;
	color: #666666;
}
dl.currentsearch dt {
	float: left;
	height: 3em;
	width: 9em;
}
dl.currentsearch dd {
	float: none;
	padding-right: 1em;
}

/* 再検索　************************************************************************** */

table#boxSearch {
	background-color: #EAEAEA;
	font-size: 78%;
	text-align: left;
	border-collapse:collapse;
	border: 1px solid #FFFFFF;
	border-spacing:0;
	empty-cells:show;
	margin-bottom: 15px;
}
table#boxSearch th {
	color: #666666;
	padding: 6px;
	white-space: nowrap;
	vertical-align: top;
	background-color: #DDDDDD;
	border: 1px solid #FFFFFF;
	width: 80px;
}
table#boxSearch td {
	border-collapse:collapse;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
table#boxSearch dl dt {
	float:left;
	width: 7em;
	margin-top: 0.5em;
}
table#boxSearch dl dd {
	float:left;
	margin-right:1em
}
table#boxSearch p {
	white-space: nowrap;
	margin-top: 5px;
	float: left;
}
/* 人数変更　***************** */

div#CollapsiblePanel1 {
	clear:both;
}

div#CollapsiblePanel1 dl#people {
	padding: 5px;
}
div#CollapsiblePanel1 dl#people dt {
	width:9em;
	float:left;
}
div#CollapsiblePanel1 dl#people dd {
	float:left;
	margin-right:1em;
}

/* 絞り込み　************************************************************************** */

table#boxSearch ul li {
	float: left;
	white-space: nowrap;
	list-style-type: none;
	margin-top: 1px;
	margin-right: 8px;
	margin-bottom: 1px;
}
table#boxSearch td ul li input {
	vertical-align: middle;
}
table#boxSearch  input.reSeach {
	float: right;
	width: 5em;
}
table#boxSearch dd.room {
   float: left;
   white-space: nowrap;
   list-style-type: none;
   margin-top: 0.5em;
   margin-right: 8px;
   margin-bottom: 1px;
}

/*　ソートメニュー　****************************************************************************** */

div.sortMenu {
	background-image: url(../images/bg_sortmenu.jpg);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	padding-top: 3px;
}
div.sortMenu dl#soatSelect{
	width: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 1em;
}
div.sortMenu dl#soatSelect dt{
	float: left;
	color: #36635C;
	font-size: 78%;
	font-weight: bold;
	margin-right: 3px;
}
div.sortMenu dl#soatSelect dd{
	float: left;
	color: #36635C;
	font-size: 78%;
	font-weight: normal;
	margin-right: 7px;
}
div.sortMenu dl#soatSelect dd#active{
	color: #8D1818;
	font-weight: bold;
}

/* ページング ********************************************************************************* */

div.number {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 82%;
}

/* 一覧表示 ********************************************************************************* */

div.planList{
	clear: both;
	margin-bottom: 15px;
	font-size: 82%;
}
div.planList table {
	border-collapse:collapse;
	border: 1px solid #949A87;
	border-spacing:0;
	empty-cells:show;
	word-break:break-all;
	word-wrap:break-word;
}
div.planList table td.reserve {
	text-align: center;
	width: 65px;
	clear: both;
}
div.planList ul{
	list-style:none;
}
div.planList table tr th {
	border: 1px solid #949A87;
	padding: 3px;
	text-align: center;
	font-weight: normal;
	background-image: url(../images/bg_input.jpg);
	background-color: #DDE0D5;
	background-repeat: repeat-x;
}
div.planList table tr td {
	border: 1px solid #949A87;
	padding: 3px;
}
div.planList table tr td p {
	clear:left;
}

/* 横列　********************************************************************************* */

div.planList table tr.sideWh {
	background-color: #FFFFFF;
}
div.planList table tr.side_1 {
	background-color: #FFFFFF;
}
div.planList table tr.sideYe {
	background-color: #FEF9E7;
}
div.planList table tr.side_0 {
	background-color: #FEF9E7;
}
/* プラン ********************************************************************************* */

div.planList table tr td dl {
	margin-left: 5px;
	margin-top: 0px;
}
div.planList table tr td dl dt { /* 施設画像 */
	float:left;
	margin-right: 5px;
}
div.planList table tr td dl dd.planName { /* プラン名 */
	margin-bottom: 4px;
}
div.planList table tr td dl dd.dinner { /* 食事 */
	color: #6D9021;
}
div.planList table tr td dl dd.hotelName {
    font-weight: bold;
}
/*　価格 ********************************************************************************* */

td.charge {
	text-align: center;
	width: 80px;
}
td.totalCharge {
	COLOR: #CC0000;
	font-weight: bold;
	text-align: center;
	width: 80px;
	font-size: 115%;
}

div.planList table tr td dl dd.vipServiceCode {
	color: #CC0000;
	font-size: 110%;
}

div.planList table tr td dl dd span.discountMark {
	color: #CC0000;
	font-weight: bold;
}
/* 部屋タイプ ********************************************************************************* */
span.roomTypeName {
	display: block;
	color: #FFFFFF;
	padding: 0.5px;
	background-color:#5F906D;
	font-size: 65%;
	height: 12px;
	width: 60px;
	text-align:center;
	overflow: hidden;
	position: relative;
	bottom:2px;
	white-space: nowrap;
	list-style: none outside none;
}