/* ページ読み込み時に開くウィンドウ用 */
#op_win {
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
	left: 0;
	background: url(../images/_common/bg_blk.png);
	zoom: 1;
	display: none;
	z-index: 998;
}



/* コンテンツクリック時に開くウィンドウ用 */
#md_win {
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
	left: 0;
	margin: auto;
	background: url(../images/_common/bg_blk.png);
	/*background:#000000;
	background: rgba(0, 0, 0, 0.8);*/
	zoom: 1;
	display: none;
	z-index: 999;
}

#click_win img{
	cursor: pointer;
}

#md_win img{
	cursor: pointer;
}

#md_win #close{
	width:72px;
	height:18px;
	background:url(../images/_common/opnwdw_cls.png) no-repeat;
	cursor: pointer;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:250px;
	margin-left:350px;
}

#op_win #close{
	width:72px;
	height:18px;
	background:url(../images/_common/opnwdw_cls.png) no-repeat;
	cursor: pointer;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:212px;
	margin-left:290px;
}