@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :tenant.css
 style info :
このスタイルシートの構成
テナント募集ページのスタイル
=================================================================== */

/*----------------------------------------------------
	 テナント募集
----------------------------------------------------*/

.tenantBody .table-tenant {
	width:100%;
	margin:5px 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.tenantBody .table-tenant th,
.tenantBody .table-tenant td {
	padding:4px 10px 2px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.tenantBody .table-tenant {
	background-color:#fff;
}

.tenantBody .table-tenant th {
	width:80px;
	background-color:#FCEBE6;
	text-align:center;
}

.tenantBody .table-tenant td.cell {
	width:80px;
	background-color:#FBF4F3;
	text-align:center;
}


/*既存出店物件の概要*/

.tenantBody .table-tenant-existing {
	width:100%;
	margin:5px 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.tenantBody .table-tenant-existing th,
.tenantBody .table-tenant-existing td {
	padding:4px 10px 2px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}

.tenantBody .table-tenant-existing {
	background-color:#fff;
}


.tenantBody .table-tenant-existing th {
	width:13%;
	background-color:#FCEBE6;
	text-align:center;
}


.tenantBody .table-tenant-existing th.shop-name {
	width:20%;
}

.tenantBody .table-tenant-existing th.area {
	width:15%;
}







/*情報提供・お問い合わせ*/

.tenantBody .reference dl{
margin-bottom:10px;
}

.tenantBody .reference dt{
font-weight:bold;
background:transparent url("../img/cmn/icon_sttls_or.gif") no-repeat 0 3px;
padding-left:16px;
vertical-align: middle;
}

.tenantBody .reference dd{
text-indent:16px;
}




/*テナント募集一覧表*/

.tenantBody .table-tenant-detail {
	width:100%;
	margin:5px 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.tenantBody .table-tenant-detail th,
.tenantBody .table-tenant-detail td {
	padding:4px 10px 2px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.tenantBody .table-tenant-detail {
	background-color:#fff;
}

.tenantBody .table-tenant-detail th {
	width:120px;
	background-color:#FCEBE6;
	text-align:left;
}

.tenantBody .table-tenant-detail td.cell {
	width:120px;
	background-color:#FBF4F3;
	text-align:left;
}

.tenantBody .table-tenant .page-Link {
	margin:0 -15px 0 0;
	padding:0;
}

.tenantBody .table-tenant .page-Link li {
	float:left;
	margin-right:15px;
}

.tenantBody .table-tenant .page-Link li a{
	padding-left: 20px;
	vertical-align: middle;
	background:url("../img/cmn/icon_arrow_s_or.jpg") center left no-repeat;
}

.tenantBody .illustration01 {
	width:516px;
	margin:0 auto;
}

.tenantBody .illustration02 {
	width:545px;
	margin:0 auto 20px;
}

.tenantBody .illustration03 {
	width:400px;
	margin:0 auto;
}



