/*********  kissEJB  *********/
#alpha-inner .popupArea {
	position: relative;
}
#alpha-inner UL.kanjiAddressPopup{
	/*（ポップアップリスト定義)*/
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-color: #eff1ff;
	border: 1px solid #AAAAff;
	height: 100px;
	max-width: 550px;
	min-width: 80%;
	z-index: 1;
	overflow: auto;
}
a.closeKanjiAddressPopupMenu{
	/*(ポップアップリストclose定義)*/
	font-weight: bold;
	background-color: #DD3355;
	border: 2px solid #ffffff;
	float: right;
	margin: 0 0 0 3px;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
}
a.closeKanjiAddressPopupMenu:link{
	color: #ffffff;
}
a.closeKanjiAddressPopupMenu:visited{
	color: #ffffff;
}
a.closeKanjiAddressPopupMenu:hover{
	color: #fefefe;
	background-color: #FF3355;
}
li a.kanjiAddressList{
	/*(漢字住所リスト定義)*/
	margin-left: 10px;
}
li.listValue{
	list-style-type: none;
}
li.errorListValue{
	list-style-type: disc;
	margin-left: 2em;
}
/* K13-636 ADD:STR */
table.estimation .popupArea {
	position: relative;
}
table.estimation UL.kanjiAddressPopup{
	/*（ポップアップリスト定義)*/
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-color: #eff1ff;
	border: 1px solid #AAAAff;
	height: 100px;
	max-width: 550px;
	min-width: 80%;
	z-index: 1;
	overflow: auto;
}
/* K13-636 ADD:END */
/*
:root li.errorListValue{
	float: left;
	text-align: left;
	font-size: 10pt;
	list-style-type: disc;
	margin-left: 2em;
}
*/

