@charset "euc-jp";
#ModalInner{
	width:720px;
	height:500px;
	display:none;
	padding:20px;
	border:1px solid gray;
	border-radius:10px;
	background:#FFFFFF;
	position:fixed;
/*	position: absolute;*/
	z-index:1001;
	top:300px;
	left:50%;
}
#ModalBack{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	z-index:1000;
}


#ModalInner2{
	width:720px;
	height:500px;
	display:none;
	padding:20px;
	border:1px solid gray;
	border-radius:10px;
	background:#FFFFFF;
	position:fixed;
/*	position: absolute;*/
	z-index:1001;
	top:300px;
	left:50%;
}

#ModalBack2{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	z-index:1000;
}

#ModalInner3{
	width:580px;
	height:380px;
	display:none;
	padding:20px;
	border:1px solid gray;
	border-radius:10px;
	background:#FFFFFF;
	position:fixed;
/*	position: absolute;*/
	z-index:1001;
	top:300px;
	left:50%;
}

#ModalBack3{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	z-index:1000;
}

#ModalInnerSP{
	width:280px;
	height:280px;
	display:none;
	padding:0px;
	border:1px solid gray;
	border-radius:10px;
	background:#FFFFFF;
	position:fixed;
/*	position: absolute;*/
	z-index:1001;

	top:100px;
	left:50%;

}