@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;
}
#content {
	width: 980px;
	margin: 50px auto;
}

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

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

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

/* hoverでアニメ透過 */
.searchMainSubmit p a:hover, .searchMainSubmit02 p a:hover, .searchSideMenuBottom p a:hover, .searchSideSubmit a:hover,
.column01 .searchArticleListMenu li a:hover,
.searchMainMenuTop p.searchMainContact a:hover, .searchMainMenuBottom p.searchMainContact a:hover, .searchMainMenuTop02 p.searchMainContact a:hover, .searchMainMenuBottom02 p.searchMainContact a:hover,
.search_main_roomListMenu .searchMainContact a:hover,
.column01 .searchRoomList table td .searchRoomListDetail a:hover,
.section .searchArticleDetailTbl table td .searchRoomListDetail a:hover,
.column01 .searchArticleDetailTbl table td .searchRoomListDetail a:hover,
.sRBtnContact a:hover,.sRBtnDetail a:hover
{
	filter:alpha(opacity=70);/* FOR IE */
	opacity:0.70;/* FOR FF */
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* 余白設定 */
.width-25per { width: 25%; }
.width-75per { width: 75%; }

/* -------------------------------------------------------------
   都道府県選択画面
-------------------------------------------------------------------------------- */

/* 見出しのバー
----------------------------------------------------------------------------- */
.searchTitBar01{
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
	text-align: center;
	padding: 2px 0 0 14px;
	margin: 0 0 50px 0;
	position: relative;
}
.searchTitBar01:after {
	position: absolute;
	bottom: -10px;
	left: 48%;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #ea2964;
}

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

.searchListCat li {
	padding: 5px 10px 5px 15px;
	float:left;
	width:220px;
}
.listTypeChk li {
	background-image:none;
	padding-left:10px;
}

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

/* 検索ボタン */
.section .searchMainSubmit {
	width:200px;
	margin:30px auto 50px;
	text-align:center;
}
.searchMainSubmit p a,
.searchMainSubmit02 p a,
.searchSideMenuBottom p a,
.searchSideSubmit a {
	display:block;
	width:200px;
	height:34px;
	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(/chintai/search/common/img/search_menu_submitButton.jpg) no-repeat 0 -44px;
*/
	background-position: left bottom;
	text-decoration:none;
}

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

.searchAddList{
	background: #fff;
	margin: 20px auto;
	padding:10px 14px;
	border: 1px solid #CCC;
}
.searchAddList tr{
	background: url(/chintai/search/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:195px;
	margin: 3px 0;
}

.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:15px;
}

.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: #00397C;
	width: 200px;
	height: 34px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF !important;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.searchMainSubmit p a:hover, .searchMainSubmit02 p a:hover, .searchSideMenuBottom p a:hover, .searchSideSubmit a:hover{
/*
	background: url(/chintai/search/common/img/search_menu_submitButton.jpg) no-repeat  0 -44px;
*/
	background-position: left bottom;
}

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


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

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

.searchCondition {
	width: 718px;
	margin-top: 20px;
	background: #EFEFEF;
}
.searchCondition ul {
	padding:10px;
}

.searchCondition ul li span {
	font-weight:bold;
}
.searchCondition .tit{
	float: left;
	width: 100px;
	height: 22px;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
}

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

/* 物件一覧ソート（並び替え）
----------------------------------------------------------------------------- */
.searchSortList {
	margin:10px 0;
	padding:10px 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:35px;
	margin-right:1px;
}
.column01 .searchArticleListMenu li a {
	background: #EFEFEF;
	width:128px;
	height:20px;
	padding: 5px 0 10px;
	text-align:center;
	font-weight:bold;
	color:#333;
	display: block;
	border-radius: 5px 5px 0 0;		/* CSS3草案 */  
	-webkit-border-radius: 5px 5px 0 0;	/* Safari,Google Chrome用 */  
	-moz-border-radius:5px 5px 0 0;   /* Firefox用 */  
}
.column01 .searchArticleListMenu li.on a {
	color: #FFF !important;
	background: #696969;
}

/* 全ての物件にチェック
----------------------------------------------------------------------------- */
.column01 .searchMainMenuTop {
	margin:10px 0 0 0;
	padding-top:6px;
	width:720px;
	height:68px;
	background:url(/chintai/search/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(/chintai/search/common/img/search_main_articleMenuBg.png) no-repeat center bottom;
}
.searchMainMenuTop02,.searchMainMenuBottom02 {
	margin:10px 0 0 0;
	padding-top:6px;
	width:720px;
}

.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;
}
.searchMainMyList { margin-left: 20px; }

.searchMainMenuTop p.searchMainContact a,
.searchMainMenuBottom p.searchMainContact a,
.searchMainMenuTop02 p.searchMainContact a,
.searchMainMenuBottom02 p.searchMainContact a {
	background: #FF9226;
	display:block;
	width:500px;
	height:37px;
	color:#FFF !important;
	font-size: 1.1rem;
	font-weight:bold;
	padding:10px 0 0 0;
	border-radius: 5px;		/* CSS3草案 */  
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
/* 物件一覧 */

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

.searchRoomName {
	position:relative;
	background: #ea2964;
	width:696px;
	height:26px;
	padding: 10px;

}

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

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

ul.searchRoomTypeList {
	position:absolute;
	top:12px;
	right:15px;
}

ul.searchRoomTypeList li {
	float:left;
}

.searchRoomBuildType {
	border: 1px solid #F1F1E2;
	background: #FFF;
	color: #725F00;
	height: 16px;
	margin-right: 10px;
	padding: 2px 10px;
	font-size: 0.65rem;
	font-weight: bold;
}
.searchMyListBody img {
	vertical-align: top;
}

.searchRoomAddMyList {
}
.searchRoomListInfo{
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-right: 4px solid #ea2964;
	border-bottom: 4px solid #ea2964;
	border-left: 4px solid #ea2964;

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

.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: 20px 0 0 20px;
}

.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: 442px;
	padding: 20px;
}

.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:20px;
}

