/* ガジェットのひとコマ設定 */

div#ZFeaturedGadget div.ZFeaturedRow
{
	cursor: hand;
	width:620px;
	height:165px;
	overflow: hidden;
	vertical-align:bottom;
	margin:2px;
	float:left;
	background-color:#ffffff;
	border:1px solid #cccccc;
	font-size:11px;
	font-family:sans-serif;
}
div#ZFeaturedGadget div.ZFeaturedRowSelected
{
	cursor: hand;
	width:620px;
	height:165px;
	overflow: hidden;
	vertical-align:bottom;
	margin:2px;
	float:left;
	background-color:#a0dbf9;
	border:1px solid #cccccc;
	font-size:11px;
	font-family:sans-serif;
}

div#ZFeaturedGadget label.ZLabelName
{
	color:#f1752b;
	font-weight:bold;
	font-size:12px;
}

/* 物件タイトル */

div#ZFeaturedGadget  div.ZFeaturedItemTitle
{
	height:20px;
	width:584px;
	overflow:hidden;
	text-align:left;
	float:left;
	margin: 8px 0px 0px 0px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#666666;
}

div#ZFeaturedGadget div.ZFeaturedItemTitle label
{
	font-weight:normal;
	font-size: 14px;
	font-weight: bold;
	width:100%;
	white-space: nowrap;
	color:#1d75e1;
	padding-left:5px;
}

/* 物件画像 */

div#ZFeaturedGadget div.ZFeaturedThumbImageWrapper{
	width:153px;
	overflow:hidden;
	float:left;
	align:left;
	text-align:center;
}

div#ZFeaturedGadget img.ZFeaturedThumbImage
{
	height:96px; 
	align:left;
	margin:5px 0px 0px 0px;
	background-color:#ffffff;
	border-color:#cccccc;
	border-width:1px 2px 2px 1px;
	border-style:solid;
	padding:3px;
}


/* 物件種別 */

div#ZFeaturedGadget div.ZFeaturedDetailCell_BukkenType
{
	float:left;
	width:140px;
	display:inline;
	margin:7px 0px 0px 0px;
	text-align:left;
	font-size:11px;
}

/* 所在地 */

div#ZFeaturedGadget div.ZFeaturedDetailCell_Address2
{
	float:left;
	width:170px;
	display:inline;
	margin:7px 0px 0px 0px;
	text-align:left;
	font-size:11px;
}

/* 販売価格 */

div#ZFeaturedGadget div.ZFeaturedDetailCell_Price
{
	float:left;
	width:80x;
	display:inline;
	margin:7px 0px 0px 10px;
	text-align:left;
	font-size:11px;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_Price label.ZValue
{
	margin:0px;
	padding:0px;
	overflow: hidden;
	color:red;
	font-weight:bold;
}



/* 賃料 */

div#ZFeaturedGadget div.ZFeaturedDetailCell_Chinryou
{
	float:left;
	width:150px;
	display:inline;
	margin:7px 0px 0px 0px;
	text-align:left;
	font-size:11px;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_Chinryou label.ZValue
{
	margin:0px;
	padding:0px;
	overflow: hidden;
	color:red;
	font-weight:bold;
}


/* 土地面積 */

div#ZFeaturedGadget div.ZFeaturedDetailCell_TochiMenseki
{
	float:left;
	width:135px;
	display:inline;
	margin:6px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font-size:11px;
}


/* 建物面積 */

div#ZFeaturedGadget div.ZFeaturedDetailCell_TatemonoMenseki
{
	float:left;
	width:135px;
	display:inline;
	margin:6px 0px 0px 4px;
	padding:0px;
	text-align:left;
	font-size:11px;
}

/* 敷金 */

div#ZFeaturedGadget div.ZFeaturedDetailCell_Shikikin
{
	float:left;
	width:135px;
	display:inline;
	margin:6px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font-size:11px;
}

/* 礼金 */

div#ZFeaturedGadget div.ZFeaturedDetailCell_Reikin
{
	float:left;
	width:135px;
	display:inline;
	margin:6px 0px 0px 4px;
	padding:0px;
	text-align:left;
	font-size:11px;
}

/* 間取り */
div#ZFeaturedGadget div.ZFeaturedDetailCell_MadoriHeyakazu
{
	float:left;
	margin:6px 0px 0px 2px;
	font-size:11px;
}

div#ZFeaturedGadget div.ZFeaturedDetailCell_MadoriType
{
	float:left;
	width:140px;
	display:inline;
	margin:6px 0px 0px 2px;
	padding:0px;
	text-align:left;
	font-size:11px;
}

/* 物件概要 */


div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE label.ZLabelName
{
	display:none;
	width:0;
}

div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE
{
	overflow:hidden;
	text-align:left;
	clear:both;
	float:left;
	display:inline;
	margin:-68px 0px 0px 155px;
	width:424px;
	height:80px;
	border-width:1px 0 0 0;
	border-style:dotted;
	border-color:#cccccc;
	padding-top:3px;
	font-size:11px;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE label
{
	line-height:148%;
	white-space:normal;
}

