@charset "UTF-8";
/* 物件検索、土地検索　cssファイル

-------------------------------- */

/*　パンくず下ライン　**********************/

#page_border {
	border-top: 1px solid #dcdcdc;
	width:100%;
	padding:0;
	margin:0;
	height:0;
}
/*　コンテンツ共通　**********************/

#content {
	text-align:left;
	margin:0 auto;
	clear:both;
	width:950px;
	background: transparent url(/pro/pc/images/content_bg.png) no-repeat right top;
}

#contentSeg {
	margin-bottom:20px;
}
#contentSeg #breadcrumbs {
	float: left;
	width: 950px;
}
#contentSeg #breadcrumbs li {
	padding:12px 6px 12px 0;
	float: left;
	font-size:85%;
}
#contentSeg #content_subtitle {
	position:relative;
	border: 1px solid #dcdcdc;
	background: #f2f0ea;
	border-radius: 5px;
	box-shadow: 0 1px #ffffff, 0 0 0 1px #ffffff inset;
	padding:5px 15px;
	width: 810px;
	*width: 808px;
	clear: both;
	behavior: url(/pro/PIE.htc);
}
/*　h1 タイトル（吹き出し）　**********************/

#contentSeg #content_subtitle {
	position:relative;
	border: 1px solid #dcdcdc;
	background: #f2f0ea;
	border-radius: 5px;
	box-shadow: 0 1px #ffffff, 0 0 0 1px #ffffff inset;
	padding:5px 15px;
	width: 810px;
	*width: 808px;
	clear: both;
	behavior: url(/pro/PIE.htc);
}
#content_subtitle .subtitle_fuki {
	position: absolute;
	top: 10px;
	right: -13px;
	display: block;
	width: 13px;
	height: 18px;
	background: url('/pro/pc/images/content_subtitle_fuki.png') no-repeat;
	z-index: 2;
}


/* コンテンツ **********************/

.point_area ul li {
	float:left;
	width:303px;

}
.block_section_3block {
	border: 1px solid #dcdcdc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 4px 0 #e6e6e6, 0 1px 0 0 #cccccc;
	margin-bottom: 20px;
	padding:5px;
	clear: both;
	behavior: url(/pro/PIE.htc);
	position:relative;
	min-height:260px;
 *height:260px;
}

.block_section_3block_s {
	border: 1px solid #dcdcdc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 4px 0 #e6e6e6, 0 1px 0 0 #cccccc;
	margin-bottom: 20px;
	padding:5px;
	clear: both;
	behavior: url(/pro/PIE.htc);
	position:relative;
}

.block_section_3block .block_section_3block_inner {
	clear: both;
}

/* columContent
-------------------- */

/* rollover style for clickable element */
.point_area .block_section_3block_s .click_Rows {
	cursor: pointer;
}

.point_area .block_section_3block_s .click_Rows.bl-hover {
	cursor: pointer;
	background: #fbf5dd;
	border-radius: 5px;
}

.point_area .block_section_3block_s .pr_Thumb {
	float: left;
	padding: 5px 10px 0px 5px;
	*padding: 5px 0px 0px 5px;

}
.point_area .block_section_3block_s .pr_Title {
	padding-bottom:10px;
	font-weight: bold;
}
.point_area .block_section_3block_s .pr_Text {
	margin-left:95px;
	*margin-left:110px;
	line-height: 140%;
	padding: 5px 5px 5px 0;
}


/*　ページトップへ　**********************/

.block_section_7 {
	border: 1px solid #dcdcdc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 4px 0 #e6e6e6, 0 1px 0 0 #cccccc;
	margin-bottom: 20px;
	padding:0px 0px;
	width: 950px;
	*width: 948px;
	clear: both;
	behavior: url(/pro/PIE.htc);
	position:relative;
}
.page_top_sec .click_Row {
	padding:5px 15px;
	height: 100%;
	clear: both;
	position:relative;
}
#top a.page_top_sec .click_Row {
	text-indent:underline;
}
#top a:hover.page_top_sec .click_Row {
	text-indent:none;
}
.page_top_sec .click_Row .page_top_link {
	background:#ffffff;
	opacity:0;
	filter: alpha(opacity=0);
	/* ie lt 8 */-ms-filter: "alpha(opacity=0)";
	/* ie 8 */-moz-opacity:0;
	/* FF lt 1.5, Netscape */-khtml-opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 950px;
	height: 50px;
	z-index: 2;
}
.page_top_sec .bl-hot {
	border-radius: 5px;
	background:#ffffff;
	behavior: url(/pro/PIE.htc);
	position:relative;
	zoom: 1; /* Should be IE only */
}
/* rollover style for clickable element */
.page_top_sec .bl-hover {
	border-radius: 5px;
	cursor: pointer;
	background:#f5f2ed;
	behavior: url(/pro/PIE.htc);
	position:relative;
}
.page_top {
	padding:10px;
	text-align:center;
}
.page_top a {
	padding:0 20px;
	background: url('/pro/pc/images/arrow_07.png') no-repeat 0 -2px;
}
.guide{
 cursor: pointer;
}
.guide:hover{
	background:#f3f3f3;
}