﻿@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 .icon_bnr_chat {
	width:141px;
	min-width:141px;
}

.bnr_chat_teiden {
	width:141px;
}
@media only screen and (max-width: 767px) {
	.icon_bnr_chat {
		width:px170px;
		max-width:170px;
	}

        #bnr_chat .icon_bnr_chat {
	        width:98px;
		max-width:98px;
	        min-width:98px;
        }


	.bnr_chat_teiden {
		width:170px;
		max-width:170px;
	}
}





