@charset "utf-8";

/*******************************************************************************
**	基本設定
*******************************************************************************/
/*
body {
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	min-width: 970px;
}
*/
table {
	font-size: inherit;
}
input, select {
	vertical-align: middle;
}

/* サイト基本カラー
 ----------------------------------------------------------------------------- */
/* 基本リンク */
/*
body a:link{
	color:#0080c4;
	text-decoration:none;

}
body a:visited{
	color: #0080c4;
}
body a:hover{
	color:#0080c4;
	text-decoration:underline;
}
body a:active{
	color: #0080c4;
}
*/

#container{ background:#FFFFFF; } /* 背景色 */

#search #content{
	margin-top: 30px;
}
#breadCrumb li{
	background: url("/common/img/ico_breadcrumb_arrow.gif") left no-repeat;
}
#breadCrumb li:first-child{
padding-left:0;
background:none;
}
#breadCrumb li a{
	color:#38affb !important;
}
#pt2MainCol,#pt2RightCol{
	margin-top: 0 !important;
}
/* -------------------------------------------------------------
   都道府県選択画面
-------------------------------------------------------------------------------- */

/* 見出しのバー
----------------------------------------------------------------------------- */
.searchTitBar01{
	font-size: 123.1%;
	font-weight: bold;
	line-height: 36px;
	height: 38px;
	padding: 2px 0 0 14px;
	background-color:#1a9000;
	color: #FFFFFF !important;
	margin: 10px 0;
	border: 2px solid #147000;
}

/* 検索小見出し（件名など）
----------------------------------------------------------------------------- */
.searchListCatTit {
	clear: both;
	margin: 9px 0 10px 0;
	padding: 5px 10px;
	background: #EEEEEE;
	border-bottom: #DDDDDD 1px solid;
	font-weight: bold;
}
.searchListCatTit input{
margin-right:5px;
}
/* 検索チェックボックス
----------------------------------------------------------------------------- */
.searchListCat {
	margin: 0 10px 20px 10px;
}

.searchListCat li {
	background:url(../img/search_icon_arrow.gif) no-repeat left center;
	padding: 4px 10px 2px 16px;
	float:left;
	width:210px;
}
.listTypeChk li {
	background-image:none;
	padding-left:10px;
}

.listTypeChk li input {
	margin-right:4px;
}

/* 検索ボタン */
.section .searchMainSubmit {
	width:200px;
	margin:30px auto 30px auto;
	text-align:center;
}
.searchMainSubmit p a,
.searchMainSubmit02 p a,
.searchSideMenuBottom p a,
.searchSideSubmit a {
	display:block;
	width:200px;
	height:35px;
	padding-top:10px;
	font-weight:bold;
	font-size:15px;
	color:#FFF !important;
	text-align:center;
}

.searchMainSubmit p a:hover,
.searchMainSubmit02 p a:hover,
.searchSideMenuBottom p a:hover,
.searchSideSubmit a:hover {
	background:url(/rent/common/img/search_menu_submitButton.jpg) no-repeat 0 -44px;
	text-decoration:none;
}

/* 検索条件追加table （背景色を変える場合設定）
----------------------------------------------------------------------------- */

.searchAddList{
	background: #fff;
	margin: 20px auto;
	padding:10px 14px;
	border: 1px solid #CCC;
}
.searchAddList tr{
	background: url(/rent/common/img/dot.gif) bottom repeat-x;
}

.searchAddList th {
	text-align: left;
	vertical-align: middle;
	width: 120px;
	font-weight:bold;
	padding:10px;

}
.searchAddList table {
	margin:0px auto;

}

.searchAddList td {
	padding:10px 15px;
}

.searchAddList ul li {
	float:left;
	width:160px;
}

.searchAddList input {
	margin:0 4px 5px 0;
	padding:5px;
	border:solid #CCC 1px;
	background:#F9FAED;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;

}

.searchAddList label {
	margin-right:10px;
}

.searchAddList .searchMainSubmit {
	margin:10px auto;
}
/* こだわり条件選択画面
----------------------------------------------------------------------------- */
.section .searchMainSubmit02 {
  width: 420px;
  margin: 10px auto;
  text-align: center;
}
.searchMainSubmit02 p {
  float: left;
  margin-right: 10px;
}

.searchMainSubmit p a, .searchMainSubmit02 p a, .searchSideMenuBottom p a, .searchSideSubmit a {
	display: block;
	background: url(/rent/common/img/search_menu_submitButton.jpg) no-repeat 0 0;
	width: 200px;
	height: 34px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF !important;
}
.searchMainSubmit p a:hover, .searchMainSubmit02 p a:hover, .searchSideMenuBottom p a:hover, .searchSideSubmit a:hover{
	background: url(/rent/common/img/search_menu_submitButton.jpg) no-repeat  0 -44px;


}

.searchMainSubmit02 p {
	float:left;
	margin-right:10px;
}


/* -------------------------------------------------------------
   棟一覧
------------------------------------------------------------- */

/* 検索条件表示場所
----------------------------------------------------------------------------- */

.searchCondition {
    background: #FFF;
    width: 718px;
    margin-top: 20px;
    border: 1px solid #CCC;
}
.searchCondition ul {
	line-height: 2;
	padding: 10px 10px 8px;
}

.searchCondition ul li span {
	font-weight:bold;
}
.searchCondition .tit{
    float: left;
    background-color: #FFD728;
    width: 100px;
    height: 22px;
    margin: 10px 0 10px 10px;
    padding-top: 2px;
    text-align: center;
    font-weight: bold;
}

.searchCondition .kodawariList{
	/* margin: 12px 10px 10px 0; */
	margin: 10px 10px 10px 0px;
	float: left;
}

/* 物件一覧ソート（並び替え）
----------------------------------------------------------------------------- */
.searchSortList {
	margin:5px 0;
	padding:5px 0;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}

