@charset "shift_jis";
#dialog-overlay-oroshi-renewal {
	/* set it to fill the whil screen */
	width:100%; height:100%;	
	/* transparency for different browsers */
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	-khtml-opacity: 0.3; 
	opacity: 0.3; 
	background:#000; 
	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 
	/* hide it by default */
	display:none;}
#dialog-box-oroshi-renewal {
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width: 800px;
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 
	/* hide it by default */
	display:none;}

/*これだけでOK*/

#dialog-box-oroshi-renewal .dialog-content-oroshi-renewal {
	padding:0px;margin:0px;font-size:12px;width: 782px;height: 531; text-align:left;}



.dialog-mdl-contents-wrapper-oroshi-renewal {
	height: 530px;width:782px; padding-right: 0px; padding-left: 0px; position: relative; -ms-overflow-x: hidden;overflow: scroll;
}

.usernv-oroshi-renewal{position:absolute;top:10;left:670;width: 782px;}

.ic-oroshi-renewal{display:inline-block;_height:20px;min-height:18px;padding-left:20px;background:url("/web/jp/images/ic-blu-blank.gif") no-repeat 0 50%;font-size:12px !important;}
.ic-close-oroshi-renewal{padding-top:4px;padding-left:16px;background-image:url("/web/jp/images/ic-close.gif");}
