@charset "UTF-8";
/* CSS Document */


#wrap{
}
.menu-btn {
	position:absolute;
	left: 0;
	top:0px;
	height: 70px;
	width: 70px;
	display: block;
	
	-webkit-background-size: 100%;
	background:url(img/btn-menu.png);
	background-size:cover;
}
.tooltip-btn {
	position: absolute;
	right: 0;
	top:0;
	height: 70px;
	width: 70px;
	display: block;
	-webkit-background-size: 100%;
	background:url(img/btn-tooltip.png);
	background-size:cover;
}
#tooltip h2{
	margin: 0.5em 0;
	font-size: 18px;
	font-weight: bold;
}
.close{ float:right; margin-right:20px;}
a.close{ color:#333;}
