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

div#ZFeaturedGadget div.ZFeaturedRow
{
	cursor: pointer; 
	width:308px;
	height: 350px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	float:left;
	display:inline;
	background-color:#fffef5;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	font-size:9pt;
	font-family: inherit;
}
div#ZFeaturedGadget div.ZFeaturedRowSelected
{
	cursor: pointer; 
	width:308px;
	height: 350px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	float:left;
	display:inline;
	background-color:#fdf6c3;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	font-size:9pt;
	font-family: inherit;
}

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

/* 物件タイトル */
div#ZFeaturedGadget  div.ZFeaturedItemTitle
{
	height:28px;
	width:308px;
	overflow:hidden;
	float:left;
	display:inline;
	text-align:center;
	background-image: url("../images/title_top.jpg")
}
div#ZFeaturedGadget div.ZFeaturedItemTitle label
{
	font-weight:bold;
	font-size: 12px;
	width:308px;
	white-space: nowrap;
	color:#333333;
	line-height:210%;
}

/* 物件画像 */

div#ZFeaturedGadget div.ZFeaturedThumbImageWrapper{
	float: left;
	overflow:hidden;
	display:inline;
	text-align:center;
	width: 308px;
	height:190px;
	margin:6px 0px 0px 0px;
}

div#ZFeaturedGadget img.ZFeaturedThumbImage
{
	height:180px;
	align:left;
	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;
	line-height:116%;
	display:inline;
	text-align:left;
	margin: 3px 0px 0px 5px;
	width:300px;
	color:#666666;
	border-width:1px 0 0 0;
	border-color:#999999;
	border-style:dotted;
	padding-top:4px;
}


/* 物件種別 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_BukkenType
{
	float:left;
	width:150px;
	display:inline;
	text-align:left;
	margin: 0px 0px 0px 5px;
}

div#ZFeaturedGadget div.ZFeaturedDetailCell_Price
{
	width:150px;
	float:left;
	display:inline;
	text-align:left;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_Chinryou
{
	margin-left:5px;
	width:150px;
	float:left;
	display:inline;
	text-align:left;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_Price label.ZValue,div#ZFeaturedGadget div.ZFeaturedDetailCell_Chinryou label.ZValue
{
	font-weight: bold;
	color: red;
	overflow: hidden;
}

/* 所在地 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_Address2
{
	float:left;
	width:120px;
	display:inline;
	margin:5px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}

/* 小学校区 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_ElementarySchool
{
	float:left;
	width:300px;
	display:inline;
	text-align:left;
	margin:0px 0px 0px 5px;
}

/* 中学校区 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_JuniorHighSchool
{
	float:left;
	width:300px;
	display:inline;
	text-align:left;
	margin:0px 0px 0px 5px;
}

/* 間取り部屋数 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_MadoriHeyakazu label.ZLabelName
{
	display:none;
	width:0;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_MadoriHeyakazu
{
	float:left;
	display:inline;
	margin:5px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}
/* 物件概要 */

div#ZFeaturedGadget div.ZFeaturedItemText
{
	overflow:hidden;
	text-align:left;
	clear:both;
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	width:410px;
	line-height:140%;
}
div#ZFeaturedGadget div.ZFeaturedItemText label
{
	white-space:normal;
}


div#ZFeaturedGadget2 {
	width: 144px;
	height: 180px;
}

div#ZFeaturedGadget2 div.ZFeaturedRow {
	width: 144px;
	height: 30px;
	color: #663333;
}

div#ZFeaturedGadget2 div.ZFeaturedRowSelected {
	width: 144px;
	height: 30px;
	color: #CC0000;
}

div#ZFeaturedGadget2 div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE {
	width: 109;
	height: 22px;
	border-bottom: 1px dashed #999999;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

div#ZFeaturedGadget2 div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE label.ZValue {
	cursor: pointer; 
}

