@charset "utf-8";
@import "/css/common.css";

/*----------------------------------------------------------------------------
							pankuzu
----------------------------------------------------------------------------*/

ul.pankuzu{
	padding: 0 0 5px 0;
}
ul.pankuzu li{
	float:left;
	margin:5px 5px 0 5px;
}
ul.pankuzu li span{
	font-weight: bold;

}
ul.pagerLink li{
	float:left;
	margin:3px;
}

/*パンクズの設定*/
ul.path{

}

ul.path li{
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

/*全選択ボタン*/
#allSelect{
	padding-left:10px;
	font-size:90%;
}




/*----------------------------------------------------------------------------
							pankuzu
----------------------------------------------------------------------------*/

h3.searchttl {
	border: 2px solid #7a7a7a;
	margin: 0 0 10px 0;
	padding: 11px 17px 10px 17px;
	font-size: 100%;
	font-weight: bold;
}




/**********************************************************************************
		 								物件一覧左（絞込み）
***********************************************************************************/
div#left {
	width: 190px;
	float: left;
	clear: left;
}


div.shiborikomi {
	width: 180px;
	border: 3px solid #ccc;
	padding: 3px 3px 15px;
	margin: 0 0 30px 0;
}

div.shiborikomi h2{
	margin-bottom:5px;
}

div.shiborikomi ul.otherList{
	text-align:center;
}

div.shiborikomi dt,
div.shiborikomi h4{
	font-weight: bold;
	border-left:3px solid #37aaed;
	margin: 12px 0 0 3px;
	padding: 0 0 0 5px;
	line-height: 1.4;
	color:#484848;
}

div.shiborikomi dd {
	margin: 7px 0 0 0;
	line-height: 1.4;
	border-bottom:1px dotted #999;
	padding:0 0 8px 0;
}

div.shiborikomi dd select {
	padding: 1px;
	font-size: 100%;
}

div.shiborikomi dd ul:after {
	content: url(/images/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div.shiborikomi dd ul { display: inline-block; }
div.shiborikomi dd ul { display: block; }

div.shiborikomi dd ul li.fl_none,
div.shiborikomi dd.list ul li{
	float:none;
	width:160px;
}

div.shiborikomi dd ul li {
	float: left;
	width: 85px;
	line-height: 1.4;
}

div.shiborikomi dd.kensaku_btn,
div.shiborikomi p.kensaku_btn {
	padding: 0 0 5px 0;
	text-align: center;
}

div.company {
	border:1px solid #cccccc;
	padding:3px;
}

div.company ul li{
	margin:5px auto;
}

div.company ul li.image {
	text-align:center;
}

div.company ul li.name {
	padding-left:10px;
	font-size:110%;
}

div.company ul li span{
	font-weight:bold;
	font-size:95%;
}

/*---------------------------------------
			result1.phtml
----------------------------------------*/

div#ichiran {
	width: 745px;
	float: right;
	background:url(/images/img_joken_arrow.gif) no-repeat;
	background-position:99% 0%;
}

table.result {
	width: 744px;
}

/* fox3用 */
table.result, x:-moz-broken {
	width: 743px;
	margin-left: 1px;
}

table.result, x:x {
	margin-left: 0;
	width: 743px;
}

/* tableマウスオンの色 */
table.result tr:hover{
	background:#ebf4fe;
	cursor: pointer;
}

table.result th,
table.result td {
	border: 1px solid #999;
	border-top: none;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

table.result th{
	background:#CCDFF5;
	font-weight: normal;
}

table.result td.check_bg{
	background:#ebf4fe;
}

table.result td p.address span{
	font-size: 90%;
	display: block;
	margin: 5px 0 5px 0;
}

table.result td.gazo img {
	border: 1px solid #333;
}

table.result td.gazo{
	background: #fff;
}

table.result td.bkn_ttl a.favoriteButton
	,table.result td.bkn_ttl a.favoriteAdded{
	float:right
}
/*   一覧画面のJavascriptで使用します    */
img{border:none;}

#preview{
	position:fixed;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:3;
}

#preview span{
	display:block;
}

/*-----------------------各セルの設定---*/

/*検索条件*/

div#searchCondition{
	border:1px solid #cccccc;
	padding:2px;
	width: 946px;
	float: left;
}

