@charset "Shift-JIS";

/* ############################################################

　　GrandTop Modules Only

############################################################ */


body {
	font-size:12px; /*IE以外はここを調整*/
	line-height:140%;
	text-align:center;
}
* html body { font-size:80%;line-height:150% } /*IE6はここを調整*/
*:first-child+html body {	font-size:85%;} /*IE7はここを調整*/
body * { font-size:100%;} /*変更禁止*/

h2,h3 {
	margin:0;
	padding:0;
}

/* onmouse時に指 */
.overHand {
	cursor :pointer;
}

td.ci{
	text-align:left;
}

/* タブ切り替えカンバン */
#boardKanagawa.kanban {
	display:none;
}
.kanban table {
	margin-top:15px;
	width:950px;
}
.kanban table td {
	text-align:right;
}
.kanban table td.btnTD {
	text-align:left;
}
.kanban table td.btnTD img {
	margin-right:3px;
}

/* コンテンツエリア */
#contents {
	width:950px;
	padding:0 0 20px;
	margin:0 auto;
	text-align:left;
}

/* メインバナー
-------------------------------------------------*/
div.topMain {
	position:relative;
	width:950px;
	margin-top:15px;
}
div.topMain div.mainBnr {
	position:absolute;
}
div.topMain div.mainBnr img {
	display:block;
}
div.topMain div.mainBnrRight {
	padding-left:730px;
	background:url(/resources/images/top/kodawari_bg.gif) no-repeat right bottom;
	min-height:200px;
	*height:200px;
}
div.topMain div.mainBnrRight h2 {
	margin:0;
	padding:0;
}
div.topMain div.mainBnrRight h2 img {
	display:block;
}
div.topMain div.mainBnrRight .inner {
	padding:0 10px 10px;
}
div.topMain div.mainBnrRight .inner h3 {
	margin:5px 0 0 0;
	padding:0;
	font-weight:normal;
	line-height:1.1;
	color:#845542;
}
/* 高さに余裕があるときはclassなしのul */
div.topMain div.mainBnrRight .inner ul {
	margin:0;
	padding:0;
	list-style:none;
}
div.topMain div.mainBnrRight .inner ul li {
	background:url(/resources/images/top/kodawari_bullet.gif) no-repeat 0 0.3em;
	padding-left:7px;
	margin:8px 0 0 0;
	line-height:1.3;
	*letter-spacing:-1px;
}
/* 高さに余裕があるときはclassなし（説明テキスト付き）<dl> */
div.topMain div.mainBnrRight .inner dl {
	line-height:1.3;
	margin:8px 0 0 0;
	padding:0;
	color:#845542;
}
div.topMain div.mainBnrRight .inner dl dt,
div.topMain div.mainBnrRight .inner dl dd {
	margin:0;
	padding:0;
	*letter-spacing:-1px;
}
div.topMain div.mainBnrRight .inner dl dd {
	background:url(/resources/images/top/kodawari_bullet.gif) no-repeat 0 0.3em;
	padding-left:7px;
	margin-top:2px;
}
/* 高さに少し余裕がないときは<ul class="list2"> */
div.topMain div.mainBnrRight .inner ul.list2 li {
	line-height:1.2;
	margin:6px 0 0 0;
}
/* 高さに少し余裕がないとき（説明テキスト付き）<dl class="list2"> */
div.topMain div.mainBnrRight .inner dl.list2 {
	line-height:1.2;
	margin:6px 0 0 0;
	padding:0;
	color:#845542;
}
div.topMain div.mainBnrRight .inner dl.list2 dt,
div.topMain div.mainBnrRight .inner dl.list2 dd {
	margin:0;
	padding:0;
	*letter-spacing:-1px;
}
div.topMain div.mainBnrRight .inner dl.list2 dd {
	background:url(/resources/images/top/kodawari_bullet.gif) no-repeat 0 0.3em;
	padding-left:7px;
	margin-top:2px;
}

