/*********  rdtsEJB  *********/
div .popupArea {
	position: relative;
	z-index: 10;
}

/*（店所リスト定義)*/
UL.tenshoPopup{
	position:absolute;
	background-color:#eff1ff;
	border:1px solid #AAAAff;
	margin:1px;
	padding-left:1px;
	top:0px;
	left:0px;
	height:125px;
	width:260px;
	font-size:14px;
	z-index:10;
	line-height:18px;
	overflow:auto;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	border-radius: 0.6em;
}

div.flickSimple ul.tenshoPopup{
	overflow: hidden;
	height: 300px;
}

/*（エラーリスト定義)*/
UL.errorTenshoPopup{
	position:absolute;
	background-color:#eff1ff;
	border:1px solid #AAAAff;
	margin:1px;
	padding-left:1px;
	top:-0px;
	left:0px;
	height: 120px;
	width:260px;
	font-size:14px;
	z-index:10;
	line-height:18px;
	overflow:auto;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	border-radius: 0.6em;
}

div.flickSimple{
	top: 0;
	left: 0;
	height: 130px;
	width: 295px;
	overflow:hidden;
	position: absolute;
}

UL#errorTenshoPopupNiokurinin{
	top: 2px;
	Bottom: auto;
}
UL#errorTenshoPopupTodokesaki{
	top: 2px;
	bottom: auto;
}

li a.closeTenshoPopupMenu{
	/*(ポップアップリストclose定義)*/
	font-size:16pt;
	font-weight:900;
	color:#ffffff !important;
	background-color:#DD3355;
	border:1px solid #ffffff;
	float:right;
	margin:-3px 5 0 3px;
	text-align:center;
	text-decoration:none;
	width: 19px;
}

a.closeTenshoPopupMenu:hover{
	color:#fefefe;
	background-color:#FF3355;
	text-decoration:none;
}
li a.tenshoList{
	/*(漢字住所リスト定義)*/
	margin-top:0px;
	padding-top:0px;
	margin-left:10px;
	margin-bottom:0px;
	margin-right:0px;
}

li a.tenshoList:hover{
	color:#111111;
	background-color:#aee1ee;
}


li.listValue{
	list-style-type: none;
	margin-left: -25px;
}
li.listAddrValue{
	list-style-type: none;
	margin-left: -30px;
}
:root li.errorListValue{
	float: left;
	text-align: left;
	font-size: 10pt;
	list-style-type: disc;
	margin-left: 2em;
}
/* (STR) 2016.10.17 K16-447 K.Koiwa */
.shukasakiDairinin,
.todokesakiDairinin,
.rinkobakoDairinin{
	margin-top:10px;
}
/* (END) 2016.10.17 K16-447 K.Koiwa */