@charset "utf-8";

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
//	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background:#ecf3d6;
}

/***************************
 * 住所検索用
 ***************************/
div.zipSearchWin {
	position : absolute;
	display : inline-block;
	background : #fff;
	padding : 3px;
	behavior : url(/jushinryo/js/PIE.htc);
	border-radius : 5px;
	box-shadow : 2px 2px 4px #ccc;
	border-collapse : separate; /*テーブル内box-shadow表示（IE）*/
	color : #333;
	z-index : 1499 !important;
	left : -5px;
	top : 26px;
}

div.zipSearchWin ul {
	position : relative;
	behavior : url(/jushinryo/js/PIE.htc);
	border-radius : 4px;
	padding : 10px 6px 6px;
	border : 3px solid #95b631;
	z-index : 1500 !important;
}

div.zipSearchWin li {
	width : 20em;
	margin : 2px 0 0 0;
	line-height : 0 !important;
	z-index : 1501 !important;
}

div.zipSearchWin li a {
	display : block !important;
	padding : 0 6px;
	color : #666;
	text-decoration : none;
	line-height : normal !important;
	zoom : 1 !important;
}

div.zipSearchWin li a:hover {
	background : #ecf3d6;
}

div.zipSearchWin li:first-child {
	width : 17.5em;
	margin : 5px 0 8px;
	padding-right : 0 !important;
	font-size : 16px;
	font-weight : bold;
	text-align : center !important;
}

div.zipSearchWin li:first-child img {
	margin : 0 5px 2px 0;
	vertical-align : middle;
}

/***************************
 * 住所検索用2
 ***************************/
div.zipSearchWin2 {
	position : absolute;
	display : inline-block;
	background : #fff;
	padding : 3px;
	behavior : url(/jushinryo/js/PIE.htc);
	border-radius : 5px;
	box-shadow : 2px 2px 4px #ccc;
	border-collapse : separate; /*テーブル内box-shadow表示（IE）*/
	color : #333;
	z-index : 1499 !important;
	left : -5px;
	top : 26px;
}

div.zipSearchWin2 ul {
	position : relative;
	behavior : url(/jushinryo/js/PIE.htc);
	border-radius : 4px;
	padding : 10px 6px 6px;
	border : 3px solid #95b631;
	z-index : 1500 !important;
}

div.zipSearchWin2 li {
	width : 20em;
	margin : 2px 0 0 0;
	line-height : 0 !important;
	z-index : 1501 !important;
}

div.zipSearchWin2 li a {
	display : block !important;
	padding : 0 6px;
	color : #666;
	text-decoration : none;
	line-height : normal !important;
	zoom : 1 !important;
}

div.zipSearchWin2 li a:hover {
	background : #ecf3d6;
}

div.zipSearchWin2 li:first-child {
	width : 17.5em;
	margin : 5px 0 8px;
	padding-right : 0 !important;
	font-size : 16px;
	font-weight : bold;
	text-align : center !important;
}

div.zipSearchWin2 li:first-child img {
	margin : 0 5px 2px 0;
	vertical-align : middle;
}