@charset "UTF-8";

/* -----------------------------------------------------------
    検索　共通
-------------------------------------------------------------- */
.cl_icon{
	clear:both;
	margin:0 auto;
	padding:0 0 5px 0;
	text-align:center;
	width:82px;
	height:36px;
}

#search_btn01{
	margin:0 auto;
	width:180px;
	height:31px;
	background:url(../images/search_btn02.jpg) no-repeat left top;
	overflow:hidden;
	border:none;
	cursor:pointer;
	padding:0;
	text-align:center;
}

.more_text{
	text-align:center;
	padding:0 0 3px 0;
	font-weight:bold;
}


/* -----------------------------------------------------------
    エリア検索
-------------------------------------------------------------- */
#area_bgt{
	margin:5px 0 0 0;
	width:572px;
	height:10px;
	line-height:1.0;
	background:url(../images/area_searchbgt.gif) no-repeat left top;
	overflow:hidden;
}

#area_bg{
	width:572px;
	background:url(../images/area_searchbgm.gif) repeat-y left top;
	overflow:hidden;
}

#area_bgb{
	width:550px;
	padding:0 11px 10px 11px;
	background:url(../images/area_searchbgb.gif) no-repeat left bottom;
}

#area_l{
	float:left;
	width:270px;
	padding:0 0 10px 0;
}

#area_r{
	float:right;
	width:270px;
	padding:0 0 10px 0;
}

.area_select_box{
	width:266px;
	height:auto;
	border:1px #CCCCCC solid;
	border-top:none;
	background:#FFFFFF;
	padding:1px;
}


/* -----------------------------------------------------------
    沿線検索
-------------------------------------------------------------- */
#line_bgt{
	margin:5px 0 0 0;
	width:572px;
	height:10px;
	line-height:1.0;
	background:url(../images/line_searchbgt.gif) no-repeat left top;
	overflow:hidden;
}

#line_bg{
	width:572px;
	background:url(../images/line_searchbgm.gif) repeat-y left top;
	overflow:hidden;
}

#line_bgb{
	width:550px;
	padding:0 11px 10px 11px;
	background:url(../images/line_searchbgb.gif) no-repeat left bottom;
}

#line_l{
	float:left;
	width:165px;
	padding:0 10px 10px 0;
}

#line_c{
	float:left;
	width:200px;
	padding:0 10px 10px 0;
}

#line_r{
	float:right;
	width:165px;
	padding:0 0 10px 0;
}

.line_select_box01{
	width:161px;
	height:auto;
	border:1px #CCCCCC solid;
	border-top:none;
	background:#FFFFFF;
	padding:1px;
}

.line_select_box02{
	width:196px;
	height:auto;
	border:1px #CCCCCC solid;
	border-top:none;
	background:#FFFFFF;
	padding:1px;
}


/* -----------------------------------------------------------
    条件検索
-------------------------------------------------------------- */
#condition_bgt{
	margin:5px 0 0 0;
	width:572px;
	height:10px;
	line-height:1.0;
	background:url(../images/condition_searchbgt.gif) no-repeat left top;
	overflow:hidden;
}

#condition_bg{
	width:572px;
	background:url(../images/condition_searchbgm.gif) repeat-y left top;
	overflow:hidden;
}

#condition_bgb{
	width:550px;
	padding:0 11px 10px 11px;
	background:url(../images/condition_searchbgb.gif) no-repeat left bottom;
}

.condition_table{
	width:100%;
	border:1px #CCC solid;
	background:#FFFFFF;
	margin:0 0 10px 0;
}

.contd_l{
	padding:5px 10px;
	color:#FFFFFF;
	border:none;
	background:url(../images/black_bg.gif) repeat left top;
	width:100px;
	font-weight:bold;
	border-left:2px #333 solid;
}

.contd_r{
	padding:5px 6px;
	background:#F5F5F5;
	border:1px #DFDFDF solid;
}

.contd_r input,
.contd_r select,
.contd_r label{
	vertical-align:middle;
}

.contd_sp{
	padding:5px 0 0 0;
}


/* -----------------------------------------------------------
    検索結果一覧
-------------------------------------------------------------- */
#result_bgt{
	margin:5px 0 0 0;
	width:572px;
	height:10px;
	line-height:1.0;
	background:url(../images/searchlist_bgt.gif) no-repeat left top;
	overflow:hidden;
}

#result_bgt01{
	margin:15px 0 0 0;
	width:572px;
	height:10px;
	line-height:1.0;
	background:url(../images/searchlist_bgt.gif) no-repeat left top;
	overflow:hidden;
}

#result_bg{
	width:572px;
	background:url(../images/searchlist_bgm.gif) repeat-y left top;
	overflow:hidden;
}

#result_bgb{
	width:550px;
	padding:0 11px 10px 11px;
	background:url(../images/searchlist_bgb.gif) no-repeat left bottom;
}


/* -----------------------------------------------------------
    ページナビ
-------------------------------------------------------------- */
.pagenavi_table{
	width:100%;
	border:none;
	margin:20px 0 0 0;
	border-top:2px #258EC9 solid;
	border-bottom:2px #258EC9 solid;
}

