@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  powerup_thickbox.css
	style info :  powerup_thickboxset
	date:2011.9.30
=================================================================== */
html {
	overflow-y:visible;
	_background: transparent;
}
body {
	_background: transparent;
}
#tanuki #bg {
	background: url(../powerup/img/tanuki_bg.png) top center no-repeat
}
#fire #bg {
	background: url(../powerup/img/fire_bg.png) top center no-repeat
}
#boomerang #bg {
	background: url(../powerup/img/boomerang_bg.png) top center no-repeat
}
#propeller #bg {
	background: url(../powerup/img/propeller_bg.png) top center no-repeat
}
#tanuki #bg,
#fire #bg,
#boomerang #bg,
#propeller #bg {
	position: relative;
	width: 870px;
	height: 530px;
	margin: 15px auto 0 auto;
}
#bg p.btn_next,
#bg p.btn_prev,
#bg p.close {
	position: absolute;
}
#bg p.btn_next {
	top: 205px;
	right: 124px;
}
#bg p.btn_prev {
	top: 205px;
	left: 124px;
}
#bg p.close {
	top: -10px;
	right: 170px;
	width: 58px;
	height: 60px;
	_font-size: 0;
	_line-height: 0;
}
#bg p.close a {
	display: block;
	width: 58px;
	height: 60px;
	background: url(../shared/btn_close.png) 0 0 no-repeat;
	text-indent: -9999px;
	_font-size: 0;
	_line-height: 0;
}
#bg p.close a:hover {
	background-position: 0 -60px;
}