.searchRoomBtnList li a {
	display:block;
	color:#FFF !important;
	text-align: center;
	width:170px;
	height:23px;
	margin-top:5px;
	padding: 10px 20px;
	font-weight:bold;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

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

.sRBtnContact a {
	background: #FF7F00;
}
.sRBtnDetail a {
	background: #003B7D;
}
/* ページ上部内部リンク */
.serchTopAreaTit {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #ea2964;
	height: 28px;
	padding-top: 8px;
	border-radius: 5px 5px 0 0;
}
.searchTopAreaWrap {
	font-size: 14px;
	border: 5px solid #ea2964;
	margin-bottom: 20px;
	padding: 20px;
}
.searchTopAreaWrap .searchSideCat, .searchCmtBox .searchSideCat {
	margin: 10px 0;
}
.searchTopAreaLinkList {
	width: 100%;
	overflow: hidden;
}
.searchTopAreaLinkList li {
	font-size: 14px;
	margin-right: 10px;
	float: left;
}
.searchTopAreaLinkList li:after {
	content: "|";
	margin: 0 0 0 10px;
}
.searchTopAreaLinkList li:last-child:after {
	content: none;
}

/* ページボトム説明テキスト */
.searchBottomTextBox {
	border: 3px solid #EA2964;
	margin-bottom: 50px;
	padding: 30px 30px 30px 100px;
	box-sizing: border-box;
	position: relative;
}
.searchBottomCheckTit {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 65px;
	padding: 35px 0 0 0;
	border-radius: 100%;
	background: #EA2964;
	position: absolute;
	top: -20px;
	left: -20px;
}
.searchBottomCheckTit span{
	position: relative;
	top: 4px;
	left: 0px;
}
.searchBottomMainTit {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	border-bottom: 3px solid #EA2964;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.searchBottomMainTit .english {
	color: #00397B;
	font-size: 12px;
	font-weight: bold;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	margin: 0 0 0 20px;
	letter-spacing: 0.05rem;
}
.searchBottomAreaTxt {
	font-size: 14px;
	letter-spacing: 0.15rem;
}

/* 左サイド
----------------------------------------------------------------------------- */
#sideMenu1st, #sideMenu2st, #sideMenu3st, #sideMenu4st {
	font-size: 0.85rem;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
}
#sideMenu2st .searchSideMenu div {
	border-top: 1px dotted #CCC;
}
.column02 .sideMenuTit {
	background:#EFEFEF;
	height:20px;
	padding:12px 14px 10px 14px;
	font-weight:bold;
}

