@charset "utf-8";


/* 梅田周辺のビル位置地図 開始 */
div#contents div#map {
	width: 710px;
	height: 500px;
	margin-bottom: 10px;
}
/* 梅田周辺のビル位置地図 終了 */

/* 梅田周辺のビル情報 開始 */
div#contents div#bldinfo {

}

div#contents div#bldinfo table.data {
	padding: 0px;
	float: left;
	width: 350px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#contents div#bldinfo table.data th {
	text-align: left;
	vertical-align: middle;
	font-size: 131%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #FFFFFF;
	background-color: #003399;
}

div#contents div#bldinfo table.data th img {
	vertical-align: bottom;
	margin-right: 5px;
}

div#contents div#bldinfo table.data td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#contents div#bldinfo table.data td.main {
	text-align: left;
	background-color: #ECECFF;
	padding: 2px;
}

div#contents div#bldinfo table.data td.photo {
	width: 120px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	height: auto;
}

div#contents div#bldinfo table.data td.info {
	padding: 0px;
	vertical-align: top;
	width: 210px;
}

div#contents div#bldinfo table.data td.info table {
	padding: 0px;
	width: 100%;
}

div#contents div#bldinfo table.data td.info table th {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 100%;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 1px;
	float: none;
	text-align: right;
	white-space: nowrap;
}

div#contents div#bldinfo table.data td.info table th.main {
	background-color: #ECECFF;
}

div#contents div#bldinfo table.data td.info table td {
	padding: 1px;
}

div#contents div#bldinfo table.data td.info table td.main {
	background-color: #ECECFF;
}

div#contents div#bldinfo table.data td.info p.link {
	padding: 0px;
	text-align: right;
}

/* 梅田周辺のビル情報 終了 */
