/*検索結果*/
.result{
	padding-bottom:20px;
}
.result strong{
	font-size:130%;
	color:#f90101;
}

/*ナビ*/
.navi01{
	width:270px;
	float:left;
}
.navi01 li{
	display:inline;
	margin-right:5px;
}

.navi02{
	float:left;
	width:130px;
}
.navi02 li{
	margin:0;
	padding-bottom:3px;
	line-height:100%;
}

/*検索*/
.search_box{
	position:relative;
}

.search{
	margin-bottom:25px;
}
.search input,
.search select{
	vertical-align:middle;
}
.search label{
	margin-right:7px;
}
.search .ti{
	height:31px;
	margin:0;
}
.search .ti #id{
	float:right;
	text-align:right;
}
.search .item{
	border:1px solid #a5bce4;
	margin:0;
	padding:6px;
	margin-top:-1px;
	position:relative;
}
.search .item div{
	background:#f4f4f4;
	padding:3px 10px 10px 10px;
	text-align:left;
}
.search .item table{
	width:100%;
	margin-bottom:10px;
}
.search .item th span{
	background:url(/img/db_common/icon01.jpg) no-repeat left center;
	padding:0 0 0 18px;
	font-weight:bold;
	display:block;
	text-align:left;
}
.search .item th,
.search .item td{
	padding:9px 0;
	border-bottom:1px dashed #b3b3b3;
}
.search .item th{
	width:90px;
}
.search .item .btn{
	text-align:center;
}
.search .item input,
.search .item select{
	_vertical-align:middle;
}
.search .item select{
	margin-right:5px;
}

#search_top .ti{
	text-align:right;
	height:41px;
	position:relative;
	top:0;
	right:0;
	line-height:100%;
}
#search_top .item{
	margin-top:-1px;
	*margin-top:-4px;
	display:none;
}

/*ソート*/
#sort{
	float:left;
	width:300px;
	margin-top:12px;
	line-height:100%;
}
#sort img{
	margin-right:7px;
	vertical-align:middle;
	*vertical-align:top;
}
#sort select{
	width:12em;
	padding:2px;
}
#sort input{
	vertical-align:middle;
	*vertical-align:top;
}

/*お問い合わせ*/
#contact_top{
	background:url(../img/db_common/bg_contact01.jpg) no-repeat top right;
	width:411px;
	height:48px;
	float:right;
	position:relative;
}
#contact_top img{
	position:absolute;
	top:15px;
	left:14px;
}
#contact_top .btn{
	position:absolute;
	top:5px;
	right:5px;
}

#main .contact{
	width:602px;
	float:right;
	background:url(/img/db_common/bg_contact02_bottom.jpg) no-repeat left bottom;
	margin-bottom:30px;
	padding-bottom:4px;
}
#main .contact dl{
	background:url(/img/db_common/bg_contact02.jpg) repeat-y top left;
}
#main .contact dl dt{
	line-height:100%;
	height:29px;
}
#main .contact dl dd{
	padding:15px 20px 10px 20px;
}
#main .contact form{
	width:288px;
	float:left;
}
#main .contact ul{
	width:257px;
	float:right;
	line-height:1.3;
}

/*テーブル*/
.info{
	font-size:90%;
}
.info th,
.info td{
	border-right:1px solid #fff;
	padding:3px 3px 4px 3px;
	text-align:center;
	font-weight:normal;
}
.info th{
	background:#b3b3b3;
	color:#fff;
}
.info td{
	background:#f5f5f5;
}

/*一覧*/
.info_box{
	border:1px solid #d9d9d9;
	padding:15px 9px 9px 9px;
	background:#fff url(/img/db_common/bg_inner_box.jpg) no-repeat left top;
	margin-bottom:10px;
	clear:both;
}
.info_box .copy{
	font-size:110%;
	width:618px;
	float:left;
}
.info_box .copy img{
	margin-left:5px;
	vertical-align:middle;
}
.info_box .check{
	border:1px solid #febf47;
	padding:5px 7px;
	background:#fff2e1;
	float:right;
	line-height:100%;
}
.info_box .check img{
	vertical-align:middle;
	margin-right:5px;
}
.info_box .check input{
	vertical-align:middle;
}
.info_box .photo{
	float:left;
	width:120px;
}
.info_box .txt{
	float:right;
	width:595px;
}
.info_box .txt ul li{
	font-size:110%;
	font-weight:bold;
}
.info_box .txt ul li.price{
	font-size:100%;
	font-size:90%;
	font-weight:normal;
}
.info_box .txt ul li.price strong{
	color:#ff0000;
}
.info_box .address{
	clear:both;
	margin-top:5px;
	padding:5px 0;
	border-top:1px dashed #d9d9d9;
}
.info_box table{
	float:left;
	width:481px;
}
.info_box .go_detail{
	float:right;
	width:104px;
}

