/* ガジェットのひとコマ設定 */

div.ZFeaturedRow
{
	cursor: pointer; 
	width:535px;
	height: 105px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	float:left;
	display:inline;
	background-color:#ffffff;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	font-size:9pt;
	font-family: inherit;
	line-height:100%;
}
div.ZFeaturedRowSelected
{
	cursor: pointer; 
	width:535px;
	height: 105px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	float:left;
	display:inline;
	background-color:#fffccf;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	font-size:9pt;
	font-family: inherit;
	line-height:100%;
}

label.ZLabelName
{
	color:#f1752b;
	font-weight:bold;
	font-size:12px;
}

/* 物件画像 */

div.ZFeaturedThumbImageWrapper{
	width:110px;
	height: 100px;
	overflow:hidden;
	float:left;
	align:left;
	display:inline;
	text-align:center;
}

img.ZFeaturedThumbImage
{
	height:70px;
	align:left;
	margin:20px 0px 0px 0px;
	background-color:#ffffff;
	border-color:#cccccc;
	border-width:1px 2px 2px 1px;
	border-style:solid;
	padding:3px;
}

/* キャッチフレーズタイトル */
div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE label.ZLabelName
{
	display:none;
	width:0;
}

div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE
{
	width:530px;
	font-weight:bold;
	font-size: 12px;
	white-space: nowrap;
	color:#333333;
	font-family:Osaka;
	line-height:130%;
	float:left;
	margin: -100px 0px 0px 0px;
	padding-left:5px;
	height:18px;
	background-color:#fdcf9d;
}

div#ZFeaturedGadget2 div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE
{
	width:530px;
	font-weight:bold;
	font-size: 12px;
	white-space: nowrap;
	color:#333333;
	font-family:Osaka;
	line-height:130%;
	float:left;
	margin: -100px 0px 0px 0px;
	padding-left:5px;
	height:18px;
	background-color:#bbe487;
}


/* キャッチフレーズ */
div.ZFeaturedDetailCell_M1_CATCHPHRASE label.ZLabelName
{
	display:none;
	width:0;
}

div.ZFeaturedDetailCell_M1_CATCHPHRASE
{
	font-size:10px;
	float:left;
	line-height:114%;
	display:inline;
	text-align:left;
	margin: -60px 0px 0px 110px;
	width:420px;
	color:#23438d;
	border-width:1px 0 0 0;
	border-color:#aaaaaa;
	border-style:dotted;
	padding-top:2px;
}


/* 物件種別 */
div.ZFeaturedDetailCell_BukkenType
{
	color:#f1752b;
	font-weight:bold;
	font-size:12px;
	float:left;
	width:150px;
	line-height:15px;
	display:inline;
	text-align:left;
	margin: -80px 0px 0px 110px;
	height:20px;
	color:#454545;
}

/* 合計価格 */

div.ZFeaturedDetailCell_Chinryou
{
	display:inline;
	width:120px;
	float:left;
	margin: -79px 0px 0px 320px;
	text-align:left;
	line-height:15px;
}
div.ZFeaturedDetailCell_Chinryou label.ZValue
{
	font-weight: bold;
	color: red;
	overflow: hidden;
}

div.ZFeaturedDetailCell_Price
{
	display:inline;
	width:120px;
	float:left;
	margin: -79px 0px 0px 320px;
	text-align:left;
	line-height:15px;
}
div.ZFeaturedDetailCell_Price label.ZValue
{
	font-weight: bold;
	color: red;
	overflow: hidden;
}

/* 所在地2 */
div.ZFeaturedDetailCell_Address2
{
	float:left;
	width:80px;
	display:inline;
	margin: 0px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}

/* 所在地3 */
div.ZFeaturedDetailCell_Address3
{
	float:left;
	width:120px;
	display:inline;
	margin: 0px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}

/* 所在地3 */
div.ZFeaturedDetailCell_Address3 label.ZLabelName
{
	width:0px;
	display:none;
}