.searchSideMenu {
}
.searchSideCat {
	border-left: 4px solid #ea2964;
	margin: 10px 0 10px 10px;
	padding: 0 10px;
	font-weight:bold;
}

.searchSideCat02 {
	font-weight: bold;
	border-top: 1px dotted #CCC;
	padding: 5px 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 {
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}

.searchSideMenuBottomSml {
	background:url(/chintai/search/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;
	overflow: hidden;
}


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

.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;
}
.searchCmtBox p {
	font-size: 0.85rem !important;
}
.ftrTxtStList {
	font-size: 0.75rem;
}
.ftrTxtKodawari li .title {
	font-size: 0.85rem;
}
.ftrTxtKodawari li .title a {
	font-weight: bold;
}
.ftrTxtKodawari li .txt {
	font-size: 0.75rem;
}
/* -------------------------------------------------------------
   部屋一覧
------------------------------------------------------------- */

.column01 .searchBldgList {
	border-right: 5px solid #EA2864;
	border-bottom: 5px solid #EA2864;
	border-left: 5px solid #EA2864;
	padding: 20px;
	background: #FFF;

}
.column01 .searchBldgListTit {
	height: 24px;
	margin-top: 50px;
	padding: 10px;
	background: #EA2864;
}
.column01 .searchBldgListTit a{
	font-weight: bold;
	color:#FFF !important;
	text-decoration: underline !important;
}
.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;
	padding: 5px;
}

.column01 .searchBldgDetailTbl {
	float: left;
	width: 516px;
	margin: 0 0 0 20px;

}
/*
.column01 .searchBldgDetailTbl tr {
	background:url(/chintai/search/common/img/dot.gif) repeat-x bottom;
}
*/
.column01 .searchBldgDetailTbl table {
	width:516px;
}

.column01 .searchBldgDetailTbl table th,
.column01 .searchBldgDetailTbl table td {
	font-size: 0.75rem;
	padding: 8px 4px 8px 0;
}

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

.section .searchBldgDetailTbl {
}

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

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