/* 高さに全く余裕がないときは<ul class="list3"> */
div.topMain div.mainBnrRight .inner ul.list3 li {
	line-height:1.1;
	margin:4px 0 0 0;
}
/* 高さに全く余裕がないとき（説明テキスト付き）<dl class="list3"> */
div.topMain div.mainBnrRight .inner dl.list3 {
	line-height:1.1;
	margin:4px 0 0 0;
	padding:0;
	color:#845542;
}
div.topMain div.mainBnrRight .inner dl.list3 dt,
div.topMain div.mainBnrRight .inner dl.list3 dd {
	margin:0;
	padding:0;
	*letter-spacing:-1px;
}
div.topMain div.mainBnrRight .inner dl.list3 dd {
	background:url(/resources/images/top/kodawari_bullet.gif) no-repeat 0 0.3em;
	padding-left:7px;
	margin-top:2px;
}
/* list3を使ってもマージンが広いIE用にh3につけるクラス */
div.topMain div.mainBnrRight .inner h3.forList3 {
	*margin:4px 0 0 0;
	padding:0;
	font-weight:normal;
	line-height:1.1;
	color:#845542;
	*letter-spacing:-1px;
}
div.topMain div.mainBnrRight .inner .fb {
	font-style:normal !important;
	font-weight:bold !important;
	*letter-spacing:-1px;
}
/* NEW */
div.topMain div.mainBnrRight .inner ul li span {
	font-weight:bold;
	color:#f00;
}
/* リンクタイトル */
div.topMain div.mainBnrRight .inner ul li b {
	color:#845542;
	font-style:normal;
	font-weight:normal;
}
div.topMain div.mainBnrRight .inner ul li em {
	color:#845542 !important;
	font-style:normal !important;
	font-weight:normal !important;
}
/* リンクテキスト */
div.topMain div.mainBnrRight .inner a {
	color:#2680BF;
}
/* 説明書き */
div.topMain div.mainBnrRight .inner ul li p {
	margin:3px 0 0 0;
	padding:0;
	font-size:10px;
	line-height:13px;
	color:#845542;
	*letter-spacing:0;
}



table.list_feature_special td{
	text-align:left;
}

#detailmenuTBL {
	margin-top: 10px;
	width:950px;
}
#detailmenuTBL td {
	vertical-align:top;
}
/* zoneBuy */
#detailmenuTBL td.zoneBuy .pad td.kodateTD {
	padding:0 5px;
}
#detailmenuTBL td.zoneBuy .pad {
	padding:0 10px 15px;
}
#detailmenuTBL td.zoneBuy .pad ul {
	margin:0;
	padding:0;
	list-style:none;
}
#detailmenuTBL td.zoneBuy .pad ul li {
	margin-top:10px;
	padding-left:10px;
	background:url(/resources/images/top/detailmenu_buy_bullet.gif) no-repeat 0 0.25em;
}
#detailmenuTBL td.zoneBuy .pad .partition {
	margin-top:10px;
}
#detailmenuTBL td.zoneBuy .pad a {
	color:#0A9CCC;
}


/* zoneSale */
#detailmenuTBL td.zoneSale .pad td.soudanTD {
	padding-left:5px;
}
#detailmenuTBL td.zoneSale .pad {
	padding:0 10px 15px;
}
#detailmenuTBL td.zoneSale .pad ul {
	margin:0;
	padding:0;
	list-style:none;
}
#detailmenuTBL td.zoneSale .pad ul {
	margin:0;
	padding:0;
	list-style:none;
}
#detailmenuTBL td.zoneSale .pad ul li {
	margin-top:10px;
	padding-left:10px;
	background:url(/resources/images/top/detailmenu_sale_bullet.gif) no-repeat 0 0.25em;
}
#detailmenuTBL td.zoneSale .pad a {
	color:#F28D00;
	text-decoration:none;
}

/* zoneRent */
#detailmenuTBL td.zoneRent .pad td.fudosanTD {
	padding-left:5px;
}
#detailmenuTBL td.zoneRent .pad {
	padding:0 10px 15px;
}
#detailmenuTBL td.zoneRent .pad ul {
	margin:0;
	padding:0;
	list-style:none;
}
#detailmenuTBL td.zoneRent .pad ul {
	margin:0;
	padding:0;
	list-style:none;
}
#detailmenuTBL td.zoneRent .pad ul li {
	margin-top:10px;
	padding-left:10px;
	background:url(/resources/images/top/detailmenu_rental_bullet.gif) no-repeat 0 0.25em;
}
#detailmenuTBL td.zoneRent .pad a {
	color:#3DAB2D;
}


