@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 設定
------------------ */
.stayPlan .tabbox .tabs li.tabBlank {
	width: 49px;
}/* 5タブ用 */

/*.stayPlan .tabbox .tabs li.tabBlank {
	width: 168px;
	_width: 163px;
} 4タブ用 */

/* プラン詳細交通案内 */
.stayPlan .content dl.access {
	width: 100%;
	height: auto;
	padding: 7px 0;
	margin: 10px 0;
/*	border-top: solid 1px #d2cfcf;*/
}
.stayPlan .content dl.access dt.dlTitle {
	width: 100%;
	padding-left: 0;
}
.stayPlan .content dl.access dt {
	clear: both;
	display: inline;
	float: left;
	width: 60px;
	padding-left: 15px;
	margin: 0;
}
.stayPlan .content dl.access dd {
	padding-left: 0;
}

.hg {
	height: 800px;
}/* 高さが足りないページのheight指定 */

/* 宿泊プランタイトルテキストリンク（追加2011.8.15） */
.stay_link a:link  {
	color: #ddcaa2;
	text-decoration: none;
}

.stay_link a:visited {
	color: #ddcaa2;
	text-decoration: none;
}

.stay_link a:hover {
	color: #FC0;
	text-decoration: underline;
}
