@charset "utf-8";
/**********************************************************************
CSS FOR QUARTERS
Copyright (C) QUARTERS
http://www.quarters.jp/
**********************************************************************/

/**********************************************************************
DISCRIPTION: 物件詳細
**********************************************************************/

/* 共通CSS
=====================================================================*/

@import url("cmn_base.css");
@import url("cmn_all.css");

/* タグ
=====================================================================*/

body{
	margin-top:43px;
	background:url(../img_page/pt_logo.gif) top center no-repeat;
	}

/* 全体
=====================================================================*/

#stage{
	width: 650px;
/*	height: 100%; */
	margin: 0 auto;
	text-align: left;
}


#hd_mes{
	display:none;
	}

#ftr_mes{
	display:none;
		}

/* ヘッダー
=====================================================================*/

#hd{
	display:none;
	}

/* タイトル
=====================================================================*/

#ttl1{
	width:650px; 
	background:#fff762;
	margin-bottom:3px;
	clear:both;
	}

.ttl1_tx{
	padding:0;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	}

.ttl1_day{
	text-align:right;
	}


/* タブメニュー
=====================================================================*/
	
#tab-bg{
	width:650px;
	}

#tab-contact{
	width:650px;
	padding:3px 0 0 0;
	clear:both;
	}
	
#tab-scr{
	display:none;
	}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin:0 7px 0 7px;
	padding: 0;
}

.TabbedPanelsTab {
	display:none;
}

.TabbedPanelsContentGroup {
	margin:0;
	padding:0;
}

.TabbedPanelsContent{
	width:650px;
	clear:both;
	}


/* メインイメージ
=====================================================================*/

#main_img{
	width:295px;
	float:left;
	}
	
#main_img img{
	margin:2px;
	}

/* お問い合わせ
=====================================================================*/

#bt-contact{
	display:none;
	}

/* 見出し
=====================================================================*/

.ttl3{
	display:none;
	}

/* 表
=====================================================================*/

#list-tb,#list-photo{
	width:350px;
	background:#000;
	margin-top:2px;
	text-align:left;
	}

#list-tb th{
	background:#f3ffcb;
	font-weight:normal;
	padding:2px;
	font-size:10px;
	}

#list-tb td{
	background:#FFF;
	font-weight:normal;
	padding:2px;
	font-size:10px;
	}

#list-photo td{
	background:#FFF;
	text-align:center;
	}

.qes{
	text-align:left;
	padding:5px 0 5px 15px;
	font-size:10px;
	background:url(../img_page/mark_q.gif) center left no-repeat;
	}

/* お問い合わせ
=====================================================================*/

#info{
	width:650px;
	margin-top:2px;
	margin-bottom:2px;
	background:#f2f8fb;
	}

.info-sp{
	line-height:150%;
	}	
	
.info-sp strong{
	font-size:14px;
	color:#0074cd;
	}	

.info-tx{
	text-align:left;
	font-size:12px;
		padding-left:14px;
	}


/* 部屋リスト
=====================================================================*/

#pick_room{
	display:none;
	}

/* 地図
=====================================================================*/

#bk_map{
	margin:0;
	padding:0;
	clear:both;
	}

/* 印刷
=====================================================================*/

#pt_clr{
	display:none;
	}

