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

#wrap{
}
.menu-btn {
	position:absolute;
	left: 0;
	top:5px;
	height: 50px;
	width: 50px;
	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;
}
}
@media print, screen and (min-width:800px){

#wrap{
}
.menu-btn {
	position: absolute;
	left: 0;
	top:0;
	height: 96px;
	width: 54px;
	display: block;
	
	-webkit-background-size: 100%;
	background-size: 100%;
	background-color:#ff0;
}
.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;
}
blockquote{ width:90% !important; margin:0px auto;}
}