@charset "UTF-8";

/*モダルウィンドウ*/
div.jqmWindow {
    display: none;
    position: absolute !important;
    top: 0px;
    left: 50%;
    width: 920px !important;
    min-height:240px !important;
    margin-left: -461px !important;
    border: 1px solid #000 !important;
    padding: 0 !important;
    /*background-color: #eeebde;
		background-color: #FFFFFF;*/
    text-align:center;
}
.jqmOverlay { background-color: black; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
img#configed { position:absolute; width:60px; height:30px; display:none; opacity:0; }
div.RNflaclose {
	padding:0px 0 4px;
}
