@charset "UTF-8";
/* CSS Document */

/**************************** オフィス賃貸・貸ホール ****************************/
#main_box ul#realestate_office div#l {
	float: left;
	width: 354px;
}
#main_box ul#realestate_office div#r {
	float: right;
	text-align: right;
	width: 260px;
	margin-bottom: 20px;
}
#main_box ul#realestate_office div#l p.l {
	float: left;
	width: 80px;
	font-weight: bold;
}
#main_box ul#realestate_office div#l p.r {
	float: left;
	width: 274px;
}

/* 貸ホール */
.hole-price table {
	width: 100%;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	margin-bottom: 10px;
}
.hole-price table th,
.hole-price table td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 10px;
}
.hole-price table th {
	background-color: #f5f5f5
}

.hole-rule li {
	list-style: decimal;
	margin-left: 15px;
}
.hole-rule li + li {
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}
.hole-rule li strong {
	display: block;
	margin-bottom: 5px;
}
.hole-rule li ul {
	width: auto !important;
	border: none !important;
	padding: 0 !important;
}
.hole-rule li ul li {
	list-style: decimal-leading-zero;
}
.hole-rule li ul li + li {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}