.pagetd_l{
	font-weight:bold;
	color:#666666;
	width:40%;
}

.pagetd_l span{
	color:#FF0000;
	font-size:16px;
}

.pagenavi{
	padding:8px 0;
}

.pagenavi a,
.pagenavi a:link,
.pagenavi a:active {
	margin: 2px;
	text-decoration: none;
	border: 1px solid #999999;
	color: #666;
	background-color: #FFFFFF;
	height: 28px;
	padding:5px 8px;
}

.pagenavi a:hover {	
	border: 1px solid #666666;
	color: #666;
	background-color: #EDEDED;
}

.pagenavi span.pages {
	margin: 2px;
	color: #666;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding:5px 10px;
}

.pagenavi span.current {
	margin: 2px;
	font-weight: bold;
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #999999;
	padding:5px 8px;
}


/* -----------------------------------------------------------
    並び順
-------------------------------------------------------------- */
.turn_box{
	background:#F5F5F5;
	padding:8px 10px;
	border-bottom:1px #CCCCCC dotted;
}

.turn_box input{
	vertical-align:middle;
}


/* -----------------------------------------------------------
    物件一覧
-------------------------------------------------------------- */
.list_table{
	width:100%;
	border-collapse:collapse;
	border:1px #A5C9E0 solid;
	background:#FFF;
	margin:20px 0 0 0;
}

.list_table span.blue{
	font-weight:bold;
	color:#0177A8;
}

.list_table span.red{
	font-weight:bold;
	color:#FF0000;
}

.listtd_top{
	background:#E7F0F9;
	padding:8px;
	border:1px #A5C9E0 solid;
	vertical-align:top;
}

.list_title{
	color:#003366;
	font-weight:bold;
	border-left:5px #003366 solid;
	margin:0 0 8px 0;
	padding:0 0 0 5px;
	font-size:14px;
}

.list_btn{
	float:left;
	width:135px;
	height:24px;
	padding:0 10px 0 0;
}

.listtd_imgbox{
	width:100%;
	padding:6px;
	border:1px #A5C9E0 solid;
	vertical-align:top;
}

.list_img{
	float:left;
	width:110px;
	text-align:center;
	padding:0 10px 0 0;
}

.list_comment{
	float:left;
	width:430px;
}

.listtd_white{
	width:50%;
	padding:6px;
	border:1px #A5C9E0 solid;
	vertical-align:top;
}

.listtd_gray{
	width:50%;
	background:#F5F5F5;
	padding:6px;
	border:1px #A5C9E0 solid;
	vertical-align:top;
}

.listtd_gray img{
	vertical-align:middle;
	padding:0 5px 0 0;
}

.gray_text{
	padding:3px 5px 0 5px;
}

.campaign_title{
	margin:10px 0 6px 0;
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
}

.campaign_title img{
	vertical-align:middle;
	padding:0 5px 0 0;
}

.campaign_title_det{
	margin:0 0 6px 0;
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
}

.campaign_table{
	width:100%;
	border-collapse:collapse;
	border:1px #A5C9E0 solid;
	background:#FFFFFF;
}

.camtd_l{
	padding:5px 10px;
	color:#333333;
	border:none;
	background:url(../images/blue_bg01.gif) repeat left top;
	width:100px;
	font-weight:bold;
	border:1px #A5C9E0 solid;
}

.camtd_r{
	padding:5px 6px;
	background:#FFF;
	border:1px #A5C9E0 solid;
}



/* -----------------------------------------------------------
    物件詳細
-------------------------------------------------------------- */
.detail_top_l{
	float:left;
	width:176px;
	padding:0 11px 10px 0;
}

.detail_top_r{
	float:right;
	width:176px;
	padding:0 0 10px 0;
}

.detail_box{
	border:1px #A5C9E0 solid;
	border-top:none;
	padding:1px;
	width:568px;
}

.detail_sp{
	padding:9px;
}

.detail_sp01{
	padding:0 9px;
}

.detail_title{
	width:542px;
	background:url(../images/detail_titlebg.jpg) no-repeat left top;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin:15px 0 0 0;
	padding:7px 10px 5px 20px;
}