p.firstText{
	width:150px;
	font-weight:bold;
	font-size:127%;
	float:left;
	margin-bottom:5px;
}

div#searchCondition div{
	border:2px solid #cccccc;
	padding:7px;
	min-height:45px;
}

.section {
	margin: 10px 0 0px 0;
}

h2.result {
	margin: 0 0 10px 0;
}


p.estate {
	float: right;
	border: 0px;
}

dl.searchCondition{
	float:left;
	margin:2px 0;
}

div#searchCondition dl{
	width:665px;
	clear:left;
	float:left;
	border-bottom:1px solid #000;
	margin-bottom:5px;
}

div#searchCondition dl dt{
	float:left;
	margin:2px;
	font-weight:bold;
	padding:0 10px;
	width:100px;
}

div#searchCondition dl dd{
	margin:2px;
	float:left;
}

ul.groupbox{
	background:#d7e0eb;
	background-image:url(/images/search/img_list_select.gif);
	background-repeat:no-repeat;
	float:right;
	width:950px;
	padding-bottom:5px;
	margin-bottom:10px;
}

ul.groupbox li{
	float:right;
	margin:7px 5px 0 0;
}

table.result{
	border-collapse:collapse;
	border:1px solid;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

table.result .h1 { width: 140px; }
table.result .h2 { width: 70px; }

table.result1 th.check {
	width: 5px;
}

table.result td.search_address span{
	font-size: 90%;
	display: block;
	margin: 5px 0 0 0;
}

/* 物件タイトル */
table.result .bkn_ttl{
	text-align: left;
}

/* 上記共通 */
table.result .bkn_ttl{
	background-color:#F1F1F1;
	border-bottom:1px dotted #999999;
	vertical-align:bottom;
}

/* カーソルデフォルト */
table.result th,
table.result td.bkn_ttl,
table.result td.gazo {
	cursor:default;
}

/* タイトルとソートの下線消し */
table.result td.bkn_ttl a,
table.result th a {
	text-decoration:none;
}


/**********************************************************************************
		 								静的URL条件
***********************************************************************************/

div#static_url {
clear: both;
}

table.static_url {
	border:1px solid #37AAED;
}

table.static_url th {
	width: 90px;
	text-align: right;
	padding:5px 5px 0 0;
	border-bottom:1px dotted #37AAED;
	border-right:1px solid #37AAED;
	vertical-align:middle;
	color:#484848;
	background:#E8F0F8 none repeat scroll 0 0;
}

table.static_url tr.line{
	border-top: 2px solid #37AAED;
}

table.static_url td {
	padding: 5px 10px 5px;
	border-bottom:1px dotted #37AAED;
}

table.static_url td.opt{
	position: static;
}

table.static_url td p{
	width:14%;
	float:left;
}

table.static_url ul { display: inline-block; }
table.static_url ul { display: block; }


table.static_url li {
	float:left;
	white-space: nowrap;
	width:25%;
}

table.static_url th{
	color:#04305a;
}

table.static_url td ul li {
	width: 120px;
}

table.static_url td ul li.kodawari {
	width: 155px;
}


/**********************************************************************************
		 								chiikiを選択
***********************************************************************************/

p.advice{
	margin:10px 0;
	padding:10px;
	line-height:1.2;
}

div#select_second {
	width: 946px;
	margin: 0 0 10px;
	border-color:#999999 #999999;
	border-style:solid solid none;
	border-width:1px 1px medium;
	clear:both;
}

div#select_second a{
}

div#select_second a:hover{
	text-decoration:underline;
}

div#select_second .errors {
	color: #f00;
	font-weight: bold;
}

div#select_second h3 {
	background:none repeat scroll 0 0 #F2F2F2;
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: 1px #c6c6c6 dashed;
	font-size:120%;
}

div#main h3.search_ttl {
	font-weight: bold;
	color: #555;
	font-size:120%;
	border-left: 5px #4089C6 dashed;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
}

div#select_second ul {
	border-bottom:1px solid #999999;
}

div#select_second ul:after {
	content: url(/images/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

div#select_second ul { 	display: inline-block;}

div#select_second ul { display: block; }

div#select_second ul li {
	width: 220px;
	float: left;
	padding: 15px 0 0 10px;
	margin-left:5px;
	height: 30px;
	font-size:120%;
}