.searchSortList .sortTit {
	float:left;
	color:#333;
	margin:2px 0;
	padding:0 5px 0 0;
	font-weight:bold;
	font-size:12px;
}

.searchSortList strong {
	color:#FF7F00;
	font-weight:bold;
	font-size:12px;
}
.searchSortList ul li a{
    color: #09F;
}
.searchSortList ul li {
	float:left;
	margin:2px 0 2px 10px;
	padding:0 10px 0 0;
	border-right:1px solid #CCC;
	font-size:12px;
}
/* タブ切り替え（棟・部屋）
----------------------------------------------------------------------------- */

.column01 .searchArticleListMenu {
	border-bottom:3px solid #696969;
}

.column01 .searchArticleListMenu li {
	float:left;
	width:128px;
	height:36px;
	margin-right:5px;
	text-align:center;
	font-weight:bold;
	color:#333;
}

.column01 .searchArticleListMenu li a {
	float:left;
	background:url(/rent/common/img/search_tab_articleListMenu.jpg) no-repeat;
	width:128px;
	height:20px;
	margin-right:1px;
	padding:8px 0;
	text-align:center;
	font-weight:bold;
	color:#333;

}

.column01 .searchArticleListMenu li.on a {
	background-position:-128px 0;
	color:#FFF;
}

.column01 .searchArticleListMenu li a:hover {
	background-position:0 -36px;
	text-decoration:none;
}

.column01 .searchArticleListMenu li.on a:hover {
	background-position:-128px -36px;
	text-decoration:none;
}



/* 全ての物件にチェック
----------------------------------------------------------------------------- */
.column01 .searchMainMenuTop {
	margin:10px 0 0 0;
	padding-top:6px;
	width:720px;
	height:68px;
	background:url(/rent/common/img/search_main_articleMenuBg.png) no-repeat 0 0;

}
.column01 .searchMainMenuBottom {
	margin:10px 0 0 0;
	padding-top:14px;
	width:720px;
	height:60px;
	background:url(/rent/common/img/search_main_articleMenuBg.png) no-repeat center bottom;
}
.searchMainMenuTop02,.searchMainMenuBottom02 {
	margin:10px 0 0 0;
	padding-top:6px;
	width:720px;
    background: #EEE;
}

.searchMainMenuTop p,.searchMainMenuBottom p,
.searchMainMenuTop02 p,.searchMainMenuBottom02 p {
	float:left;
}

.searchMainMenuTop p.searchMainMenuChk,
.searchMainMenuBottom p.searchMainMenuChk,
.searchMainMenuTop02 p.searchMainMenuChk,
.searchMainMenuBottom02 p.searchMainMenuChk {
	padding:16px 20px 20px 20px;
	font-size:14px;
	font-weight:bold;
}

p.searchMainMenuChk input {
	margin-right:4px;
}

.searchMainMenuTop p.searchMainContact,
.searchMainMenuBottom p.searchMainContact,
.searchMainMenuTop02 p.searchMainContact,
.searchMainMenuBottom02 p.searchMainContact {
	margin-right:20px;
}

p.searchMainContact,p.searchMainMyList {
	text-align:center;
	margin-top:4px;
}

.searchMainMenuTop p.searchMainContact a,
.searchMainMenuBottom p.searchMainContact a,
.searchMainMenuTop02 p.searchMainContact a,
.searchMainMenuBottom02 p.searchMainContact a {
	display:block;
	/*background:url(/rent/common/img/search_btn_contact01.jpg) no-repeat 0 0;*/
	width:322px;
	height:36px;
	color:#FFF !important;
	font-size:18px;
	font-weight:bold;
	padding:8px 0 0 0;
	background: #FF7F00;
	border-radius: 1px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.15);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.15);
}

.searchMainMenuTop p.searchMainContact a:hover,
.searchMainMenuBottom p.searchMainContact a:hover,
.searchMainMenuTop02 p.searchMainContact a:hover,
.searchMainMenuBottom02 p.searchMainContact a:hover {
	/*background-position: 0 -44px;*/
	background: #ffa724;
	text-decoration:none;
}
/* 物件一覧 */

.searchRoomListInfoBottom {
    background: url(/rent/common/img/search_bg_roomListSectionBottom.png) no-repeat;
	height: 10px;
	margin:0 0 20px 0;
}

.searchRoomName {
	position:relative;
	background:url(/rent/common/img/search_bg_listArticleTit.jpg) no-repeat;
	width:720px;
	height:26px;
	padding:6px 5px 5px 5px;

}

.searchRoomName .chkBox {
	float:left;
	width:30px;
	margin-left:6px;
	padding-top: 6px;
	*margin-left:2px !important;
	*padding-top: 2px !important;
}

