@charset "UTF-8";
/* -----------------------------------------------

	CHATBOTバナー

----------------------------------------------- */
.bnrChatbotArea {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
}
.bnrChatbot {
	position: relative;
}
.btnCloseBnrChatbot {
	position: absolute;
	left: 374px;
	top: 25px;
}