/* 2カラムレイアウト */
#layoutColumn2 {
	width:950px;
	margin-top:20px;
}
#layoutColumn2 td {
	vertical-align:top;
}
#layoutColumn2 td.nullTD {
	width:30px;
}
#layoutColumn2 td.subTD {
	width:220px;
}


/* おすすめ情報 Recommend
-------------------------------------------------*/
#recommend table.list_feature_recommend th{
	width:144px;
}
#recommend td.phot {
	width:398px;
}
#recommend td.data {
	width:312px;
}
#recommend td.data p {
	margin:15px 0 0 0;
	color:#8C8C8C;
}
#recommend td.data .btns {
	margin:15px 0 0 0;
}
#recommend td.data .btns a {
	display: block;
	float:left;
	margin-right:10px;
}
#recommend td.data .btns img {
	vertical-align:bottom;
}

#recommend .recommendA,
#recommend .recommendB,
#recommend .dotline {
	margin-top:10px;
}

#recommend .recommendC {
	width:710px;
	margin-top:10px;
}
#recommend .recommendC:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
}
#recommend .recommendC .phot {
	width:380px;
	float:left;
}
#recommend .recommendC .phot img {
	display:block;
	margin-bottom:10px;
}
#recommend .recommendC .phot p.supple {
	margin:3px 0 0 0;
	font-size:85%;
	color:#777;
	padding-left:1em;
	text-indent:-1em;
}
#recommend .recommendC .data {
	width:310px;
	float:right;
}
#recommend .recommendC .data h3 {
	margin:10px 0 15px;
}
#recommend .recommendC .data table {
	width:310px;
	border-collapse:collapse;
}
#recommend .recommendC .data table th,
#recommend .recommendC .data table td {
	background-color:#f2f2f2;
	color:#777;
	border-bottom:solid 5px #fff;
	padding:10px;
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}
#recommend .recommendC .data table tr.continue th,
#recommend .recommendC .data table tr.continue td {
	border-bottom:solid 5px #f2f2f2;
}
#recommend .recommendC .data table td {
	padding:10px 5px 10px 0;
}
#recommend .recommendC .data table td img {
	margin-right:5px;
	vertical-align:bottom;
}


/* お知らせ Information
-------------------------------------------------*/
#information {
	margin-top: 20px;
}
#information th,
#information td {
	vertical-align:top;
	padding-top: 10px;
}
#information th {
	width:120px;
	font-weight: normal;
	color:#404040;
}
#information td a {
	padding-left:10px;
	background:url(/resources/images/top/info_bullet.gif) no-repeat 0 0.25em;
	color:#2680BF;
}


/* ニュース News
-------------------------------------------------*/
#newsList {
	margin-top: 20px;
}

#newsTitle { position:relative; }
#newsTitle p { position:absolute; right:20px; top:2px; }

#newsList th,
#newsList td {
	vertical-align:top;
	padding-top: 10px;
}
#newsList th {
	width:120px;
	font-weight: normal;
	color:#404040;
}
#newsList td .ic01 {
	padding-left:10px;
	background:url(/resources/images/top/info_bullet.gif) no-repeat 0 0.25em;
	color:#2680BF;
}


/* 注目物件
-------------------------------------------------*/
#pickup {
	margin-top:20px;
	background:#EBEBEB url(/resources/images/top/pickup_bg.gif) no-repeat left bottom;
}
#pickup td {
	vertical-align: top;
}
#pickup .cautionTD {
	vertical-align: bottom;
}
#pickup .cautionTD p {
	margin:12px;
	font-size:85%;
	color:#808080;
}
#pickup .cautionTD p a {
	color:#2680BF;
}
#pickup .flashTD {
	width:485px;
}


