/* ガジェットのひとコマ設定 */

div#ZFeaturedGadget div.ZFeaturedRow
{
	cursor: pointer; 
	width:201px;
	height: 248px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	float:left;
	display:inline;
	background-color:#fbfef3;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	font-size:10px;
	font-family: sans-serif;
	line-height:10px !important;
}
div#ZFeaturedGadget div.ZFeaturedRowSelected
{
	cursor: pointer; 
	width:201px;
	height: 248px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	float:left;
	display:inline;
	background-color:#f2fecb;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	font-size:10px;
	font-family: sans-serif;
	line-height:10px !important;
}

div#ZFeaturedGadget label.ZLabelName
{
	color:#f1752b;
	font-weight:bold;
	font-size:10px;
	font-family:sans-serif;
	line-height:10px !important;
}

div#ZFeaturedGadget label.ZValue
{
	color:#121212;
	font-weight:normal;
	font-size:9px;
	font-family:sans-serif;
	line-height:10px !important;
}

div#ZFeaturedGadget label.ZUnit
{
	color:#333333;
	font-weight:normal;
	font-size:10px;
	font-family:sans-serif;
	line-height:10px !important;
}

/* 物件タイトル */
div#ZFeaturedGadget  div.ZFeaturedItemTitle
{
	height:26px;
	width:100%;
	overflow:hidden;
	text-align:left;
	float:left;
	display:inline;
	background-image: url("../images/title.jpg")
}
div#ZFeaturedGadget div.ZFeaturedItemTitle label
{
	font-weight:bold;
	font-size: 12px;
	width:100%;
	white-space: nowrap;
	color:#333333;
	font-family:Osaka;
	margin-left:10px;
	line-height:200%;
}

/* 物件画像 */

div#ZFeaturedGadget div.ZFeaturedThumbImageWrapper{
	overflow:hidden;
	float:left;
	align:left;
	display:inline;
	text-align:center;
	width:200px;
}

div#ZFeaturedGadget img.ZFeaturedThumbImage
{
	width:120px;
	align:left;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	border-color:#cccccc;
	border-width:1px 2px 2px 1px;
	border-style:solid;
	padding:3px;
}

/* キャッチフレーズ */
div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE label.ZLabelName
{
	display:none;
	width:0;
}


div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE
{
	float:left;
	display:inline;
	text-align:left;
	margin: 3px 0px 0px 2px;
	width:198px;
	border-width:1px 0 0 0;
	border-color:#999999;
	border-style:dotted;
	padding-top:3px;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE label.ZValue
{
	font-size:9px;
	line-height:13px !important;
	color:#822c0a;
}

div#ZFeaturedGadget div.ZFeaturedDetailCell_Price
{
	display:inline;
	width:200px;
	float:left;
	text-align:left;
	margin:2px 0px 0px 2px;
	height:15px;
	line-height:14px;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_Price label.ZValue
{
	font-weight: bold;
	color: red;
	overflow: hidden;
	font-size:12px;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_Chinryou
{
	display:inline;
	width:200px;
	float:left;
	text-align:left;
	margin:2px 0px 0px 2px;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_Chinryou label.ZValue
{
	font-weight: bold;
	color: red;
	overflow: hidden;
}


/* 物件種別 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_BukkenType
{
	width:200px;
	float:left;
	display:inline;
	margin:0px 0px 0px 2px;
	text-align:left;
	line-height:10px;
	font-size:9px;
	height:16px;
	line-height:200%;
}

/* 所在地 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_Address2
{
	float:left;
	display:inline;
	margin:2px 0px 0px 2px;
	text-align:left;
	line-height:100%;
}
/* 所在地3 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_Address3
{
	float:left;
	display:inline;
	margin:2px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}

/* 所在地3 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_Address3 label.ZLabelName
{
	width:0px;
	display:none;
}