h3.ttl{
	border: 1px solid #CCCCCC;
	font-size: 150%;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 5px 10px;
}

/********************** form ***********************/
p.submit_btn {
	text-align:center;
}

/**********************************************************************************
		 								こだわり条件
***********************************************************************************/
#searchform form h3.search_ttl2 {
	height: auto;
	clear: both;
	font-weight:bold;
	font-size:140%;
	background:url(/images/common/icn_finding.gif) 0 0 no-repeat ;
	padding:5px 0 5px 20px;
	margin: 0 0 10px 0;
	border-bottom:1px #CCCCCC solid;

}
/*
html:/* */not([lang*=""]) #searchform form h3 {
	border-bottom: 1px solid #ccc;*/
}

#searchform table.kodawari {
	width: 946px;
	border:1px solid #37AAED;
	margin:0 0 20px 0;
}

#searchform table.kodawari th {
	width: 90px;
	text-align: right;
	padding:5px 5px 0 0;
	border-bottom:1px dotted #37AAED;
	border-right:1px solid #37AAED;
	vertical-align:middle;
	color:#484848;
	background:#E8F0F8 none repeat scroll 0 0;
}

#searchform table.kodawari tr.line{
	border-top: 2px solid #37AAED;
}

#searchform table.kodawari td {
	padding: 5px 10px 5px;
	border-bottom:1px dotted #37AAED;
}

#searchform table.kodawari td.opt{
	position: static;
}

#searchform table.kodawari td p{
	width:14%;
	float:left;
}

#searchform table.kodawari td p.ninki{
	width:250px;
	position:relative;
	top:-19px;
	left:233px;
	margin:0 0 -20px 0;
}
/* for Opera */
body:last-child #searchform table.kodawari td p.ninki{
	width:250px;
	position:relative;
	top:-17px;
	left:232px;
	margin:0 0 -20px 0;
}

#searchform table.kodawari td p.ninki label{
	margin:0 50px 0 0;
}

/* for Opera */
body:last-child #searchform table.kodawari td p.ninki label{
	margin:0 53px 0 0;
}

#searchform table.kodawari ul:after {
	content: url(/images/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

#searchform table.kodawari ul { display: inline-block; }
#searchform table.kodawari ul { display: block; }


#searchform table.kodawari li {
	float:left;
	white-space: nowrap;
	width:14%;
}

#searchform table.kodawari th{
	color:#04305a;
}

#searchform .empty {
	margin: 0 0 30px 4px;
	color: #f00;
	font-weight: bold;
}

/*-------------------------------------------------
#searchListContent
---------------------------------------------------*/

#searchListContent {
	margin: 0 auto;
	width: 950px;
}
#searchListContent p.serach_ttl {
	margin: 0 0 10px 0;
}
#searchListContent h2.ttl {
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	font-size: 117%;
	font-weight: bold;
}
#searchListContent h2.ttl span {
	color: #f00;
	font-weight: normal;
	font-size: 92% !important;
}
#searchListContent h2 {475
	border: none;
}
#searchListContent h2.result {
	padding: 5px;
	width: 896px;
	height: 14px;
	border: 1px solid #ccc;
}
#searchListContent h2.result span {
	padding: 0 0 0 7px;
	border-left: 4px solid #017663;
	font-size: 117%;
}
#searchListContent h2.resluts_ttl {
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	font-size: 117%;
	font-weight: bold;
}
#searchListContent h2.resluts_ttl strong {
	font-weight: normal;
}
#searchListContent p.submit_btn {
	clear: both;
	text-align: center;
}
/*-------------------------------------------
.kodawari
--------------------------------------------*/

#searchListContent table.kodawari {
	border-collapse: collapse;
	border-spacing: 0;
	width: 950px;
	margin: 10px 0 10px 0;
}
#searchListContent table.kodawari th {
	width: 142px;
	background: #f2f2f2;
	text-align: center;
	padding: 5px 0 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-weight: normal;
}
#searchListContent table.kodawari td {
	padding: 5px 10px 5px;
	border: 1px solid #c6c6c6;
}

#searchListContent table.kodawari td.md label {
	width:110px;
	display:inline-block;
}

#searchListContent table.kodawari td.op label {
	width:155px;
	display:inline-block;
	white-space:nowrap;
}