/* そのたリンク
-------------------------------------------------*/
#miscLinks {
	margin-top:25px;
	background:#ffffff url(/resources/images/top/misclinks_bg.gif) no-repeat left bottom;
}
#miscLinks .pad {
	padding: 0 12px 5px 12px;
}
#miscLinks .pad ul {
	margin:0;
	padding:0;
	list-style:none;
}
#miscLinks .pad ul li {
	margin-bottom:10px;
	padding-left:10px;
	background:url(/resources/images/top/misclinks_bullet.gif) no-repeat 0 0.25em;
}
#miscLinks .pad ul li a {
	color:#2680BF;
}



/* マーク
-------------------------------------------------*/
#marks {
	margin-top:25px;
	padding-top:20px;
	background:url(/resources/images/top/marks_top.gif) no-repeat;
}
#marks .pad {
	background:url(/resources/images/top/marks_bg.gif) no-repeat left bottom;
}
#marks p {
	margin:0;
	padding:0;
}
/* marksA */
#marks .pad table.marksA {
	margin-left:15px;
	color:#666666;
}
#marks .pad table.marksA td.pmark {
	width:95px;
}
#marks .pad table.marksA td.pmarkp {
	width:259px;
}
#marks .pad table.marksA td.pmarkp p {
	padding-right:20px;
}
#marks .pad table.marksA td.vsign {
	width:112px;
}
#marks .pad table.marksA td.vsignp {
	width:210px;
}

/* marksB */
#marks .pad table.marksB {
	width: 656px;
	margin-left:25px;
	color:#666666;
}
#marks .pad table.marksB td {
	vertical-align:middle;
	padding-bottom:15px;
	font-size:11px;
}
#marks .pad table.marksB td.homenavi {
	width:60px;
}
#marks .pad table.marksB td.aucs {
	width:114px;
}
#marks .dotline {
	padding:20px 0 15px 10px;
}


/* 右エリア初期化
-------------------------------------------------*/
.subTD ul {
	margin:0;
	padding: 0;
	list-style:none;
}

/* キャンペーン
-------------------------------------------------*/
#campaign {
}
#campaign .pad {
	padding:0 15px 15px 15px;
	background:url(/resources/images/top/subtd_pad_bg.gif) no-repeat left bottom;
}
#campaign ul.notes {
	margin-top:7px;
	font-size:85%;
	color:#737373;
}
#campaign .banner {
	margin-top:10px;
}
/* plus banner */
#campaign .bannerPlus {
	margin-top:15px;
	padding-top:5px;
	background:url(/resources/images/top/banners_top.gif) no-repeat;
}
#campaign .bannerPlus ul li {
	padding-top:10px;
}
#campaign .bannerPlus ul li img {
	vertical-align:bottom;
}

/* お役立ち情報
-------------------------------------------------*/
#utilityInfo {
	margin-top:15px;
}
#utilityInfo .pad {
	padding:0 15px 4px 15px;
	background:url(/resources/images/top/subtd_pad_bg.gif) no-repeat left bottom;
}
#utilityInfo ul li {
	margin-bottom:6px;
}
#utilityInfo ul li img {
	vertical-align:bottom;
}
#utilityInfo ul li.addLine {
	padding-bottom:1px;
	background:url(/resources/images/top/utilityinfo_dotline.gif) no-repeat left bottom;
}


#utilityLinks {
	margin-top:15px;
}
#utilityLinks li {
	padding-bottom:10px;
}

/* バナー｜受賞 */
.bannerAward {
	margin-top:7px;
}


/* noscript警告 */
.noscriptArea p {
	width:950px;
	padding-left:10px;
}

td.copyright{
	text-align:left;
}

/* 東急リバブルの投資・業務用物件
-------------------------------------------------*/
#toushiGyoumu {
	width:711px;
	margin-bottom:20px;
	padding-bottom:15px;
	background:#f0f0f0 url(/resources/images/top/toushi_gyoumu_bg_btm.gif) no-repeat left bottom;
}
#toushiGyoumu ul {
	margin:0;
	padding:0;
	border:1px solid #dadada;
	border-style:none solid none solid;
	text-align:center;
}
#toushiGyoumu ul li {
	display: inline;
	padding:0 8px;
}
#toushiGyoumu ul li img {
	border:none;
	vertical-align:bottom;
}