.column01 .searchRoomList table th {
	background: #EFEFEF;
	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(/chintai/search/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(/chintai/search/common/img/search_btn_myList03.jpg) no-repeat 0 -48px;
}

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

.column01 .searchRoomList table td .searchRoomListMyList a:hover {
	background:url(/chintai/search/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(/chintai/search/common/img/search_btn_detail02.jpg) no-repeat 0 0;
	width:82px;
	height:0;
	padding-top:24px;
	overflow:hidden;
	color:#FFF;
}

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

.search_main_roomListMenu .searchMainMenuChk {
	float:left;
	width:110px;
	padding-top:7px;
	text-align:center;
	font-weight:bold;
	font-size:0.7rem;
}

.search_main_roomListMenu .searchMainContact {
	padding: 9px 0 0;
	float:left;
}

.search_main_roomListMenu .searchMainContact a {
	background: #ff9226;
	display:block;
	width:190px;
	height:27px;
	color:#FFF !important;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 5px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}

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

.section .searchBarDetail {
	height:24px;
	margin:20px auto;
	padding:10px 10px 8px 24px;
	font-weight:bold;
	border-left: 4px solid #ea2964;
}

.section .searchBarIcoPFolder {
}

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

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

.section .searchBarIcoBldg {
}

.section .searchBarIcoCustomer {
}

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

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

.section .searchArticleDetailContact a {
	display:block;
	background:url(/chintai/search/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(/chintai/search/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(/chintai/search/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 {
	text-decoration:none;
}

#searchContactComplete {
	background:url(/chintai/search/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:362px;
	float:right;
}

.section .searchDetailVacantRoomBtn {
	float:left;
	width:220px;
	height:33px;
}

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

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

.section .searchDetailMenuBtn {
	float:left;
	width:100px;
	height:33px;
	padding:0 0 0 10px;
}

.section .searchDetailMenuBtn a {
	display:block;
	width:130px;
	height:27px;
	padding-top:4px;
	font-weight:bold;
	text-align:center;
	color:#333;
	border: 1px solid #CCC;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}

.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(/chintai/search/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(/chintai/search/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(/chintai/search/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 {
	}
.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: #EFEFEF;
	padding: 20px;
}
.section .searchBldgDetailTbl table{
	margin:20px 0;
	border-top:1px #CCC dotted;
}
.section .searchBldgDetailTbl table,
.section .searchBldgDetailTbl02 table {
	width:100%;
}
.section .searchBldgDetailTbl table th,
.section .searchBldgDetailTbl table td {
	/* background:url(/chintai/search/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(/chintai/search/common/img/search_bg_bldgDetail.gif) no-repeat top center;
	height:18px;
	margin:9px 0;
	padding:5px 0;
	font-size: 0.7rem;
	font-weight:bold;
}
.detailRoomImgSize {
	width: 175px;
	float: left;
	font-size: 0.75rem;
}
.detailRoomImgSize a {
	width: 175px;
	height: 125px;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	float: left;
}
.detailRoomImgMaxSize {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

/* 空室情報、取り扱い不動産会社 */
.column01 .searchArticleDetailTbl table, .section .searchArticleDetailTbl table, .section .searchArticleDetailTbl02 table, .section .searchArticleDetailTbl03 table, .section .searchArticleDetailTbl04 table {
	font-size: 0.85rem;
	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 {
}
.searchBarDetail1 {
	font-size: 1.5rem;
	letter-spacing: 0.3rem;
	margin: 0 0 50px;
	padding: 2px 0 0 14px;
	position: relative;
	text-align: center;
}
.searchBarDetail1:after {
	background-color: #ea2964;
	bottom: -10px;
	content: "";
	height: 3px;
	left: 48%;
	position: absolute;
	width: 50px;
}
.searchBarDetail1 a {
	color: #333 !important;
	font-weight: bold;
}

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

#pt2SearchTxt {
	font-size: 0.85rem;
	font-weight: bold;
	margin: 0 0 50px 0;
	padding: 20px 20px 20px 110px;
	background: #EFEFEF url("/chintai/search/common/img/search_icon_point.png") 20px 20px no-repeat;
	min-height: 30px;
}
.pt2SearchBox {
}

#pt2MainPhotoBox {
	float: left;
	margin-right: 20px;
	width: 405px;
}
#pt2MainPhotoBox > p{
	margin-bottom: 20px;
}

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

.tbl_pt2MainItemInfo {
	font-size: 0.85rem;
	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 #EFEFEF;
	border-bottom: 1px solid #CCC;
	border-right: 1px dotted #CCC;
}
.tbl_pt2MainItemInfo td{
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.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;
	padding:0;
	margin: 10px 0 18px 0;
	width:467px;
}

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

/*.pt2Section */
.pt2Section{ *overflow:hidden; }
.searchBarDetail {
	border-left: 4px solid #ea2964;
	font-weight: bold;
	margin: 20px auto;
	padding: 10px 10px 10px 24px;
}

.searchBarDetail span {
	color: #f00;
}


/* VR内見
----------------------------------------------------------------------------- */
.pt2Section iframe{
	width: 100%;
}

.pt2VrWrap {
	background: #EFEFEF url("../img/img177_common_01.png") no-repeat 20px center / 100px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 140px;
}
.pt2VrTxt {
	background: url("../img/img255_common_01.png") no-repeat left center / 50px;
	margin: 0 0 10px;
	padding: 0 0 0 70px;
}
.pt2VrViewBtn {
	padding: 0 0 0 70px;
}
.pt2VrViewBtn a {
	color: #FFF!important;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0 0 10px;
	padding: 5px 0 8px;
	background: #EA2964;
	border-radius: 5px;
	box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.3) inset;
	display: inline-block;
}
.pt2VrSumaho {
	overflow: hidden;
}
.pt2VrSumaho p {
	color: #EA2964;
	font-weight: bold;
	display: inline-block;
}
.pt2VrInput {
	color: #999;
	font-weight: normal;
	width: 300px;
	padding: 0.5em;
	outline: none;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pt2VrInput:focus {
	-webkit-box-shadow: 0 0 7px #00aeef;
	box-shadow: 0 0 7px #00aeef;
	border: 1px solid #00aeef;
}
#pt2VrSendBtn {
	color: #FFF!important;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 5px 16px 8px;
	background: #EA2964;
	border-radius: 5px;
	box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.3) inset;
	display: inline-block;
	cursor: pointer;
}


/* 写真 */

#pt2PhotoBox li, #pt2MorePhotoBox li {
	float: left;
	height: 185px;
	margin: 0 20px 20px 0;
	text-align: center;
	width: 226px;
	font-size: 0.75rem;
}

.pt2MorePhoto {
	text-align: center;
	width: 100%;
	margin-top:20px;
}
#pt2PhotoBox p,#pt2MorePhotoBox p{
	width: 226px;
	height: 160px;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
#pt2PhotoBox img,#pt2MorePhotoBox img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}


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

/* 簡単お問い合わせ */
#kantan_contact{
}
#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{
}
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: 0.75rem;
}

.searchMailChk {
	font-size: 0.85rem;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0 auto 20px;
	padding: 20px;
	background: #EFEFEF;
	text-align: center;
}

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

/* この建物の空室一覧へ */
.section .searchDetailVacantRoomBtn a{
	color: #FFF !important;
	background: #003B7D;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
#pt2AllContact{
	background:url("/chintai/search/common/img/pt2contact_bar02.jpg") 0px no-repeat;
	height: 64px;
	margin: 10px 0 5px;
	padding: 8px 0 0 80px;
}
#orange01 , #pt2AllContactTel {
	color: #FF0000 !important;
}
#pt2AllContactTel {
	background: url("/chintai/search/common/img/pt2contact_bar03.jpg") no-repeat;
	font-weight: bold;
	height: 84px;
	line-height: 210%;
	padding: 50px 5px 0 310px;
}

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

#pt2RightBox {
	background:  #fff;
	border: #CCC 1px solid;
	border-top:none;
}
.pt2RightTit.tel {
	background: url("/chintai/search/common/img/search_icon_side01.gif") no-repeat 10px 10px #EFEFEF ;
	margin: 0 0 5px !important;
}
.pt2RightTit.mail {
	background: url("/chintai/search/common/img/search_icon_side02.gif") no-repeat 10px 10px #EFEFEF ;
}
.pt2RightTit.hikaku {
	background: url("/chintai/search/common/img/search_icon_side03.gif") no-repeat 10px 10px #EFEFEF ;
}
.pt2RightTit.qrcode {
	background: url("/chintai/search/common/img/search_icon_side04.gif") no-repeat 10px 10px #EFEFEF ;
}
.side_inner04.qr{
	text-align: center;
	padding-bottom:10px;
}
.pt2RightTit {
	font-size: 0.85rem;
	font-weight: bold;
	height: 20px;
	padding:10px 0 10px 45px;
	margin:10px 0;
}
.pt2Tel {
	color: #de0500;
	font-weight: bold;
	/* padding: 5px 0; */
	text-align: center;
}
.pt2Number {
	background: #222;
	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;
}

