@charset "utf-8";
@import "../../css/stay2.css";


/* 右側メインコンテンツ部分の設定 */
/* ------------------
 stay_room 設定
------------------ */
/* 画面トップ料金表TB */
.stayRoom .content .topTb table th,
.stayRoom .content .topTb table td {
	padding: 1px;
	text-align: center;
}
.stayRoom .content .topTb table .c th,
.stayRoom .content .topTb table .c td{
	background: #F4F3F3;
}

/* 切り替え写真 */
.stayRoom .content .photo {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d2cfcf;
}
.stayRoom .content .photo img {
	width: 632px;/* 644 */
	height: 430px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #d2cfcf;
}/* メイン写真 */
.stayRoom .content .photo a img {
	width: 200px;
	height: 132px;
	padding: 2px;
	border: 1px solid #d2cfcf;
}/* 選択写真 */

.stayRoom .content .photo dl {
	display: inline;
	float: left;
	margin-bottom: 10px;
	width: 212px;
	height: auto;
	text-align: center;
}/* 画面上部全客室表示用 */
.stayRoom .content .photo dl:hover {
	background: #ddcaa2;
	cursor: pointer;
}/* マウスオーバー */

.stayRoom .detail {
	padding: 5px;
}/* コメントと詳細 */
.stayRoom .detail table {
	width: 95%;
}
.stayRoom .detail table th,
.stayRoom .detail table td {
	text-align: center;
}

/* --タブ設定　tab.cssの書き換え -- */
.stayRoom .tabs li {
	width: 92px; /* タブのデフォルトの横幅 */
}/* 上部タブliで使用 */
.stayRoom #tabBlank {
	width: 4px;
}/* 7タブ用 上部タブ右スペース部分にライン */


.tabs a {
	font-size: 13px;
	line-height: 13px;
}


/* ------------------
 stay_plan 設定
------------------ */
/*--- 北九州tab6用 ---*/
.stayPlan .tabbox .tabs li {
	width: 105px;/* タブのデフォルトの横幅 */
}
.stayPlan .tabbox .tabs li.tabBlank {
	width: 18px;
}/* 上部タブ右スペース部分にライン(6タブ) */

/*--- 北九州は部屋コメントがあるので追加 ---*/
.stayPlan .tInfo {
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #d2cfcf;
}

.hg {
	height: 900px;
}/* 高さが足りないページのheight指定 */

/* ------------------
 クリスマス
------------------ */
.xmas ul {
	margin-top: 5px;
}

.xmas li {
	padding-left: 20px;
	background-image: url(../image/common/l_xmas.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.xmas dl {
	margin-left:10px;
}

.xmas dt {
	float: left;
	width: 60px;
	padding-left: 20px;
	background-image: url(../image/common/l_xmas.gif);
	background-repeat: no-repeat;
	background-position: center left;
}/* 七福メニュー */

.xmas dd {
	padding-left: 80px;
}/* 七福メニュー */