.searchRoomName .tit {
	float:left;
	width:450px;
	margin-left:5px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.searchRoomName .tit a {
	font-weight:bold;
	color:#FFFFFF !important;
}

ul.searchRoomTypeList {
	position:absolute;
	top:7px;
	right:16px;
}

ul.searchRoomTypeList li {
	float:left;
}

.searchRoomBuildType {
    background: #FFF;
    height: 16px;
    margin-right: 5px;
    padding: 3px 10px 1px 10px;
    font-size: 10px;
    font-weight: bold;
}

.searchRoomAddMyList {

}
.searchRoomListInfo{
	background: url(/rent/common/img/search_bnr_roomListSection.jpg) repeat-y;

}
.searchRoomListInfo table {
	margin-bottom:10px;
	width:100%;
	font-size:11px;
}

.searchRoomListInfo table th {
	background:#EAEAEA;
	width:60px;
	font-weight:bold;
	text-align:center;
}

.searchRoomListInfo table th,
.searchRoomListInfo table td {
	border:1px solid #D2D2D2;
	padding:4px;
}

.searchRoomListInfo table .tblBlank {
	border:none;
	height:10px;
	margin:0;
	padding:0;
	font-size:1px;
}

.searchRoomListInfo table .valRent {
	color: #ff6699;
	font-size: 14px;
	font-weight: bold;
}

.searchRoomListCondition td {
	width:92px;
	color:#9B9B9B;
	font-weight:bold;
}

.searchRoomListCondition td.on {
	color:#F69;
}

.searchRoomImgList {
    float: left;
    width: 210px;
    padding: 10px 0 0 10px;
}

.searchRoomImgList img {
	max-width:200px;
	max-height:150px;
	_width:expression(document.body.clientWidth > 202? "200px" : "auto");
	_height:expression(document.body.clientHeight > 152? "150px" : "auto");
}

.searchRoomImgList .bldgImg,.searchRoomImgList .layoutImg {
	text-align:center;
	padding:4px;
	height:150px;
}

.searchRoomListTblBody {
    float: left;
    width: 480px;
    padding: 10px;
}

.searchRLTbl3Col td {
	width:82px;
	height:28px;
}

.searchRoomCatch {
	background:#EEEEEE;
	color:#2A52A0;
	padding:10px;
	font-size:11px;
}

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

.searchRoomBtnList li {
	float:left;
	margin-right:10px;
}

.searchRoomBtnList li a {
	display:block;
	background-image:url(/rent/common/img/search_bnr_roomListInfoBottom.png);
	color:#FFF !important;
	width:185px;
	height:23px;
	margin-top:5px;
	padding:8px 10px 10px 40px;
	font-weight:bold;
	font-size:16px;
}

.searchRoomBtnList li a:hover { text-decoration:none; }

#sRBtnContact a { background-position:-210px 0; }
#sRBtnDetail a { background-position:-445px 0; }

#sRBtnContact a:hover { background-position:-210px -64px; }
#sRBtnDetail a:hover { background-position:-445px -64px; }

/* 左サイド
----------------------------------------------------------------------------- */
/*.column02 .sideMenuTit {
	background:url(/rent/common/img/search_side_menuTit_area.jpg) no-repeat;
	height:20px;
	padding:8px 14px 10px 40px;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
#sideMenu1st .sideMenuTit{
	margin-top:10px;
}
#sideMenu2st .sideMenuTit{
	background:url(/rent/common/img/search_side_menuTit_search.jpg) no-repeat;
}
#sideMenu3st .sideMenuTit{
	background:url(/rent/common/img/search_side_menuTit_topics.jpg) no-repeat;
}
#sideMenu4st .sideMenuTit{
	background:url(/rent/common/img/search_side_menuTit_free.jpg) no-repeat;
}

.searchSideMenu {
	margin:0;
}
.searchSideCat {
background: #f7f7f7 none repeat scroll 0 0;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	padding: 4px 10px;
}

.searchSideCat02 {
	border-bottom:1px solid #EFEFEF;
	padding:3px 10px;
	font-weight:bold;
}

.searchSideMenu input {
	margin-right:4px;
}

.searchSideMenu ul {
	margin:0;
}

.searchSideMenu ul li {
	float:left;
	width:100px;
	padding-bottom:4px;
	font-size:95%;
}

.searchSideMenu ul.small li {
	width:86px;
}

.searchSideMenu ul li.clear {
	float:none;
	clear:both;
	width:auto;
}

.searchSideMenu div {
	padding:12px 10px;
}

.searchSideMenuBottom {
	height:70px;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
}

.searchSideMenuBottomSml {
	background:url(/rent/common/img/search_side_bottomSml.png) no-repeat;
	height:10px;
	margin:0 auto;
}

.searchSideMenuBottom p,
.searchSideSubmit {
	width:200px;
	height:44px;
	margin:0 auto;
}

.searchSideSubmit {
	text-align:center;
}

.searchListCat {
	margin: 0 10px 20px 10px;
}
*/
/* 左サイド
----------------------------------------------------------------------------- */
.column02 .sideMenuTit {
	background:url(/rent/common/img/search_side_menuTit.png) no-repeat;
	height:20px;
	padding:12px 14px 10px 14px;
	font-size:14px;
	font-weight:bold;
}

.searchSideMenu {
	background:url(/rent/common/img/search_side_menu_bg.png) repeat-y;
	padding:0 6px 0 4px;
	margin:0;
}
.searchSideCat {
	background:#EEE;
	padding:3px 10px;
	font-weight:bold;
}

.searchSideCat02 {
	border-bottom:1px solid #EFEFEF;
	padding:3px 10px;
	font-weight:bold;
}

.searchSideMenu input {
	margin-right:4px;
}

.searchSideMenu ul {
	margin:0;
}

.searchSideMenu ul li {
	float:left;
	width:100px;
	padding-bottom:4px;
}

.searchSideMenu ul.small li {
	width:86px;
}

.searchSideMenu ul li.clear {
	float:none;
	clear:both;
	width:auto;
}

.searchSideMenu div {
	padding:6px 10px;
}

.searchSideMenuBottom {
	background:url(/rent/common/img/search_side_bg_bottom.png) no-repeat;
	height:70px;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
}

.searchSideMenuBottomSml {
	background:url(/rent/common/img/search_side_bottomSml.png) no-repeat;
	height:10px;
	margin:0 auto;
}

.searchSideMenuBottom p,
.searchSideSubmit {
	width:200px;
	height:44px;
	margin:0 auto;
}

.searchSideSubmit {
	text-align:center;
}

.searchListCat {
	margin: 0 10px 20px 10px;
}


/* ページナビ
----------------------------------------------------------------------------- */

.searchListPaging {
	margin-top:10px;
}

.searchResultNum strong {
	font-weight:bold;
	font-size:16px;
	color:#FF7F00;
}

.searchListPaging span {
	font-weight:bold;
}

.searchListPaging select {
	margin-right:10px;
}

.searchPageNav {
	float:right;
	margin:10px auto;
}

.searchPageNav li {
	float:left;
	margin-left:4px;
}

.searchPageNav li a {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #CCC;
    background: #FFF;
    color: #333 !important;
    text-align: center;
    text-decoration: none;
}

.searchPageNav li a:hover {
	background: #ffc none repeat scroll 0 0;
	text-decoration: none;
}

.searchPageNav .selected {
color: #FF7F00;
    font-weight: bold;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid transparent;
    text-align: center;
}

/* 最下部リンク
----------------------------------------------------------------------------- */
.searchCmtBox a:link {
	color:#09F;
	text-decoration:none;
}
/* -------------------------------------------------------------
   部屋一覧
------------------------------------------------------------- */

.column01 .searchBldgList {
	border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 10px;
    background: #FFF;

}
.column01 .searchBldgListTit {
	background:url(/rent/common/img/search_bar_bldgListTit.jpg) no-repeat;
	font-size: 16px;
	height: 24px;
	margin-top: 20px;
	padding: 5px 10px;
}
.column01 .searchBldgListTit a{
	font-weight: bold;
	color:#FFF;
}
.column01 .searchBldgListTit span {
    float: right;
    background: #FFF;
    padding: 2px 4px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
}

.searchTitBar01 span.detailStatus {
	background:#FFF;
	color:#18C;
	border:1px solid #18C;
	margin-left:10px;
	padding:2px 10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.bldgImg, .layoutImg {
	border: 1px solid #ccc;
}
*:first-child+html .column01 .searchBldgListTit a {
	float:left;
}

.column01 .searchBldgPhoto {
	float:left;
	border:1px solid #CCC;
	margin-top:10px;
	padding:6px;
}

.column01 .searchBldgDetailTbl {
	float:left;
	width:550px;
	margin:10px 0 0 10px;

}
/*
.column01 .searchBldgDetailTbl tr {
	background:url(/rent/common/img/dot.gif) repeat-x bottom;
}
*/
.column01 .searchBldgDetailTbl table {
	width:570px;
	margin-top:-8px;
}

.column01 .searchBldgDetailTbl table th,
.column01 .searchBldgDetailTbl table td {
	font-size: 12px;
	padding: 9px 1px 7px 3px;
}

.column01 .searchBldgDetailTbl table td {
	vertical-align:top;
	text-align:left;
}

.section .searchBldgDetailTbl {
border:1px solid #CCC;
	padding:4px 8px;
}

.section .searchBldgDetailTbl table td.searchBldgPhoto {
	/* padding:8px !important; */
}

.column01 .searchRoomList table {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	margin: 10px auto 0;
	width: 100%;
}

.column01 .searchRoomList table th {
    background: #EEE;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 4px 0;
}

.column01 .searchRoomList table th.thCheckbox {
	width:30px;
}

.column01 .searchRoomList table td {
	border-bottom:1px solid #CCC;
	text-align:center;
	padding:4px 0;
	vertical-align: middle;
}

.column01 .searchRoomList table td .searchRoomListMyList {
	width:70px;
	height:24px;
	margin:0 auto;
}

.column01 .searchRoomList table td .searchRoomListMyList a {
	display:inline-block;
	background:url(/rent/common/img/search_btn_myList03.jpg) no-repeat 0 0;
	width:70px;
	height:24px;
	text-indent:-7000px;
	color:#FFF;
}

.column01 .searchRoomList table td .searchRoomListMyList a.on {
	background:url(/rent/common/img/search_btn_myList03.jpg) no-repeat 0 -48px;
}

.column01 .searchRoomList table td .searchRoomListMyList a:hover.on {
	background:url(/rent/common/img/search_btn_myList03.jpg) no-repeat 0 -48px;
}

.column01 .searchRoomList table td .searchRoomListMyList a:hover {
	background:url(/rent/common/img/search_btn_myList03.jpg) no-repeat 0 -24px;
}

.column01 .searchRoomList table td .searchRoomListDetail,
.section .searchArticleDetailTbl table td .searchRoomListDetail,
.column01 .searchArticleDetailTbl table td .searchRoomListDetail {
	width:82px;
	height:24px;
	margin:0 auto;
}

.column01 .searchArticleDetailTbl table td .searchRoomListDetail {
	margin-bottom:4px;
}

.column01 .searchRoomList table td .searchRoomListDetail a,
.section .searchArticleDetailTbl table td .searchRoomListDetail a,
.column01 .searchArticleDetailTbl table td .searchRoomListDetail a {
	display:block;
	background:url(/rent/common/img/search_btn_detail.jpg) no-repeat 0 0;
	width:82px;
	height:0;
	padding-top:24px;
	overflow:hidden;
	color:#FFF;
}

.column01 .searchRoomList table td .searchRoomListDetail a:hover,
.section .searchArticleDetailTbl table td .searchRoomListDetail a:hover,
.column01 .searchArticleDetailTbl table td .searchRoomListDetail a:hover {
	background:url(/rent/common/img/search_btn_detail.jpg) no-repeat 0 -24px;
}

.search_main_roomListMenu {
	width:314px;
	height:50px;
	padding-top:12px;
	background: url(/rent/common/img/search_main_roomListMenuBg.jpg) no-repeat;
}

.search_main_roomListMenu .searchMainMenuChk {
	float:left;
	width:120px;
	padding-top:6px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

.search_main_roomListMenu .searchMainContact {
	float:left;
}

.search_main_roomListMenu .searchMainContact a {
	display:block;
	background:url(/rent/common/img/search_btn_contact02.jpg) no-repeat 0 0;
	width:175px;
	height:27px;
	color:#FFF !important;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 5px;
}

.search_main_roomListMenu .searchMainContact a:hover {
	background-position:0 -32px;
	text-decoration:none;
}
/* -------------------------------------------------------------
   棟詳細
------------------------------------------------------------- */

.section .searchBarDetail {
	width:910px;
	height:24px;
	margin:10px auto;
	padding:8px 16px 8px 44px;
	font-weight:bold;
	font-size:16px;
}

.section .searchBarIcoPFolder {
	background:url(/rent/common/img/search_bar_icoPFolder.jpg) no-repeat;
}

.section .searchBarIcoHouse {
	background:url(/rent/common/img/search_bar_icoHouse.jpg) no-repeat;
}

.section .searchBarIcoMap {
	background:url(/rent/common/img/search_bar_icoMap.jpg) no-repeat;
}
.section .searchBarIcoRoomMap {
	background:url(/rent/common/img/search_bar_icoRoomMap.jpg) no-repeat;
}

.section .searchBarIcoBldg {
	color:#FFF !important;
	padding-top:10px;
	background:url(/rent/common/img/search_bar_icoBldg.jpg) no-repeat;
}

.section .searchBarIcoCustomer {
	background:url(/rent/common/img/search_bar_icoCustomer.jpg) no-repeat;
}

.section .menuButton {
	width:188px;
	text-align:center;
}

.section .searchArticleDetailContact {
	width:180px;
	height:58px;
	margin:10px auto !important;
}

.section .searchArticleDetailContact a {
	display:block;
	background:url(/rent/common/img/search_btn_contact04.jpg) no-repeat 0 0;
	width:180px;
	height:0;
	padding-top:58px;
	overflow:hidden;
}

.section .searchArticleDetailContact a:hover {
	background:url(/rent/common/img/search_btn_contact04.jpg) no-repeat 0 -58px;
}

.section .searchArticleDetailMyList,
.searchMailConfirm .searchMailBack {
	width:180px;
	height:32px;
	margin:0 auto;
}

.section .searchArticleDetailMyList a,
.searchMailConfirm .searchMailBack a {
	display:inline-block;
	background:url(/rent/common/img/search_btn_mylist02.jpg) no-repeat 0 0;
	width:180px;
	height:24px;
	padding:4px 0;
	color:#333;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.section .searchArticleDetailMyList a:hover,
.searchMailConfirm .searchMailBack a:hover {
	background:url(/rent/common/img/search_btn_mylist02.jpg) no-repeat 0 -32px;
	text-decoration:none;
}

#searchContactComplete {
	background:url(/rent/common/img/search_bnr_contactComp.jpg) no-repeat;
	height:151px;
	margin:0 auto 20px auto;
	padding:20px 10px 0 260px;
}

#searchContactComplete .searchContactCompTit {
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	color:#004CA0;
}

.section .searchDetailDate {
	float:left;
	padding:4px 8px;
}

.section .searchDetailMenu {
	width:280px;
	float:right;
	font-size:11px;
}

.section .searchDetailVacantRoomBtn {
	float:left;
	width:162px;
	height:26px;
	padding:0 0 8px 0;
}

.section .searchDetailVacantRoomBtn a {
	display:block;
	background:url(/rent/common/img/search_btn_vacantRoomList.jpg) no-repeat 0 0;
	width:162px;
	height:23px;
	padding-top:5px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin-top:2px;
}

.section .searchDetailVacantRoomBtn a:hover {
	background-position:0 -28px;
	text-decoration:none;
}

.section .searchDetailMenuBtn {
	float:left;
	width:100px;
	height:22px;
	padding:2px 0 2px 8px;
}

.section .searchDetailMenuBtn a {
	display:block;
	background:url(/rent/common/img/search_btn_print.jpg) no-repeat 0 0;
	width:100px;
	height:18px;
	padding-top:4px;
	font-weight:bold;
	text-align:center;
	color:#333;
}

.section .searchDetailMenuBtn a:hover {
	background-position:0 -22px;
	text-decoration:none;
}

.section .searchDetailContact {
	margin:0 auto;
	width:500px;
	height:108px;
}

.section .searchDetailContact a {
	display:block;
	background:url(/rent/common/img/search_btn_contact05.jpg) no-repeat 0 0;
	width:500px;
	height:108px;
	text-indent:-7000px;
}

.section .searchDetailContact a:hover {
	background-position:0 -108px;
}

.searchDetailPhotoBody {
	border:1px solid #CCC;
	padding:20px;
}

.searchDetailPhotoBody h3,
.searchDetailPhotoBody h4 {
	background:url(/rent/common/img/search_icon_point.gif) no-repeat left top;
	margin-bottom:10px;
	padding:2px 0 5px 70px;
	font-size:14px;
	font-weight:bold;
}

.searchFooterLogo {
	float:left;
	margin:10px 10px 10px 0;
}

#footer .searchFreeword {
	float:left;
	margin:10px 10px 10px 0;
}

#footer .searchInputKeywords {
	background:#FFF url(/rent/common/img/search_freeword_bg.gif) no-repeat 4px center;
	color:#999;
	border:1px solid #CCC;
	width:160px;
	padding:4px 10px 4px 24px;
}

