@charset "UTF-8";





/* モーダルウィンドウ
-----------------------------*/
#MDL_overlay,
#MDL_overlay_Index{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #000000;
	overflow: hidden;
	position: fixed;
	filter: alpha(opacity=80);
	opacity: 0.68;
	z-index: 1000;
}
#MDL_window,
#MDL_overlay_Index{
	margin-top: -200px;
	margin-left: -305px;
	top: 50%;
	left: 50%;
	width: 580px;
	height: 345px;
	text-align: left;
	display: none;
	background: #000000;
	position: fixed;
	z-index: 1001
}

#MDL_window p,
#MDL_overlay_Index{
	padding: 1em;
}

#MDL_window .md_btn,
#MDL_overlay_Index{
/*	width: 100%;
*/	text-align: center;
	position:relative;
	top:0px;
	left:295px;
	top:-355px;
}