#searchListContent table.kodawari ul:after {
	content: url(/images/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}
#searchListContent table.kodawari ul {
	display: block;
}
#searchListContent table.kodawari li {
	float: left;
	white-space: nowrap;
	margin: 0 15px 0 0;
	padding: 5px 0 5px;
	width: 10%;
}
#searchListContent table.kodawari li:first-child {
	float: left;
	white-space: nowrap;
	margin: 0 15px 0 0;
	padding: 5px 0 5px;
	width: 11%;
}
#searchListContent table.kodawari li input {
	float: left;
	white-space: nowrap;
	margin: 1px 5px 0 0;
}
#searchListContent p.submit_btn {
	text-align: center;
	width: 950px;
	margin: 0 auto 20px;
}
#searchListContent h3.ttl_kodawari {
	border-left: 5px solid #0876B0;
	padding: 2px 0 2px 10px;
	font-size: 117%;
	font-weight: bold;
}
#searchListContent h3.kodawari {
	padding: 5px;
	width: 896px;
	height: 14px;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
}
#searchListContent h3.kodawari span {
	padding: 0 0 0 7px;
	border-left: 4px solid #017663;
	font-size: 117%;
}
#searchListContent p.submit_btn {
	text-align: center;
	width: 950px;
	margin: 0 auto 20px;
}
#searchListContent h3.ttl_kodawari2 {
	border-left: 5px solid #ee2072;
	padding: 2px 0 2px 10px;
	font-size: 117%;
	font-weight: bold;
}
#searchListContent h3.kodawari2 {
	padding: 5px;
	width: 896px;
	height: 14px;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
}
#searchListContent h3.kodawari2 span {
	padding: 0 0 0 7px;
	border-left: 4px solid #017663;
	font-size: 117%;
}

/*----------------------------------------------------------------------------
							 サイドバー検索フォーム
----------------------------------------------------------------------------*/
dd label{
	display:inline-block;
	width:46%;
	white-space:nowrap;
}

dd.op label{
	width:95%;
	white-space:nowrap;
}

/*----------------------------------------------------------------------------
							 loading
----------------------------------------------------------------------------*/
#loading {
    position: fixed;
    top: 230px;
    left: 200px;
    z-index: 0;
}


/*----------------------------------------------------------------------------
							 検索条件の表示
----------------------------------------------------------------------------*/
#main div.search_condition{
	clear:both;
	width: 950px;
	margin: 0 0 20px 0;
	background: url(/images/search/bg_search_condition_center.gif) 13px 0 repeat-y
}

#main div.search_condition_innar{
	background: url(/images/search/bg_search_condition.gif) 0 0 no-repeat;
}

#main div.search_condition_innar2{
	padding: 20px 10px 0 100px;
	background: url(/images/search/bg_search_condition_bottom.gif) 0 bottom no-repeat;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

#main div.search_condition_innar2 p{
	float: right;
	margin: 15px 0 5px 0;
}

#main div.search_condition div.search_result1,
#main div.search_condition div.search_result2{
	border-bottom: 1px solid #ccc;
}

#main div.search_condition dl{
	float: left;
	margin: 2px 0 2px 0;
}

#main div.search_condition dl dt{
	float: left;
	font-weight: bold;
	padding: 3px 0 3px 0;
	margin: 0 5px 0 0;
	color: #484848;
}

#main ul.searchOut {
	padding: 0;
	text-align: right;
}

/* IE6 */
* html #main div.search_condition dl dd {
	margin: 0 7px 0 0;
}

#main div.search_condition dl dd{
	padding: 3px 0 3px 0;
	margin: 0 15px 0 0;
	float: left;
}

/*----------------------------------------------------------------------------
							 ページャーと表示件数
----------------------------------------------------------------------------*/

/************************************************** clearfix */

a{
	color:#507499;
}

a:hover{
	color:#999999;
}


p.pagerGroup{
	clear:both;
}

ul.pagerLink{
	float:right;
}
ul.pagerLink li{
	float:left;
	margin:3px;
}

ul.pagerLimits{
	float:left;
}

ul.pagerLimits li{
	float:left;
	margin:3px;
}

.pager{
	width: 700px;
}

