/* ガジェットのひとコマ設定 */

div.ZFeaturedRow
{
	cursor: pointer; 
	width:346px;
	height: 100px;
	overflow: hidden;
	vertical-align:bottom;
	margin:2px;
	float:left;
	display:inline;
	background-color:#efefef;
	border:1px solid #cccccc;
	font-size:10px;
	font-family:sans-serif;
}
div.ZFeaturedRowSelected
{
	cursor: pointer; 
	width:346px;
	height: 100px;
	overflow: hidden;
	vertical-align:bottom;
	margin:2px;
	float:left;
	display:inline;
	background-color:#d4d4d4;
	border:1px solid #cccccc;
	font-size:10px;
	font-family:sans-serif;
}
div.ZFeatured label{
	padding:2px;
}

label.ZLabelName
{
	color:#4f280a;
	font-weight:bold;
	font-size:10px;
	line-height:100%;
}

label.ZValue
{
	font-size:10px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

/* 物件タイトル */

div.ZFeaturedItemTitle
{
	height:20px;
	width:100%;
	overflow:hidden;
	text-align:left;
	float:left;
	margin: 0px 0px 0px 0px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#666666;
	background-color:#aae098;
	background-image:url(../../sales/img/title_bg.jpg);
}

div.ZFeaturedItemTitle label
{
	font-weight:normal;
	font-size: 11px;
	font-weight: bold;
	width:100%;
	white-space: nowrap;
	color:#000000;
	padding-left:5px;
	line-height:180%;
}


div.ZFeatured label.ZUnit
{
	font-size:9px;
}

/* 物件画像 */

div.ZFeaturedThumbImageWrapper{
	width:105px;
	overflow:hidden;
	float:left;
	align:left;
	text-align:center;
}

img.ZFeaturedThumbImage
{
	width:90px; 
	align:left;
	margin:2px 0px 0px 0px;
	background-color:#ffffff;
	border-color:#cccccc;
	border-width:1px 2px 2px 1px;
	border-style:solid;
}
div.ZFeaturedDetailCell_BukkenType
{
	float:left;
	display:inline;
	width:130px;
}
div.ZFeaturedDetailCell_Address2
{
	float:left;
	display:inline;
}
div.ZFeaturedDetailCell_BukkenType label
{
	font-size:9px;
}
div.ZFeaturedDetailCell_Address2 label
{
	font-size:9px;
}
div.ZFeaturedDetailCell_Address3 label
{
	font-size:9px;
}
div.ZFeaturedDetailCell_Address3 label.ZLabelName
{
	display:none;
	width:0px;
}
div.ZFeaturedDetailCell_M1_CATCHPHRASE
{
	overflow:hidden;
	text-align:left;
	float:left;
	display:inline;
	width:230px;
	border-width:1px 0 0 0;
	border-style:dotted;
	border-color:#cccccc;
	padding-top:2px;
	margin-top:2px;
}
div.ZFeaturedDetailCell_M1_CATCHPHRASE label.ZLabelName
{
	display:none;
	width:0;
}
div.ZFeaturedDetailCell_M1_CATCHPHRASE label
{
	font-size:9px;
	color:#01400b;
}