/* 取り扱い不動産会社
----------------------------------*/
.pt2ShopInfoPhoto{
	float:left;
	width:250px;
	margin: 0 20px 0 0;
}
.pt2ShopInfoDetail {
	float: left;
	width: 450px;
}
.pt2ShopInfoDetail .tbl_pt2MainItemInfo{
	width: 100%;
	margin-top:0;
}

/* -------------------------------------------------------------
   募集終了画面
------------------------------------------------------------- */
.searchBldgDetailTbl,.searchDetailPhotoBody{
	background:#FFF;
}
.section .searchBarIcoPFolder{
}
.searchBldgDetailTbl {
	margin-bottom:10px;
}
/*
.searchBldgDetailTbl tr {
	background:url(/chintai/search/common/img/dot.gif) repeat-x bottom;
}
*/
.searchBldgDetailTbl th,.searchBldgDetailTbl td{
	background-image:url(/chintai/search/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: 15px 0 15px 15px;
	font-size: 0.85rem;
}
/*
.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(/chintai/search/common/img/search_btn_mylist01.jpg) no-repeat 0 0;
	width:130px;
	height:32px;
	color:#333 !important;
	font-size:14px;
	font-weight:bold;
	padding:12px 0 0 0;
}
.searchMainMenuTop p.searchMainMyList a:hover,.searchMainMenuBottom p.searchMainMyList a:hover,
.searchMainMenuTop02 p.searchMainMyList a:hover,
.searchMainMenuBottom02 p.searchMainMyList a:hover {
	text-decoration:none;
}
.searchMainMenuBottom {
	margin: 30px 0 0;
}
.searchArticleDetailTbl tr{
border-bottom: 1px dotted #ccc;
}
/*
.searchArticleDetailTbl td img{
	max-height:40px;
}
*/
.searchListPaging strong{
	font-weight: bold;
	color: #ea2964;
}
/* -------------------------------------------------------------
   募集終了画面
------------------------------------------------------------- */
.searchDetailPhotoBody #thumbs li {
	font-size: 0.75rem;
	float: left;
	text-align: center;
}
.searchDetailPhotoBody #thumbs .imgBox {
	overflow: hidden;
	width: 150px;
	height: 100px;
	padding: 10px;
	position: relative;
	margin: 0 0 5px;
	
}
.searchDetailPhotoBody #thumbs .imgBox a {
	border: none;
	float: none;
	height: initial;
	width: initial;
}
.searchDetailPhotoBody #thumbs .imgBox img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-height: initial;
	max-width: initial;
}
.detailClosedShopList{
	padding:20px;
	background:#FFF;
	border:solid #CCC 1px;
}
.detailClosedShopList .detailClosedShopName{
	font-size:20px;
	font-weight:bold;
}
.detailClosedShopList a{
	font-weight:bold;
	font-size:18px;
	color:#ff4575 !important;
}
.detailClosedShopList span p {
	color: #de0500;
	font-size: 1.9rem;
	font-weight: bold;
}
div.slideshow span.image-wrapper{
	background:none;
}

.searchDetailClosedBox{
	background:url(/chintai/search/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;
}
/* -------------------------------------------------------------
   お問い合わせ画面 /* contact.cssへ移動する */
/*------------------------------------------------------------- */

#vacantRoomList.searchTitBar01{
}
#content .section .searchBarIcoCustomer{
}

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

}
#content .searchArticleDetailTbl th,#content .searchArticleDetailTbl02 th{
	background: #EFEFEF;
	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(/chintai/search/common/img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}
.searchBldgListBox .searchBldgDetailTbl table th {
	background-image:url(/chintai/search/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;
}

/*******************************************************************************
**	テナント
*******************************************************************************/