.pager p.pagerLinks {
	line-height:1.2;
	text-align:right;
	margin:0 0 10px 0;
	display:inline;
	float:right;
	padding:5px 5px 5px 5px;
	clear:right;
}

.pager p.pagerLinks b{
	background-color: #EFF2F5;
	border:1px solid #0271A6;
	padding:5px 5px 5px 5px;
	margin:5px 5px 10px 0;
}

.pager p.pagerLinks a{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	margin:5px 5px 10px 0;
}

.pager p.pagerLinks a:link {
	text-decoration:none;
	color:#000;
}

.pager p.pagerLinks a:hover {
	background-color: #EFF2F5;
	border:1px solid #0271A6;
	text-decoration:none;
	color:#000;
}

.pager p.cntView{
	float:left;
}

.pager p.cntView span{
	color:#f00;
	font-size:150%;
	font-weight:bold;
}

/* 表示件数 */

div.permutes{
	clear:both;
	border: 1px solid #CCCCCC;
	padding:  5px;
	text-align: center;
	width: 700px;
	margin: 0 0 10px 0;
}

div.permutes p.view_limit{
	display:inline;
	float:left;
}

div.permutes p.view_limit a{
	text-decoration: underline;
	color: #507499;
	padding: 0 2px 0 2px;
}

div.permutes p.view_limit a:link {
	text-decoration: underline;
	color: #507499;
}

div.permutes p.view_limit a:hover {
	text-decoration:none;
	color:#999;
}

/* 並べ替え */
div.permutes ul,
div.permutes ul li{
	display: inline;
}

div.permutes p.view_limit span,
div.permutes ul li.ttl{
	background: none;
	padding: 0 0 0 25px;
	color: #666;
	font-weight: bold;
}

div.permutes p.view_limit span{
	padding: 0 10px 0 0;
}

div.permutes ul li{
	background: url(/images/search/bg_dot.gif) no-repeat scroll 12px 3px;
	padding: 0 0 0 20px;
}


/*---------------------------------------------------------------------------------
	                          alertカスタマイズ
-----------------------------------------------------------------------------------*/
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 3px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFFFFF;
	background: #507499;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_message {
	text-align: center;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel INPUT[type='button'] {
	font-weight: bold;
	color: #FFFFFF;
	background: #507499;
}

/*---------------------------------------------------------------------------------
	                          駅名ダイレクト検索ない場合
-----------------------------------------------------------------------------------*/
#empty_search p.second{
	margin: 0 4px 1px 0;
}

#empty_search p.first{
	float: left;
	margin: 0 0 1px 0;
}

#empty_search ul li {
	margin: 10px 0 10px 0;
	font-size: 120%;
}

p#search_limit span {
	color:#FF0000;
	font-size:150%;
	font-weight:bold;
}

/*---------------------------------------------------------------------------------
	                          SEOCONTENTS
-----------------------------------------------------------------------------------*/
div#titleContents{
	width:950px;
}

div#titleContents h2{
	font-size:250%;
	letter-spacing:1px;
	padding-left:10px;
	border-left:7px solid #ccc;
	margin:20px 0;
	text-shadow: 2px 5px 5px #555;
}
div#titleContents p.image{
	width:154px;
	text-align:center;
	float:left;
}
div#titleContents p.image img{
	border:2px solid #ccc;
}

div#titleContents dl.text{
	width:790px;
	min-height:112px;
	float:right;
	border:2px solid #ccc;
}

div#titleContents dl.text dt {
	font-size:140%;
	font-weight:bold;
	padding:5px 0 5px 15px;
	margin:0 5px;
	color:#AF4503;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}

div#titleContents dl.text dd {
	line-height:1.7;
	padding:12px;
	padding-left:30px;
}

/*---------------------------------------------------------------------------------
	                          字丁目の横つなぎ
-----------------------------------------------------------------------------------*/

h3.otherTown {
	border-left: 5px solid #;
	padding:3px 0 3px 10px;
}
ul.townList {
	border:1px solid #ccc;
	padding:5px;
}
ul.townList li {
	float:left;
	margin:1px;
	background :#eee;
	border:1px solid #aaa;
	padding:5px;
	font-size:95%;
	width:131px;
}
ul.townList li a {
	text-decoration: none;
}
ul.townList li a {
	text-decoration: none;
}
ul.townList li a:link {
	color:#36c;
}




