/* serach.css */

.btn {
	width:90px;
	height:2em;
}

#head {
	background-color: #ffffff;
	width:100%;
	height:60px;
	border-bottom: 1px dotted #696969;
}

#span {
	display:none;
}

.foot {
	font-size:90%;
	color:#808080;
}

.font{
	font-weight: lighter;
}

img.img_left {
	float:left;
	vertical-align: middle;
	width:234px;
	height:48px;
	margin:4px 15px 0 15px;
}

div.clears {
	clear:both;
}

.btn {
	width:90px;
	height:2em;
}

table {
	font-size: 85%;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	border-collapse: collapse;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #696969;
	empty-cells: show;
}

td, th {
	border: 1px #696969 solid;
}

#s-1 {
	width: 120px;
	text-align: center;
	padding: 5px 0 5px 0;
}

.s-2 {
	width: 200px;
	height: 25px;
	text-align: center;
	white-space: nowrap;
}

#td {
	text-align: right;
	white-space: nowrap;
	font-size: 15px;
	padding: 0 5px 0 0;
	border-left: none;
}

.media {
	display: none;
}

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

.madori {
	position: absolute;
	top: 14px;
	left: 840px;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	border: 1px #CCCCCC solid;     /* 枠線の装飾 */
	background-color : #EDEDED;
	text-align : center;
	letter-spacing : 1px;
	padding-left : 0px;
	line-height : 2em;
	width : 95px;
	border-radius: 3px;		/* CSS3 */
	-moz-border-radius: 3px;		/* Firefox */
	-webkit-border-radius: 3px;		/* Safari,Chrome */
}
.photo {
	position: absolute;
	top: 14px;
	left: 725px;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	border: 1px #CCCCCC solid;     /* 枠線の装飾 */
	background-color : #EDEDED;
	text-align : center;
	letter-spacing : 1px;
	padding-left : 0px;
	line-height : 2em;
	width : 95px;
	border-radius: 3px;		/* CSS3 */
	-moz-border-radius: 3px;		/* Firefox */
	-webkit-border-radius: 3px;		/* Safari,Chrome */
}
a:link {
	color: #0000ff;
	text-decoration:none;
}
a:visited {
	color: #000080;
	text-decoration:none;
}
a:hover {
	color: #ff0000;
	text-decoration:none;
}
a:active {
	color: #ff8000;
	text-decoration:none;
}

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

img {
	border: none;
}
.Photo {
	position: relative;
	top: 0;
	left: 0;
	height: 75px;
}
.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;
}

/*----------------------------------------------
 cssだけで文字列を省略して「･･･」を付けて表示 
------------------------------------------------*/
div.address {
	width: 196px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
div.bus {
	width: 48px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
div.waik {
	width: 48px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
div.setsubi {
	width: 460px;
	text-align: left;
	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;
}
/* --------------------------------------------*/
