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

div#ZFeaturedGadget div.ZFeaturedRow
{
	cursor: pointer; 
	width:523px;
	height: 150px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	float:left;
	display:inline;
	background-color:#ffffff;
	border-width:1px;
	border-color:#A9A9A9;
	border-style:solid;
	font-size:9pt;
	font-family: inherit;
}
div#ZFeaturedGadget div.ZFeaturedRowSelected
{
	cursor: pointer; 
	width:523px;
	height: 150px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	float:left;
	display:inline;
	background-color:#dae6fe;
	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:26px;
	width:100%;
	overflow:hidden;
	text-align:left;
	float:left;
	display:inline;
	background-image: url("../images/title.gif")
}
div#ZFeaturedGadget div.ZFeaturedItemTitle label
{
	font-weight:bold;
	font-size: 12px;
	width:100%;
	white-space: nowrap;
	color:#333333;
	font-family:Osaka;
	margin-left:25px;
	line-height:150%;
}

/* 物件画像 */

div#ZFeaturedGadget div.ZFeaturedThumbImageWrapper{
	width:140px;
	height: 100px;
	overflow:hidden;
	float:left;
	align:left;
	display:inline;
	text-align:center;
}

div#ZFeaturedGadget img.ZFeaturedThumbImage
{
	height:80px;
	align:left;
	margin:7px 0px 0px 5px;
	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: 5px 0px 0px 0px;
	width:360px;
	color:#23438d;
	border-width:1px 0 0 0;
	border-color:#999999;
	border-style:dotted;
	padding-top:6px;
}


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

/* 合計価格 */

div#ZFeaturedGadget div.ZFeaturedDetailCell_Chinryou
{
	display:inline;
	width:120px;
	float:left;
	margin: 5px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_Chinryou label.ZValue
{
	font-weight: bold;
	color: red;
	overflow: hidden;
}

div#ZFeaturedGadget div.ZFeaturedDetailCell_Price
{
	display:inline;
	width:120px;
	float:left;
	margin: 5px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}
div#ZFeaturedGadget div.ZFeaturedDetailCell_Price 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_TochiMenseki
{
	float:left;
	width:120px;
	display:inline;
	margin:5px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}

/* 建物面積 */
div#ZFeaturedGadget div.ZFeaturedDetailCell_TatemonoMenseki
{
	float:left;
	width:120px;
	display:inline;
	margin:5px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}
/* 間取り */
div#ZFeaturedGadget div.ZFeaturedDetailCell_MadoriType
{
	float:left;
	width:120px;
	display:inline;
	margin:5px 0px 0px 0px;
	text-align:left;
	line-height:100%;
}

/* 間取り部屋数 */
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#ZFeaturedGadget div.ZFeaturedDetailCell_M1_REGDATE{
	float: right;
	margin: 5px 20px 0px 0px;
	color: #333333;
}

div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_REGDATE label.ZLabelName{
	color: #333333;
	font-weight: normal;
}

div#ZFeaturedGadget2 div.ZFeaturedRow {
	background: #FFFFFF;
	float: left;
	cursor: pointer;
	width: 268px;
	height: 142px;
	margin: 1px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #dadada;
	font-size:9pt;
	font-family: inherit;
	display: inline;
}


div#ZFeaturedGadget2 div.ZFeaturedRowSelected {
	background: #EFF4FF;
	float: left;
	cursor: pointer;
	width: 268px;
	height: 142px;
	margin: 1px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #dadada;
	font-size:9pt;
	font-family: inherit;
	display: inline;
}

/* 物件画像 */
div#ZFeaturedGadget2 div.ZFeaturedThumbImageWrapper {
	padding: 0px;
	margin: 32px 0px -120px 5px;
	float: left;
	display: inline;
}

div#ZFeaturedGadget2 img.ZFeaturedThumbImage {
	height: 80px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

/* キャッチフレーズタイトル */
div#ZFeaturedGadget2 div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE {
	height:26px;
	width:100%;
	overflow:hidden;
	text-align:left;
	float:left;
	display:inline;
	background-image: url("../images/title.gif")
}

div#ZFeaturedGadget2 div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE label.ZValue {
	font-weight:bold;
	font-size: 12px;
	width:100%;
	white-space: nowrap;
	color:#333333;
	font-family:Osaka;
	margin-left:25px;
	line-height:150%;
}

/* 物件種別 */
div#ZFeaturedGadget2 div.ZFeaturedDetailCell_BukkenType {
	float: left;
	overflow: hidden;
	width: 145px;
	height: 15px;
	padding: 0px;
	margin: 5px 0px 0px 120px;
	text-align: left;
	display: inline;
}

div#ZFeaturedGadget2 div.ZFeaturedDetailCell_BukkenType label.ZLabelName {
	color: #F1752B;
    font-size: 12px;
    font-weight: bold;
}


/* 所在地 */
div#ZFeaturedGadget2 div.ZFeaturedDetailCell_Address2 {
	float: left;
	overflow: hidden;
	width: 145px;
	height: 15px;
	padding: 0px;
	margin: 5px 0px 0px 120px;
	text-align: left;
	display: inline;
}

div#ZFeaturedGadget2 div.ZFeaturedDetailCell_Address2 label.ZLabelName {
	color: #F1752B;
    font-size: 12px;
    font-weight: bold;
}


/* キャッチフレーズ　内容 */
div#ZFeaturedGadget2 div.ZFeaturedDetailCell_M1_CATCHPHRASE {
	border-top: 1px dotted #CCCCCC;
	width: 145px;
	height: 52px;
	float: left;
	line-height: 17px;
	overflow: hidden;
	text-align: left;
	padding-top: 2px;
	margin: 2px 0px 0px 120px;
	color: #23438D;
	display: inline;
}

div#ZFeaturedGadget2 div.ZFeaturedDetailCell_M1_REGDATE{
	float: right;
	margin-right: 3px;
	margin-top: 2px;
	color: #333333;
	display: inline;
}

