/* ガジェットのひとコマ設定 */

div#ZFeaturedGadget {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#ZFeaturedGadget div.ZFeaturedRow
{
	cursor: pointer; 
	width:264px;
	height: 250px;
	overflow: hidden;
	vertical-align:bottom;
	margin:2px;
	float:left;
	display:inline;
	background-color:#fffffc;
	border:1px solid #cccccc;
}



div#ZFeaturedGadget div.ZFeaturedRowSelected
{
	cursor: pointer; 
	width:264px;
	height: 250px;
	overflow: hidden;
	vertical-align:bottom;
	margin:2px;
	float:left;
	display:inline;
	background-color:#fde6ce;
	border:1px solid #cccccc;
}


div#ZFeaturedGadget label.ZLabelName
{
	color:#f1752b;
	font-weight:bold;
	font-size:12px;
}

div#ZFeaturedGadget label.ZValue
{
	color:#333333;
	font-weight:normal;
	font-size:11px;
}
div#ZFeaturedGadget label.ZUnit
{
	color:#333333;
	font-weight:normal;
	font-size:11px;
}

/* 物件画像 */

div#ZFeaturedGadget div.ZFeaturedThumbImageWrapper{
	width:264px;
	overflow:hidden;
	float:left;
	align:left;
	text-align:center;
}

div#ZFeaturedGadget img.ZFeaturedThumbImage
{
	height:120px; 
	align:left;
	margin:30px 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_TITLE
{

	height:22px;
	width:100%;
	overflow:hidden;
	text-align:left;
	float:left;
	margin:-160px 0px 0px 0px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999999;
	padding:0px 0px 0px 5px;
	background-color:#ffcd69;
	background-image:url(../images/title_sekou.jpg);
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE label
{
	font-weight:normal;
	font-size: 14px;
	font-weight: bold;
	width:100%;
	line-height:150%;
	white-space: nowrap;
	color:#412c01;
	font-size:13px;
}

/* キャッチフレーズ */
div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE
{
	overflow:hidden;
	text-align:left;
	clear:both;
	float:left;
	display:inline;
	margin:3px 0px 0px 5px;
	width:250px;
	border-width:1px 0 0 0;
	border-style:dotted;
	border-color:#cccccc;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE label
{
	font-size:10px;
	white-space:normal;
}