/*地図*/
#maps{
	margin-bottom:30px;
	clear:both;
}
#maps #map {
	width:751px;
	height:350px;
	border:solid 1px #d9d9d9;
}
#maps dl{
	margin-top:10px;
	background:#f4f4f2;
	padding:10px;
}
#maps dl dt{
	font-weight:bold;
	padding-bottom:3px;
}
#maps dl dd{
	background:url(/img/db_common/icon03.jpg) no-repeat left center;
	padding-left:10px;
	width:356px;
	float:left;
}

/*基本情報*/
#basic_info{
	padding-bottom:20px;
}
#basic_info .photo{
	width:220px;
	float:left;
}
#basic_info .photo img{
	border:1px solid #d9d9d9;
	padding:4px;
}
#basic_info .txt{
	width:505px;
	float:right;
}
#basic_info .txt .type{
	font-size:90%;
	position:relative;
}
#basic_info .txt .type strong{
	margin-right:5px;
}
#basic_info .txt .type .txt02{
	float:left;
}
#basic_info .txt .icon{
	text-align:right;
	float:right;
}
#basic_info .txt .icon img{
	margin-left:3px;
}
#basic_info .txt .name{
	font-size:160%;
	font-weight:bold;
	color:#003282;
	padding:7px 0;
	*padding:4px 0 7px 0;
	clear:both;
}
#basic_info .txt ul li a:link,
#basic_info .txt ul li a:visited,
#basic_info .txt ul li a:hover,
#basic_info .txt ul li a:active{
	color:#444;
}
#basic_info .txt .price{
	font-size:90%;
}
#basic_info .txt .price strong{
	color:#f90101;
	font-weight:bold;
	font-size:100%;
	font-size:150%;
}
#basic_info .copy{
	margin:8px 0;
	padding:7px 0;
	border-top:1px dashed #d9d9d9;
	border-bottom:1px dashed #d9d9d9;
	font-size:110%;
	font-weight:bold;
}
#basic_info .sales_point{
	padding-top:5px;
	font-size:90%;
	font-weight:normal;
	display:block;
}
#basic_info .txt ul{
	font-size:110%;
	margin-bottom:10px;
}
#basic_info table{
	width:100%;
}

/*この物件の画像*/
#photo{
	margin-bottom:30px;
	padding:12px 0 12px 13px;
	*padding:12px 0 5px 10px;
	background:#eef3f8;
	clear:both;
	line-height:100%;
}
#photo .ti{
	margin-bottom:10px;
}
#photo li{
	float:left;
	margin:0 10px 0 0;
	width:137px;
}
#photo li a{
	border:1px solid #d9d9d9;
	width:135px;
	height:135px;
	display:block;
	background:#fff;
}


/*物件詳細*/
#data{
	margin-bottom:30px;
	padding:10px;
	background:#eef3f8;
	clear:both;
}
#data .ti{
	padding-left:22px;
	background:url(/img/db_common/icon02.jpg) no-repeat left center;
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
}
#data table{
	width:100%;
}
#data table th,
#data table td{
	padding:7px 10px;
	text-align:left;
	font-weight:normal;
}
#data table th{
	color:#fff;
	background:#b3b3b3;
	border-bottom:1px solid #fff;
	border-right:3px solid #d9d9d9;
	width:17%;
}
#data table td{
	background:#fff;
	border-bottom:1px solid #d9d9d9;
	width:32%;
}

/* form */
#inquiry p{
	padding:10px 0;
}

#error {
	padding:0 0 20px 0;
	color:#ff0000;
}

/* search */
div#detail_navi {
	text-align:right;
}
#search {
	width:710px;
	margin:0 auto;
}
#search table {
	width:100%;
	margin:10px 0;
	background:#d9d9d9;
}
#search table th {
	width:25%;
	padding:6px 10px;
	text-align:left;
	background:url(../img/db_common/detail_table_bg.gif) top repeat-x #efefef;
	font-weight:normal;
	line-height:1.61;
}
#search table td {
	width:75%;
	padding:6px 10px;
	background:#fff;
	line-height:1.61;
}
#search table td a {
    margin-right:0.3em;
	white-space:nowrap;
}
#search table ul li.parent_list{
    margin-right:0.3em;
    display:inline;
}
#search table ul li.parent_list a{
    display:inline-block;
}
#search table label,
#search table span{
	display:inline-block;
	margin-right:0.3em;
}
#search table td dl dt {
	margin:5px 0;
	width:100%;
	overflow:hidden;
	background:#d9d9d9;
}
#search table td dl dt strong {
	float:left;
	padding:2px 0 0 4px;
}
#search table td dl dt div {
	float:right;
	padding-top:2px;
}
#search_btn {
	text-align:center;
}

/*枠*/
#main{
	width:753px;
	margin:15px auto auto auto;
	float:none;
}