@charset "utf-8";
/* ------------------------------------
汎用
-------------------------------------*/
div.baloon {
	font-size: 11px;
	color: #900;
	padding-left: 5px;
	background: #fff;
	border: solid 1px #666;
}
div.baloon a {
	font-size: 12px;
	color: #fff;
	background-color: #888;
	font-weight: bold;
	font-family: 'MS Gothic', "Osaka";
	text-decoration: none;
	padding: 0 4px 0 4px;
	margin-right: 2px;
}
div.baloon a:hover {
	color: #666;
	background-color: #ccc;
}
div.baloon div {
	background: #fff;
	padding: 0 2px 0 0;
	white-space: nowrap;
}
/* ------------------------------------
物件問い合わせ用
------------------------------------ */
#toiawase div.baloon {
	font-size: 11px;
	color: #900;
	padding-left: 5px;
	background: #fff;
	border: solid 1px #666;
}
#toiawase div.baloon a {
	font-size: 12px;
	color: #fff;
	background-color: #888;
	font-weight: bold;
	font-family: 'MS Gothic', "Osaka";
	text-decoration: none;
	padding: 0 4px 0 4px;
	margin-right: 2px;
}
#toiawase div.baloon a:hover {
	color: #666;
	background-color: #ccc;
}
#toiawase div.baloon div {
	background: #fff;
	padding: 0 2px 0 0;
	white-space: nowrap;
}
