.upperBnr {
	position: relative;
	opacity: 0;
}
.upperBnr_inner {
	width: 320px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.upperBnr_btn_del {
	display: block;
	width: 39px;
	height: 39px;
	background: url(../images/btn_close.png) no-repeat 8px 8px;
	background-size: 23px 23px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}