.detail_toptxt{
	padding:6px 0 15px 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

.detail_subtitle01{
	padding:0 0 10px 0;
}

.detail_subtitle02{
	padding:20px 0 10px 0;
}

/*　BLUEテーブル00
------------------------------ */
.detblue_table{
	width:100%;
	border-collapse:collapse;
	border:1px #CCC solid;
	background:#FFFFFF;
}

.detbl_th{
	padding:5px 10px;
	border:none;
	background:url(../images/blue_bg01.gif) repeat left top;
	font-weight:bold;
	border:1px #CCC solid;
	text-align:center;
	color:#333333;
}

.detbl_tdl{
	padding:5px 10px;
	border:none;
	background:url(../images/blue_bg.gif) repeat left top;
	width:100px;
	font-weight:bold;
	border:1px #CCC solid;
}

.detbl_tdr{
	padding:5px 6px;
	background:#FFF;
	border:1px #CCC solid;
}

/*　BLUEテーブル01
------------------------------ */
.detblue01_table{
	width:100%;
	border-collapse:collapse;
	border:1px #CCC solid;
	background:#FFFFFF;
}

.detbl01_th{
	padding:5px 10px;
	border:none;
	background:url(../images/blue_bg01.gif) repeat left top;
	font-weight:bold;
	border:1px #CCC solid;
	text-align:center;
}

.detbl01_tdl{
	padding:5px 10px;
	border:none;
	background:url(../images/blue_bg01.gif) repeat left top;
	width:100px;
	font-weight:bold;
	border:1px #CCC solid;
}

.detbl01_tdr{
	padding:5px 6px;
	background:#FFF;
	border:1px #CCC solid;
}

/*　GRAYテーブル
------------------------------ */
.detgray_table{
	width:100%;
	border-collapse:collapse;
	border:1px #CCC solid;
	background:#FFFFFF;
}

.detgr_tdl{
	padding:5px 10px;
	border:none;
	background:url(../images/gray_bg.gif) repeat left top;
	width:100px;
	font-weight:bold;
	border:1px #CCC solid;
}

.detgr_tdr{
	padding:5px 6px;
	background:#FFF;
	border:1px #CCC solid;
}


/* -----------------------------------------------------------
    物件写真
-------------------------------------------------------------- */
#big_image{
	float:left;
	width:261px;
	height:auto;
	background:#FFFFFF/*url(../images/big_imgbg.gif) no-repeat left top*/;
	border:1px solid #CCCCCC;
	padding:1px 1px 4px 1px;
}

#big_image p{
	width:255px;
	padding:3px 0 0 3px;
}

#thumbnail_box{
	float:right;
	width:285px;
}

.thumbnail{
	float:left;
	width:90px;
	height:90px;
	padding:0 0 5px 5px;
}


/* -----------------------------------------------------------
    設備・備品
-------------------------------------------------------------- */
.equipment{
	width:550px;
}

.equipment li{
	float:left;
	width:152px;
	padding:0 0 5px 18px;
	margin:0 0 0 10px;
	list-style:none;
}

.equipment li img{
	vertical-align:middle;
	padding:0 2px 0 0;
}



/* -----------------------------------------------------------
    見積もり詳細テーブル
-------------------------------------------------------------- */
.detest_table{
	width:100%;
	border-collapse:collapse;
	border:none;
	background:#FFFFFF;
}

.detest_table th{
	padding:5px 10px;
	border:none;
	background:url(../images/gray_bg.gif) repeat left top;
	font-weight:bold;
	border:none;
}

.detest_table td{
	 padding:6px 0;
	border:none;
}

.detest_table td input,
.detest_table td select,
.detest_table td label{
	vertical-align:middle;
}

#estimate_btn{
	margin:0 auto;
	width:167px;
	height:47px;
	background:url(../images/detail_btn03.jpg) no-repeat left top;
	overflow:hidden;
	border:none;
	cursor:pointer;
	padding:0;
	text-align:center;
}


/* -----------------------------------------------------------
    物件お問い合わせ
-------------------------------------------------------------- */
.inquiry_table{
	width:100%;
	border:1px #CCC solid;
	background:#FFFFFF;
	margin:15px 0 0 0;
}

.inquiry_table2{
	width:100%;
	border:1px #CCC solid;
	background:#FFFFFF;
	margin:3px 0 0 0;
}

.inqtd_l{
	padding:8px 8px;
	color:#FFFFFF;
	border:none;
	background:url(../images/black_bg.gif) repeat left top;
	width:16%;
	font-weight:bold;
	border-left:2px #333 solid;
}

.inqtd_r{
	padding:8px 8px;
	background:#F5F5F5;
	border:1px #DFDFDF solid;
}

.inqtd_r2{
	padding:8px 8px;
	background:#F5F5F5;
	border:1px #DFDFDF solid;
	width:34%;
}

.inqtd_t{
	padding:8px 15px;
	color:#FFFFFF;
	border:none;
	background:url(../images/red_bg.gif) repeat left top;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}

.inqtd_t2{
	padding:8px 15px;
	color:#FFFFFF;
	border:none;
	background:url(../images/black_bg.gif) repeat left top;
	font-weight:bold;
	text-align:center;
}

.inqtd_r span,.inqtd_r2 span,{
	color:#CC0000;
}

.inqtd_r input,
.inqtd_r select,
.inqtd_r label{
	vertical-align:middle;
}

.inqtd_r textarea{
	width:98%;
}

.inqtd_sp{
	padding:8px 0 0 0;
}

#inquiry_btn{
	margin:25px 0 25px 0;
	text-align:center;
}

/* -----------------------------------------------------------
    追加
-------------------------------------------------------------- */
.space{
	padding:5px;
}

.text1{
	width:223px;
}

.text2{
	width:207px;
}

.text3{
	width:162px;
}

.text4{
	width:223px;
}

.text5{
	width:195px;
}

.text6{
	width:208px;
}

.texts{
	width:207px;
}

.select_top_l{
	float:left;
	width:266px;
	padding:0 11px 0 0;
}

.select_top_r{
	float:right;
	width:266px;
	padding:0 0 0 0;
}







