@charset "utf-8";


/* ================================================================================
	1:入居者紹介 Tenant CSS
================================================================================ */

.main-section h1 {
	margin-bottom: 20px;
}

.sub-section {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 35px;
}

.inner-section {
	overflow: hidden;
	zoom: 1;
	margin-top: 15px;
	padding: 15px 20px;
	border-radius: 6px;
	border: 1px solid #C2C2C2;
}

.inner-section .head {
	overflow: hidden;
	zoom: 1;
}

.inner-section .head p {
	float: left;
	margin-top: 3px;
	margin-right: 1em;
	font-size: 14px;
}

.inner-section .head h3 {
	float: left;
	font-size: 18px;
	color: #334C4C;
}

.inner-section .head h3 a {
	color: #334C4C;
}

.inner-section .head .detail-link{
	position: relative;
	display: inline-block;
  margin-left: 1em;
  padding: 3px 5px;
  top: -3px;
  font-size: 11px;
  color: #334c4c;
}

.detail-link:before {
	content: ">";
	color: #334c4c;
	font-size: 11px;
}

.inner-section .lb {
	width: 135px;
	margin-top: 15px;
}

.inner-section .lb a img {
	border:#CCCCCC 1px solid;
}

.inner-section .rb {
	width: 505px;
	margin-top: 18px;
}

.inner-section .rb dl {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #696969;
	font-size: 14px;
}

.inner-section .rb dd {
	margin-left:110px;
}

.inner-section .rb dl:first-child dt {
	float:left;
	width:100px;
	text-align:right;
}

.inner-section .rb dl dt {
	float:left;
	width:100px;
	text-align:right;
}

.beforeDesc {
	text-align: right;
	color: #334c4c;
	font-size: 11px;
}