.searchBtnKeywords {
	top:8px;
	margin-left:10px;
	position:relative;
}

#footerBottom {
	background:#00367B;
	padding:4px 0;
}

.searchFooterMenu01,.searchFooterMenu02 {
	font-size:93%;
}

.searchFooterMenu01 {
	float:left;
}

.searchFooterMenu01 li {
	float:left;
	margin:24px 10px;
}

.searchFooterMenu02 {
	float:right;
}

.searchFooterMenu02 li {
	float:left;
	margin:0 10px;
}

ul#srh_socialTop {
	position:absolute;
	top:40px;
	left:400px;
}

ul#srh_socialTop li {
	float:left;
	margin-right:6px;
}

.column03 {
	background:#FFF;
	padding:0 !important;
	border:1px solid #CCC;
	}
.column03 th{
	width:20%;
}

.column04 {
	border-left:#014289 2px solid;
	border-right:#014289 2px solid;
	border-bottom:#014289 2px solid;
	background:#FFF;
	}

#tpl_bldgComment {
	background: #ffffdf;
	border: 1px solid #ccc;
	padding: 15px;
}
.section .searchBldgDetailTbl table{
	margin-bottom:30px;
	border-top:1px #CCC dotted;
}
.section .searchBldgDetailTbl table,
.section .searchBldgDetailTbl02 table {
	width:100%;
}
.section .searchBldgDetailTbl table th,
.section .searchBldgDetailTbl table td {
	/* background:url(/rent/common/img/dot.gif) repeat-x left top; */
}
.section .searchBldgDetailTbl table th,
.section .searchBldgDetailTbl02 table th {
	text-align:center;
	font-weight:bold;
	vertical-align:top;
	width:68px;
	padding:4px;
}

