/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #cccccc;}
#TB_window a:active {color: #cccccc;}
#TB_window a:focus{color: #ffffff;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(/images/common/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}
#TB_window p.close {
	padding: 10px 0 0 0;
	text-align: center;
	}
#TB_window p.close a {
	color: #ffffff;
	}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* ---------------------------------------------------------
** thumbPicBlock
物件詳細　物件サムネイル画像
--------------------------------------------------------- */
/* 共通 */
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock {
	width: 670px;
	padding: 10px;
	margin: 0 10px 4px 10px;
	background :#f2f8fd;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.section {
	width: 670px;
	margin: 0 0 20px 0;
	clear: both;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div#otherPic.section {
	margin: 0;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.section div.titleBlock {
	width: 670px;
	height: 28px;
	background: url(/images/search/detail/bg_titleblock_02.gif) no-repeat left top;
	/*background: url(/images/search/detail/bg_pictitle.gif) no-repeat left bottom;*/
	margin: 0;
	padding: 0;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.section div.innerBlock {
	width: 670px;
	margin: 0;
	padding: 0;
	background: none;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.section div.innerBlock p.title {
	padding: 6px 0 0 8px;
	color: #ffffff;
	font-weight: bold;
	width: 500px;
	float: left;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.section div.innerBlock p.btn {
	padding: 5px 8px 0 8px;
	font-size: 93%;
	width: 64px;
	float: right;
	text-align: right;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.section div.innerBlock p.btn a {
	color: #315db3;
	}

/* 6枚以内 */
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.thumbList {
	width: 670px;
	clear: both;
	margin: 10px 0 0 0;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock ul {
	width: 670px;
	clear: both;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock ul li {
	width: 92px;
	height: 72px;
	float: left;
	padding: 0 9px 0 10px;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock ul li p {
	position: relative;
	width: 92px;
	height: 72px;
	background-color:#fff;
	border:1px solid #a8a8a8;
	text-align:center;
	margin: 0 auto;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock ul li img.bigIcon {
	top: 53px;
	left: 73px;
	position: absolute;
	}
/* 7枚以上 */
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.thumbListMore {
	width: 670px;
	height: 98px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: both;
	overflow: hidden;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.section div.thumbListMore div.innerBlock {
	height: 72px;
	overflow: hidden;
	width: 614px;
	background: none;
	margin: 12px 28px 0 28px;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.thumbListMore p.prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	cursor: pointer;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.thumbListMore p.next {
	position: absolute;
	top: 0;
	left: 650px;
	width: 20px;
	cursor: pointer;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.thumbListMore ul {
	width: auto;
	}
div.propertyDetail div.propertyVisualBlock div.thumbPicBlock div.thumbListMore ul li {
	margin: 0;
	padding: 0;
	width: 104px;
	}
div.photoBigBlockInner div.thumbList div.innerBlock ul,
div.photoBigBlockInner div.thumbListMore div.innerBlock ul{
	overflow: hidden;
}
div.photoBigBlockInner div.thumbList div.innerBlock ul:after,
div.photoBigBlockInner div.thumbListMore div.innerBlock ul:after{
   clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
/* ---------------------------------------------------------
** photoBigBlock ライトボックス
--------------------------------------------------------- */
div.photoBigBlock {
	}
div.photoBigBlockInner {
	width: 670px;
	}
div.photoBigBlockInner div.photoBMain {
	background: #ffffff;
	width: 480px;
	padding: 10px;
	margin: 0 auto 15px auto;
	text-align: center;	
	}
div.photoBigBlockInner div.photoBMain p {
	}
/* thumbList
--------------------------------------------------------- */
div.photoBigBlockInner div.thumbList {
	width: 670px;
	margin: 0 auto 6px auto;
	padding: 12px 0;
	background: #f2f8fd;
	height: 74px;
	}
div.photoBigBlockInner div.thumbList div.innerBlock {
	background: none;
	width: 668px;
	padding: 0;
	margin: 0;
	}
div.photoBigBlockInner div.thumbList div.innerBlock ul {
	clear: both;
	}
div.photoBigBlockInner div.thumbList div.innerBlock ul li {
	width: 92px;
	float: left;
	padding: 0 9px 0 10px;
	}
div.photoBigBlockInner div.thumbList div.innerBlock ul li.last {
	padding: 0 0 0 10px;
	}
div.photoBigBlockInner div.thumbList div.innerBlock ul li p {
	position: relative;
	width: 92px;
	height: 69px;
text-align:center;
	background: #ffffff;
	border:1px solid #a8a8a8;
	}
div.photoBigBlockInner div.thumbList div.innerBlock ul li p img { border: 1px solid #FFFFFF; height: 67px;
	}
div.photoBigBlockInner div.thumbList div.innerBlock ul li p img.bigIcon {
	top: 53px;
	left: 73px;
	display: none;
	}
/* photoCateList
--------------------------------------------------------- */
div.photoBigBlockInner div.photoCateList {
	border: 1px solid #c0dcf1;
	background: #333333;
	text-align: center;
	padding: 5px 0;
	}
div.photoBigBlockInner div.photoCateList ul li {
	display: inline;
	margin: 0 10px 0 0;
	color: #999999;
	}
div.photoBigBlockInner div.photoCateList ul li a {
	color: #ffffff;
	}
/* thumbListMore
--------------------------------------------------------- */
div.photoBigBlockInner div.thumbListMore {
	width: 670px;
	height: 98px;
	margin: 0 auto 6px auto;
	padding: 0;
	position: relative;
	clear: both;
	overflow: hidden;
	background: #f2f8fd;
	}
div.photoBigBlockInner div.thumbListMore div.innerBlock {
	height: 72px;
	overflow: hidden;
	width: 614px;
	background: none;
	margin: 12px 28px 0 28px;
	}
div.photoBigBlockInner div.thumbListMore div.innerBlock ul {
	}
div.photoBigBlockInner div.thumbListMore div.innerBlock ul li {
	float: left;
	margin: 0;
	width: 92px;
	padding: 0 9px 0 10px;
	}
div.photoBigBlockInner div.thumbListMore div.innerBlock ul li p {
	position: relative;
	width: 92px;
	height: 70px;
text-align:center;
	background: #ffffff;
	border:1px solid #a8a8a8;
	}
div.photoBigBlockInner div.thumbListMore div.innerBlock ul li p img { border: 1px solid #FFFFFF; height: 68px;
	}
div.photoBigBlockInner div.thumbListMore div.innerBlock ul li p img.bigIcon {
	top: 53px;
	left: 73px;
	display: none;
	}
div.photoBigBlockInner div.thumbListMore p.prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	cursor: pointer;
	}
div.photoBigBlockInner div.thumbListMore p.next {
	position: absolute;
	top: 0;
	left: 650px;
	width: 20px;
	cursor: pointer;
	}
div.propertyVisualBlock div.thumbPicBlock div.thumbListMore ul{
    overflow: hidden;
	}
div.propertyVisualBlock div.thumbPicBlock div.thumbListMore ul:after{
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
	}
* html div.propertyVisualBlock div.thumbPicBlock div.thumbListMore ul{
    height: 1em;
    overflow: visible;
	}