/* search_all.css*/

table.search_all{
	font-size: 85%;
	letter-spacing: 1px;
	text-decoration: none;
	border-collapse: collapse;
	border-width: 0px;
	border-style: solid;
	border-color: #cccccc;
	empty-cells: show;
	background-color: #FFFFFF;
 /*background-color: #FFF9FF;*/ /* 2011/04/16 追加 */
}

/* マウスを乗せると色が変わる */

/* [詳細を表示ボタンがオレンジの時 */
table.search_all:hover {
	background-color: rgb(255,245,236);
}

table.search_all td{
 white-space: nowrap;
 border-width: 1px;
 border-style: solid;
 border-color: #cccccc;
}

/*---------------------------------------------
 cssだけで文字列を省略して「･･･」を付けて表示
-----------------------------------------------*/
div.address {
	width: 196px;
	margin: 0 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
div.bus {
	width: 48px;
	margin: 0 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
div.waik {
	width: 48px;
	margin: 0 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
div.setsubi {
	width: 440px;
	font-size: 0.85em;
	color: #000080;
	margin: 0 0 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
div.construct {
	width: 98px;
	margin: 0 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/* -------------------------------------------- */

.center{
	text-align: center;
	padding: 3px 0;
}

.right{
	border-left: none;
}

.right a {
	display: block;
	margin: 3px auto 3px 75px;
	background: url("/cgi/chintai/images/btn003_02.gif") no-repeat;
	width: 97px;
	height: 22px;
	border: none;
}

span.guard_search_all{
	position: absolute;
	display: block;
	width: 95%;
	height: 95%;
	background-image: url("/cgi/chintai/images/spacer.gif");
}

span.htxt {
	color: #FFFFFF;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: none;
}

/*----------------------------------------------
CSS で画像ポップアップ
JavaScript を使わずに、CSS だけで拡大画像を表示
------------------------------------------------*/

img {
	border: none;
}
.photo {
	position: relative;
	top: 0;
	left: 0;
	height: 75px;
}
.photo .new {						/* 2012.07.14	Newアイコン追加	*/
	position: absolute;
	top: 2px; left: 5px;
}
.photo a .large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
.photo a.IMGPopup,
.photo a.IMGPopup:visited {
	display: block;
	height: 75px;
	top: 0;
	left: 0;
}
.photo a.IMGPopup:hover {
	background-color: #fff;
}
.photo a.IMGPopup:hover .large {
	display: block;
	position: absolute;
	width: 160px;
	height: 240px;
	top: 0;
	left: 120px;
}
