
/* ----------------------------------------------------------------------------------------------
　じわじわ
---------------------------------------------------------------------------------------------- */

#bl_src{
	border:#CCC solid 2px;
	padding:0px !important;
	margin-bottom:20px;
}

.bl_src_setting_area {
	padding: 5px 10px;
	font-weight: bold;
	line-height: 1.5em;
	color: #333;
	border-bottom: 1px #95C4ED dotted;
	margin:0px !important;
}

.bl_src_setting_area li {
	display: block;
	float: left;
	margin:0 3px;
}

.bl_src_setting_area .item {
	float: left;
	white-space: nowrap; }

.bl_src_setting_area .reset {
	float: right;
	white-space: nowrap; }

#bl_src .s_topic{
	float: left;
	width: 200px;
	margin:10px 0px 10px 20px;
	padding:10px 10px 10px 28px;
	background :url(../img/com/arrow_off.png) no-repeat 15px 12px #F4F4F4;
	background-position: 15px center;
	color:#333333;
	font-weight:bold;
	border:2px solid #CCCCCC;
}

#bl_src .s_topic2 {
	float: left;
	width: 200px;
	margin:10px 0px 10px 20px;
	padding:10px 10px 10px 28px;
	color:#333333;
	font-weight:bold;
	background:url(../img/com/arrow_on.png) no-repeat 15px 13px #D4D4D4;
	background-position: 15px center;
	border:2px solid #CCCCCC;
	text-align:center;
}

#src_region1, #src_region2, #src_region3{
	line-height: 1.6;
	padding: 10px;
	margin:0px;
	color:#333;
	font-weight:bold;
}

#bl_src .src_title{
	padding:5px 10px;
	background:none;
	color:#333333;
	margin:0 10px;
	border:1px solid #CCCCCC;
}

#do_search1,do_search2{ float:right;}

.src_opt li {
	line-height: 2.0;
}



/* ----------------------------------------------------------------------------------------------
　一覧新デザイン　ページング
---------------------------------------------------------------------------------------------- */
table.pagenum_menu_new {
	border-top:1px #999999 dotted;
	border-bottom:1px #999999 dotted;
	margin:20px 0;
	color:#333333;
}

table.pagenum_menu_new a{color:#666;}

	table.pagenum_menu_new td{
		padding: 12px;
	}


.list_menu_new {
	padding: 5px;
	margin-left:10px;
	text-align: center;
	font-weight:bold; }

	.list_menu_new a.num, .list_menu_new b{
		border: 1px solid #333;
		color: #333;
		padding: 6px 8px;
		margin: 0 -2px; }

		.list_menu_new a.num:hover, .list_menu_new b{
			background: #333;
			color: #ffffff; }


/* ----------------------------------------------------------------------------------------------
　一覧新デザイン　物件一覧
---------------------------------------------------------------------------------------------- */

/* 共通の箱 */
#list_bukken table.bl_membk,
#list_bukken table.bl_pubbk {
	width: 100%;
	margin: 30px 0;
	border-collapse: collapse;
    border: 1px solid #CCC;
}
#list_bukken table.bl_membk > tbody > tr > th,
#list_bukken table.bl_pubbk > tbody > tr > th {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

/* 非公開物件の箱 */
#list_bukken table.bl_membk > tbody > tr > th,
#list_bukken table.bl_membk > tbody > tr > td {
	background: #f1e5dc;
}

/* 公開物件の箱 */
#list_bukken table.bl_pubbk > tbody > tr > th,
#list_bukken table.bl_pubbk > tbody > tr > td {
	background: #FFF;
}
#list_bukken table.bl_pubbk > tbody > tr > th {
    background: #f5f5f5;
}

/* 物件画像部分 */
#list_bukken td.bl_img {
	width: 240px;
	padding: 20px;
	vertical-align: top;
}
	#list_bukken td.bl_img .img_wrap {
		width: 200px;
		height: 240px;
	}
		#list_bukken td.bl_img .img_wrap .bu_img {
			position:relative;
			overflow:hidden;
			width: 200px;
			height: 200px;
		}
			#list_bukken td.bl_img .img_wrap .bu_img img {
				position:absolute;
			}
			#list_bukken td.bl_img .img_wrap .bu_img .outward {
				min-height: 200px;
				min-width: 200px;
			}

		#list_bukken td.bl_img .img_wrap .button {
			margin-top: 10px;
			width: 95px;
			height: 30px;
			font-weight: bold;
			line-height: 30px;
            background: #A0C6B0;
            border: none;
		}
		#list_bukken td.bl_img .img_wrap .button + .button {
			margin-left: 10px;
		}

/* 物件情報部分 */

#list_bukken td.bl_info_wrap {
	width: 500px;
	padding: 20px 20px 20px 0;
	vertical-align: top;
}
html*#list_bukken td.bl_info_wrap { padding-top:20px; } /* IE6, IE7 */

	#list_bukken td.bl_info_wrap .bl_type {
		padding: 5px;
		font-size: 10px;
		float: left;
	}

#list_bukken td.bl_info_wrap .bl_type + a {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: inherit;
}

	#list_bukken td.bl_info_wrap table.bl_info{
		width: 100%;
		border-top: 1px #CCC solid;
		margin: 10px 0;
	}
	#list_bukken .bl_membk td.bl_info_wrap table.bl_info{
		margin: 10px 0;
	}
		#list_bukken td.bl_info_wrap table.bl_info th {
			padding: 7px 12px;
			font-size: 14px;
			text-align: left;
			border-bottom: 1px #CCC solid;
			line-height: 1em;
            background: #f5f5f5;
		}
		#list_bukken td.bl_info_wrap table.bl_info td {
			border-bottom: 1px #CCC solid;
			padding: 7px 12px;
			font-size: 14px;
		}
		#list_bukken .bl_membk td.bl_info_wrap table.bl_info td {
			padding: 0 5px;
		}

	#list_bukken .merit_icon_table {
		width:100%;
		margin-bottom:10px;
	}
		#list_bukken .merit_icon_table td {
			width:20%;
		}
			#list_bukken .merit_icon_table td .merit_icon{
				width: 88%;
				background-color: #444;
				color: #FFF;
				font-size: 10px;
				text-align: center;
				padding: 2px 0;
			}
			#list_bukken .merit_icon_table td .merit_icon.mem_icon{
				background-color:#FDDEDB;
				border:1px #E80000 solid;
				color:#E80000;
			}
			#list_bukken .merit_icon_table td .merit_icon.check_icon{
				background:#F1FBD7;
				color:#669900;
				border:1px solid #669900;
			}
			#list_bukken .merit_icon_table td .merit_icon.contact_icon{
				background:#FCD8A1;
				color:#FF6600;
				border:1px solid #FF6600;
			}

	#list_bukken .bl_membk .merit_icon_table{
		float:left;
		width:20%;
	}
		#list_bukken .bl_membk .merit_icon_table td {
			width:100%;
		}

#bukken_num{
	margin-top:50px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#207E52;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mem_num{
	border:#2E9957 1px solid;
	background-color:#EDFAF2;
	text-align:center;
	color:#FB5800;
	font-weight:bold;
	font-size:20px;
	padding:8px 0;
	margin:15px 0 ;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 特集のHTML表示を切り替える */
#sp_view {
	display: none;
}