#fsbubble {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
}

#fsbubble #header {
	display: flex;
	width: 100%;
}

#fsbubble #tail {
	display: block;
	background: url("img/bubble/tail.png") center no-repeat;
	width: 69px;
	height: 68px;
	margin-right: 40px;
	margin-left: auto;
}

#fsbubble #body {
	display: flex;
	justify-content: center;
	background: url("img/bubble/bg.png") center no-repeat;
	width: 268px;
	height: 107px;
	margin-top: -15px;
}

#fsbubble #body #content {
	display: flex;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #92755C;
	padding: 5px 30px 10px 30px;
	text-align: center;
	align-items: center;
}

#fsbubble #footer {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: -10px;
}

#fsbubble #close-bubble {
	display: block;
	background: url("img/bubble/bubble_close.png") center no-repeat;
	width: 121px;
	height: 61px;
	cursor: pointer;
}