@charset "shift_jis";

#coverLayer {
	display: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 9000;
	height: 100%;
	width: 100%;
	background: url(../images/lightBox_bg.png) repeat left top;
}

#modal {
	display: none;
	position: absolute;
		z-index: 9200;
		left: 50%;
	width: 875px;
	height: 544px;
	margin-left: -435px;
}

/* --------------------------------
	#pop
-------------------------------- */
#popBody {
	background: transparent;
}

#pop {
	width: 875px;
	margin: 0 auto;
	background: url(../images/box_chara_bg.png) no-repeat left 28px;
}

#pop #popWrap {
	position: relative;
	width: 875px;
	height: 544px;
}

#pop #popWrap #screen {
	position: absolute;
		top: 74px;
		left: 49px;
}

#pop #popWrap #note {
	position: absolute;
		top: 0;
		left: 0;
}

#pop #popClose {
	position:absolute;
	top: 0;
	right: 5px;
	z-index: 9900;
}