.section .searchBldgDetailTbl table th p.tit,
.section .searchBldgDetailTbl02 table th p.tit {
	background:url(/rent/common/img/search_bg_bldgDetail.gif) no-repeat top center;
	height:18px;
	margin:9px 0;
	padding:5px 0;
	font-size:11px;
	font-weight:bold;
}

/* 空室情報、取り扱い不動産会社 */
.column01 .searchArticleDetailTbl table, .section .searchArticleDetailTbl table, .section .searchArticleDetailTbl02 table, .section .searchArticleDetailTbl03 table, .section .searchArticleDetailTbl04 table {
	margin: 10px auto 20px;
	width: 100%;
	border:1px solid #CCC;
}
.section .searchArticleDetailTbl table th, .section .searchArticleDetailTbl02 table th, .section .searchArticleDetailTbl03 table th, .section .searchArticleDetailTbl04 table th {
	background-color: #dff0ff;
}
.section .searchArticleDetailTbl table th, .section .searchArticleDetailTbl02 table th, .section .searchArticleDetailTbl03 table th, .section .searchArticleDetailTbl04 table th {
	background-color: #F7FAFA;
	vertical-align: middle;
	 padding: 6px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px dotted #CCCCCC;
}
.section .searchArticleDetailTbl table th, .section .searchArticleDetailTbl02 table th, .section .searchArticleDetailTbl03 table th, .section .searchArticleDetailTbl04 table th {
	font-weight: bold;
}
.column01 .searchArticleDetailTbl table th, .column01 .searchArticleDetailTbl table td, .section .searchArticleDetailTbl table th, .section .searchArticleDetailTbl table td {
	font-size: 93%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;

}

