@charset "utf-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content-body-wrapper {
	position:relative;
}
#bnr_chat {
	position:fixed;
	bottom:10px;
	right: 5px;
	z-index: 1000;
}
#bnr_chat_teiden {
	position:fixed;
	bottom:10px;
	right: 5px;
	z-index: 1000;
}
.icon_bnr_chat {
	width:240px;
}
.bnr_chat_teiden {
	width:290px;
}
@media only screen and (max-width: 767px) {
	.icon_bnr_chat {
		width:170px;
		max-width:170px;
	}
	.bnr_chat_teiden {
		width:170px;
		max-width:170px;
	}
}





