@charset "UTF-8";
.code {
margin-top: 25px;
}

.close-meerkat {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	background: url('../img/contents/top/popup_close-x.png') no-repeat 0 0;
	cursor: pointer;
	text-indent: -9000px;
	z-index: 10;
}

.dont-show {
	position: absolute;
	display: block;
	height: 18px;
	width: 160px;
	cursor: pointer;
	z-index: 10;
	color: #EC7700;
}

a.dont-show:hover {
color:#FFF;
}

.adsense {
z-index: 5;
}

.meerkat {
	color: #FFF;
	display: none;
	position: fixed;
}
.popup {
	position: absolute;
	right : 400px;
}

.pos-bot .adsense {
top: 0px;
}

.pos-bot .close-meerkat {
right: 0px; top: 0px;
}
