@charset "Shift_JIS";

dl.ListStyletrans {
	margin: 0 0 2px 10px;
	font-size: 90%;
}
dl.ListStyletrans dt {
	float: left;
	margin: 0 0 3px;
	padding: 0 0 0 15px;

	line-height: 1.35;
}

* html body div#PopUpContainer div#PopUpContents dl.ListStyletrans dt { position: relative; }

dl.ListStyletrans dd {
	margin: 0 0 3px;
	padding: 1px 0 1px 250px;
	line-height: 1.35;
}
dl.ListStyletrans dd.wlong{
	width: 160px;
	padding-left: 300px;
	text-align: right;
}
dl.ListStyletrans dd.wlong2{
	width: 170px;
	padding-left: 300px;
	text-align: right;
}
dl.ListStyletrans dd.wlong3{
	width: 50px;
	padding-left: 370px;
	text-align: right;
}
dl.ListStyletrans dt.dtType01{
	width: 280px;
}
dl.ListStyletrans dt.dtType02{
	width: 370px;
}
dl.ListStyletrans dd.type01{
	width: 50px;
	padding-left: 10px;
	float: left;
}
dl.ListStyletrans dd.type02{
	width: 160px;
	padding-left: 300px;
	text-align: right;
}
dl.ListStyletrans dt a,
dl.ListStyletrans dd a { line-height: 1.35; }

#confirmBody{
	z-index: 1005;
	height: 500px;
	width: 650px;
	position: fixed;
	top: 50%; /*top: 50px;*/
	left: 50%;
	transform: translate(-50%, -50%); /*margin-left: -350px;*/
	background: none repeat scroll 0% 0% #fff;
	padding: 20px 25px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #000000;
}

#confirm2{
	overflow-y: scroll;
	height: 480px;
	text-align: left;
}


#cover{
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1004;

	background-color: #000000;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */

}

/* add 2021.11.02 for responsive */
@media screen and (max-width: 767px) {
	#confirmBody{
	height: auto;
	width: 80%;
	max-width: 650px;
	}
	
	#confirm2{
	height: 300px;	
	}
}