.section .searchArticleDetailTbl table td, .section .searchArticleDetailTbl02 table td, .section .searchArticleDetailTbl03 table td, .section .searchArticleDetailTbl04 table td {
	background-color: #fff;
    border-bottom: 1px solid #CCCCCC;
}

.column01 .searchArticleDetailTbl table td, .section .searchArticleDetailTbl table td, .section .searchArticleDetailTbl02 table td, .section .searchArticleDetailTbl03 table td, .section .searchArticleDetailTbl04 table td {
}

.section .searchArticleDetailTbl03 table th, .section .searchArticleDetailTbl04 table th {
	width: 120px;

}
.section .searchArticleDetailTbl02 table th, .section .searchArticleDetailTbl02 table td, .section .searchArticleDetailTbl03 table th, .section .searchArticleDetailTbl03 table td, .section .searchArticleDetailTbl04 table th, .section .searchArticleDetailTbl04 table td {
	padding: 10px;

}

.column01 .searchArticleDetailTbl table span a, .section .searchArticleDetailTbl03 table span a, .column01 .searchRoomList table td span a,span.bldgInfoTbl {
	color: #f36;
	font-size: 140%;
	font-weight: bold;
}

/* -------------------------------------------------------------
   部屋詳細
------------------------------------------------------------- */
.section .searchBarIcoBldg {
	background-image: url( "/rent/common/img/search_bar_icoBldg.jpg" );
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	line-height: 120%;
	margin: 40px 0 20px;
	padding: 12px 10px 0 50px;
}
.searchBarDetail1 {
	background-image: url( "/rent/common/img/pt2search_bar_icopfolder01.jpg" );
	color:#FFF;
	background-repeat:no-repeat;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	line-height: 120%;
	margin: 0 ;
	padding: 12px 0 0 50px;
}

/* 物件情報
-------------------------------------------------- */

#pt2SearchTxt {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 10px 88px;
	border-bottom: #CCC 1px solid;
    border-right: #CCC 2px solid;
    border-left: #CCC 2px solid;
    background: #FFFACD url("/rent/common/img/search_icon_point.png") 10px 13px no-repeat;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 10px 88px;
    min-height: 30px;
}
.pt2SearchBox {
	background:  #fff;
    padding: 10px;
    border-top: none !important;
    border: #CCC 2px solid;
}

#pt2MainPhotoBox {
	float: left;
	margin-right: 10px;
	width: 415px;
}
#pt2MainPhotoBox > p{
	margin-bottom: 10px;
}
#pt2MainPhotoBox img{
	max-width:415px;
}

#pt2MainItemInfoBox {
    float: left;
    width: 271px;
    margin: 0 !important;
}
#pt2MainItemInfoBox .bgGray {
	background:#EEEEEE;
}

.tbl_pt2MainItemInfo {
	border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    empty-cells: show;
    /* margin: 10px 0 0 0; */
    padding: 0;
}
.tbl_pt2MainItemInfo tr{

}
.tbl_pt2MainItemInfo th{
	font-weight: bold;
	padding: 5px 10px;
	vertical-align: middle;
	white-space: nowrap;
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px dotted #CCCCCC;
}
.tbl_pt2MainItemInfo td{
	padding: 10px;
	vertical-align: middle;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.bgGray {
	background: #efefef;
}

#tbl_pt2ActionList {
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-right: 18px;
	margin-top: 10px;
}
#tbl_pt2ActionList .pt2Number{
	margin-bottom:5px;
}
#pt2MainCol .pt2MenuList{
    /* overflow: hidden; */
    float: left;
    padding: 0;
    margin: 10px 0 18px 0;
    width: 467px;
}

#pt2MainCol .pt2MenuList li {
	float: left;
	padding-right:4px;
}

