@charset "UTF-8";
/* CSS Document */
@media print, screen and (max-width:999px){

#wrap{
}
.menu-btn {
	position: absolute;
	left: 0;
	top:0;
	height: 54px;
	width: 54px;
	display: block;
	
	-webkit-background-size: 100%;
	background-size: 100%;
}
.tooltip-btn {
	position: absolute;
	right: 0;
	top:0;
	height: 54px;
	width: 96px;
	display: block;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-color:#f3f3f3;
}
#tooltip h2{
	margin: 0.5em 0;
	font-size: 18px;
	font-weight: bold;
}
}
