@charset"euc-jp";	

/* 目次 ////////////////////////////////////////////////////////////////////

−ちず丸

▽以下はマップリストのみの設定

−アイコン説明
−マップリスト
−絞り込み検索

///////////////////////////////////////////////////////////////////////// */


body{
	background-color:#FFFFFF;
	background-image:none;
}


/* -------------------------------------------------------------------------
▼ ちず丸
------------------------------------------------------------------------- */
.td_map {
	/*border: 1px solid #4E4E4E;*/
}

.tbl_tool {
	font-size: 10px;
	background-image: url(/chizumaru/img/bg_tool.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 5px;
	width: 100%;
}

.tbl_tool2 {
	font-size: 10px;
	height: 22px;
	margin-top: 2px;
	width: 100%;
}

.td_tool_left {
	background-image: url(/chizumaru/img/bg_left.gif);
	background-repeat: no-repeat;
	width: 5px;
}

.td_tool_right {
	background-image: url(/chizumaru/img/bg_right.gif);
	background-repeat: no-repeat;
	width: 5px;
}

.box_scale_list { /* マップリスト */
	background-image: url(/chizumaru/img/bg_scl_list.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 664px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 6px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	margin-bottom: 0px;
}

.box_scale_shousai { /* 物件詳細 */
	background-image: url(/chizumaru/img/bg_scl_list.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 664px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 6px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	margin-bottom: 0px;
}

/*
.box_width_out {
	border: 1px solid #FFFFFF;
	height: 14px;
	width: 64px;
}

.box_width_in {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #4D4D4D;
	background-color: #F4F8FD;
	text-align: center;
}
*/


/* -------------------------------------------------------------------------
▼ アイコン説明
------------------------------------------------------------------------- */
#iconInfo{
	width:573px;
	border:1px #CCCCCC solid;
	text-align:left;
}

* html #iconInfo{
	width:575px;
}

#iconInfo table th{
	padding:5px 10px;
	background-color:#EEEEEE;
	border-right:1px #CCCCCC solid;
}

#iconInfo table td{
	padding:5px;
	font-size:13px;
}


/* -------------------------------------------------------------------------
▼ マップリスト
------------------------------------------------------------------------- */
#listContain{
	width:280px;
	height:512px;
}

.mapResult{
	width:270px;
	height:18px;
	padding:5px;
	text-align:left;
	font-weight:bold;
	background-color:#EFF2FE;
}

* html .mapResult{
	width:280px;
	height:28px;
}

.mapResult span{
	font-size:17px;
	color:#F86714;
}

#listBlock{
	width:278px;
	height:477px;
	margin-top:5px;
	border:1px #CCCCCC solid;
	overflow:auto;
}

* html #listBlock{
	width:280px;
	height:478px;
}

.listBox{
	padding:10px;
	border-bottom:1px #CCCCCC solid;
	text-align:left;
}

.listBox h3{
	text-align:left;
	font-size:13px;
	background:url(/images/common/arrow.gif) no-repeat 0 6px;
	padding-left:13px;
}

.listBox dl{
	width:240px;
	margin-top:5px;
}

.listBox dl:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.listBox dl {display: inline-table;}

/* \*/
* html .listBox dl {height: 1%;}
.listBox dl {display: block;}
/* End hide from IE-mac */

.listBox dt{
	width:52px;
	float:left;
}

.listBox dd{
	width:178px;
	float:right;
	text-align:left;
	font-size:11px;
}

.listBox dd p.listBoxCp{
	margin-bottom:3px;
}

.listBox ul{
	margin-top:5px;
}

.listBox li{
	display:inline;
}

.listBox li.listBoxBtn{
	margin-right:3px;
}


/* -------------------------------------------------------------------------
▼ 絞り込み検索
------------------------------------------------------------------------- */
form#addCondition02{
	width:870px;
	margin:0 auto;
}

#addTitle02{
	width:850px;
	padding:5px 10px;
	background-color:#1C1C82;
}

* html #addTitle02{
	width:870px;
}

#addTitle02:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#addTitle02 {display: inline-table;}

/* \*/
* html #addTitle02 {height: 1%;}
#addTitle02 {display: block;}
/* End hide from IE-mac */

#addTitle02 h2{
	float:left;
	width:86px;
	font-size:1em; /* IE対策 */
}

#addTitle02 p{
	float:right;
	width:152px;
}

form#addCondition02 table{
	width:870px;
	margin-top:5px;
	border-collapse:collapse;
}

form#addCondition02 th, form#addCondition02 td{
	padding:5px 10px;
	font-size:13px;
	text-align:left;
	vertical-align:top;
	border:1px #CCCCCC solid;
}

form#addCondition02 th{
	width:90px;
	color:#1C1C82;
	background-color:#EFF2FE;
}

form#addCondition02 td{
	width:345px;
}

form#addCondition02 td input{
	margin-right:3px;
}

* html form#addCondition02 td input{
	margin-right:0;
}

form#addCondition02 td ul{
	width:320px;
}

form#addCondition02 td ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

form#addCondition02 td ul {display: inline-table;}

/* \*/
* html form#addCondition02 td ul {height: 1%;}
form#addCondition02 td ul {display: block;}
/* End hide from IE-mac */

form#addCondition02 td li{
	width:160px;
	float:left;
	margin-bottom:5px;
}

* html form#addCondition02 td li{
	margin-bottom:0;
}