/*.pt2Section */
.pt2Section{ *overflow:hidden; }
.searchBarDetail {
	background-image: url( "/rent/common/img/pt2search_bar_icopfolder01.jpg" );
	color: #FFFFFF;
	background-repeat:no-repeat;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 120%;
	margin: 20px 0 -1px;
	padding: 11px 0 0 50px;
}

.searchBarDetail span {
	/*color: #DE0500;*/
}

/* 写真 */

#pt2PhotoBox li, #pt2MorePhotoBox li {
	float: left;
	height: 174px;
	margin: 10px 9px 5px 0;
	text-align: center;
	width: 234px;
	margin-bottom:30px;
	font-size:12px;
}

.pt2MorePhoto {
	text-align: center;
	width: 100%;
	margin-top:20px;
}
#pt2PhotoBox p,#pt2MorePhotoBox p{ }
#pt2PhotoBox img,#pt2MorePhotoBox img{
	max-height:164px;
}


/* 簡単問い合わせ
-------------------------------------------------- */

/* 簡単お問い合わせ */
#kantan_contact{
	border-top: none;
	background:#FFF;
    border: 5px solid #339133;
    border-top: none;
}
#kantan_contact #tbl_pt2RoomList{
	margin-bottom:0;
}
#kantan_contact tr{
	border-bottom:1px dotted #CCC;
}

.section .searchArticleDetailTbl02 table td ul li {
  float: left;
  width: 230px;
  padding: 2px 0;
}
/*
table.searchContact{
	font-size:93%;
}
*/
table.searchContact th {
	width: 25% !important;
}
table.searchContact td{
	background:#FFF;
}

table.searchContact td input, .searchMailChk input {
	margin: 0 4px 4px;
}

table.searchContact td dl dt, table.searchContact td dl dd {
	padding: 6px 0;
}
.searchMailExample {
	color: #999;
	font-size: 10px;
}

.searchMailChk {
	margin: 0 auto 20px;
	text-align: center;
	width: 600px;
}

.searchMailChk p, .searchMailConfirm p {
	padding-bottom: 10px;
}

/* この建物の空室一覧へ */
.section .searchDetailVacantRoomBtn a{
	background-image: url( "/rent/common/img/search_btn_vacantRoomList.jpg" );
}
#pt2AllContact{
	background:url("/rent/common/img/pt2contact_bar02.jpg") 0px no-repeat;
	height: 64px;
	margin: 5px 5px 0 5px;
	padding: 8px 0 0 80px;
}
#orange01 , #pt2AllContactTel {
	color: #FF0000 !important;
}
#pt2AllContactTel {
	background: url("/rent/common/img/pt2contact_bar03.jpg") no-repeat  5px center;
	font-weight: bold;
	height: 82px;
	line-height: 210%;
	padding: 52px 5px 0 290px;
}

/* 右サイド
-------------------------------------------------- */
#asideFixedBox {
	background: #fff;
	position: relative;
	width: 230px;
}
#sideArrow {
	height: 29px;
	left: -20px;
	position: absolute;
	top: 16px;
	width: 30px;
}

#pt2RightBox {
	background:  #fff;
	border: #CCC 2px solid;
	border-top:none;
}
.pt2RightTit.tel {
	background: url("/rent/common/img/search_icon_side01.gif") no-repeat 10px 10px #DBF4D6 ;
	margin: 0 0 5px !important;
}
.pt2RightTit.mail {
	background: url("/rent/common/img/search_icon_side02.gif") no-repeat 10px 10px #DBF4D6 ;
}
.pt2RightTit.hikaku {
	background: url("/rent/common/img/search_icon_side03.gif") no-repeat 10px 10px #DBF4D6 ;
}

.pt2RightTit.qrcode{
	background: url("/rent/common/img/search_icon_side04.gif") no-repeat 10px 10px #DBF4D6 ;
}

.side_inner04.qr{
	padding-bottom: 10px;
	text-align: center;
}

.pt2RightTit {
	border-bottom: 1px solid #DDD;
	border-top: 1px dotted #DDD;
}
.pt2RightTit {
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding:10px 0 10px 45px;
    margin:10px 0;
    border-top:#bddfb6 1px solid;
    border-bottom:#bddfb6 1px solid;
}
.pt2Tel {
	color: #de0500;
	font-weight: bold;
	/* padding: 5px 0; */
	text-align: center;
}
.pt2Number {
	background: #666666;
	color: #fff;
	/* margin: 0 10px 5px; */
	padding: 3px 5px;
	text-align: center;

}
#pt2RightBox .pt2Number {
	margin: 0 10px 5px;
}
#pt2RightBox .pt2MenuList {
	margin: 0;
	padding: 0 0 10px 5px;
}
#pt2RightBox .pt2MenuList li {
	float: left;
	padding: 4px;
}

.pt2Number span {
	font-weight: bold;
	line-height: 120%;
}
/* 物件情報をメールに送る
----------------------------------*/
.searchMailWindowBody .searchMailWindow {
  background: #FFF;
  border-color: #0F3576;
  -moz-box-shadow: 3px 3px 3px #CCC;
  -webkit-box-shadow: 3px 3px 3px #CCC;
  border-style:solid;
  border-width:3px;
}
.searchMailWindowBody .searchMailWindow .searchMailWindowInner, .searchMailWindowBody02 .searchMailWindow02 .searchMailWindowInner02 {
  border: 1px dotted #CCC;
  background: #F7FAFA;
}

.searchMailWindowBody02 .searchMailWindow02 {
	top: 105px !important;
}
.searchMailWindowBody .searchMailWindow {
	top: -14px;
}

