/*********  配達所要日数チェック  *********/
UL.gddErrorPopup{
	/*（ポップアップリスト定義)*/
	position:absolute;
	background-color:#eff1ff;
	border:1px solid #AAAAff;
	margin:1px;
	padding-left:1px;
	top:0px;
	left:50px;
	width: 400px;
	z-index:1;
	line-height:18px;
	overflow:auto;
	color:#cc0000;
}

li.gddListValue{
	clear:left;
	list-style-type:none;
}
div.gddExplanation{
	float:left;
	font-size:10pt;
	text-align:left;
}

UL.gddErrorPopup li.errorListValue{
	color: #000000;
	list-style-type: none;
	margin-left: 0;
}
UL.gddErrorPopup li.errorListValue ul.deliveryDate{
	margin-left: 1em;
}
UL.gddErrorPopup li.errorListValue ul.otherService{
	margin-left: 2.5em;
	padding: 0;
}
UL.gddErrorPopup li.errorListValue ul.otherService li{
	list-style-type: disc !important;
	float: none;
}