@charset "UTF-8";

/*==========

modal_window用==================================================*/

body{
	position:relative;
	width:100%;
	height:100%;
}
#m_window_i{
	width:100%;
	height:100%;
	text-align:center;
	display:none;
	position: fixed;
	top:0;
	z-index:10000;
	cursor:pointer;
}
#m_window_i .bkg{
	position:absolute;
	top:0;
	left:0;	
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);
/*	background-image:url(/images/common/transparent75_k.png);*/
	z-index:10010;
	cursor:pointer;
}
#m_window_i .m_inner {
	width: 100%;
	margin:10px auto 0 auto;
	margin-bottom: 20px;
	text-align: center;
	position:relative;
	z-index:10020;
}
#m_window_i .m_inner iframe{
	margin:10px auto;
/*	background-color:#FFF;*/
	width:100%;
	height:100%;
	overflow:auto;
	background-color: transparent;
}