/* 取り扱い不動産会社
----------------------------------*/
.pt2ShopInfoPhoto{
	float:left;
	width:246px;
	height:236px;
	overflow:hidden;
	position:relative;
	border:1px solid #FFF;
	background:#F6F6F6;
	box-shadow:0 0 0 1px #CCC ;
}
.pt2ShopInfoPhoto img{
	width:auto;
	max-width:100%;
	max-height:258px;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.pt2ShopInfoDetail .tbl_pt2MainItemInfo{
	margin-top:0;
}

/* -------------------------------------------------------------
   募集終了画面
------------------------------------------------------------- */
.searchBldgDetailTbl,.searchDetailPhotoBody{
	background:#FFF;
}
.section .searchBarIcoPFolder{
	color:#FFF;
}
.searchBldgDetailTbl {
	margin-bottom:10px;
}
/*
.searchBldgDetailTbl tr {
	background:url(/rent/common/img/dot.gif) repeat-x bottom;
}
*/
.searchBldgDetailTbl th,.searchBldgDetailTbl td{
  background-image:url(/rent/common/img/dot.gif);
  background-repeat:repeat-x;
  background-position:bottom;
}
.section .searchBldgDetailTbl table td, .section .searchBldgDetailTbl02 table td {
  vertical-align: top;
  text-align: left;
  padding: 16px 0 4px 0;
  font-size: 93%;
}
/*
.searchBldgPhoto img{
	padding:3px;
	border:1px solid #CCC;
}
*/
.detailClosedAddress span{
	font-size:30px;
	font-weight:bold;
	margin-top:-40px;
}

/* -------------------------------------------------------------
   検討中画面
------------------------------------------------------------- */
.searchMainMenuTop p.searchMainMyList a,
.searchMainMenuBottom p.searchMainMyList a,
.searchMainMenuTop02 p.searchMainMyList a,
.searchMainMenuBottom02 p.searchMainMyList a {
	display:block;
	/*background:url(/rent/common/img/search_btn_mylist01.jpg) no-repeat 0 0;*/
	width:128px;
	height:30px;
	color:#333 !important;
	font-size:14px;
	font-weight:bold;
	padding:12px 0 0 0;
	border: 1px solid #CCC;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.15);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.15);
}
.searchMainMenuTop p.searchMainMyList a:hover,.searchMainMenuBottom p.searchMainMyList a:hover,
.searchMainMenuTop02 p.searchMainMyList a:hover,
.searchMainMenuBottom02 p.searchMainMyList a:hover {
	text-decoration:none;
	color:#999 !important;
	border-color: #EEE;

}
.searchArticleDetailTbl tr{
border-bottom: 1px dotted #ccc;
}
/*
.searchArticleDetailTbl td img{
	max-height:40px;
}
*/
.searchListPaging strong{
    font-weight: bold;
    color: #FF7F00;
}
/* -------------------------------------------------------------
   募集終了画面
------------------------------------------------------------- */
.detailClosedShopList{
	padding:20px;
	background:#FFF;
	border:solid #CCC 1px;
}

.detailClosedShopList span{
	font-size: 20px;
	color:#E20C00;
}

.detailClosedShopList .detailClosedShopName{
	font-size:20px;
	font-weight:bold;
}
.detailClosedShopList a{
	font-weight:bold;
	font-size:18px;
	color:#ff4575 !important;
}
div.slideshow span.image-wrapper{
	background:none;
}

.searchDetailClosedBox{
	background:url(/rent/common/img/img970_detailclose.png) no-repeat;
	width:970px;
	height:180px;
	margin:20px 0 10px 0;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}
.searchDetailClosedReqBnr{
	margin:10px auto;
	width:640px;
}
.detailClosedShopList span a{
    width: 500px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #E53167;
    line-height: 1.2;
}
/* -------------------------------------------------------------
   お問い合わせ画面 /* contact.cssへ移動する */
/*------------------------------------------------------------- */

#vacantRoomList.searchTitBar01{
	background-image: none!important;
	background-color: #1a9000;
}
#content .section .searchBarIcoCustomer{
	background: url("/rent/common/img/search_bar_icoCustomer.jpg") no-repeat!important;
	font-size: 123.1%;
	width:100%;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 48px;
	color:#FFF;
}

#content .searchArticleDetailTbl td,#content .searchArticleDetailTbl02 td{
    background-color: #FFF;
	padding:5px;
	border: 1px solid #CCC;

}
#content .searchArticleDetailTbl th,#content .searchArticleDetailTbl02 th{
    background: #EEE;
    border: 1px solid #CCC;
	padding:5px;
}
#content .searchArticleDetailTbl02{
border-collapse: collapse;
}
#content .searchArticleDetailTbl02 th,
#content .searchArticleDetailTbl02 td,
.searchArticleDetailTbl03 th,
.searchArticleDetailTbl03 td
{	background-position:top;
	background-repeat:repeat-x;
	padding: 10px;
}
.searchArticleDetailTbl02 tr:first-child th,.searchArticleDetailTbl02 tr:first-child td,
.searchArticleDetailTbl03 tr:first-child th,.searchArticleDetailTbl03 tr:first-child td{
background-image:none !important;
}

.searchBldgListBox .searchBldgDetailTbl table tr{
	/* background-image: url(/rent/common/img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}
.searchBldgListBox .searchBldgDetailTbl table th {
	background-image:url(/rent/common/img/search_bg_bldgDetail.gif) !important;
	background-position:center;
	background-repeat:none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
.searchBldgListBox .searchBldgDetailTbl table td{
	background-image:none;
	padding-left:10px;
}


/* 地図検索
-------------------------------------------------------------------------------- */
.srcMapBar{
	background:#1a9000 !important;
	border-radius:5px 5px 0px 0px;
}
.srcMapAreaName{
	color: #DE0500 !important;
	font-weight:bold;

}
#main a img{
	background:transparent;
}
.map_nav{
	background:#333 !important;
}
/* 棟詳細
 ----------------------------------------------------------------------------- */
.map_nav960 {
	background: #333;
	height: 53px;
	overflow: hidden;
	width: 970px;
}
.map_nav960 a img, .map_nav a img{
	background:transparent;
}
.map_nav960 a img:hover{
	opacity:0.75;
}
