
		/*ヘッダーのデザイン:82*/
		#chatbot-header{
			background: #eab7b9;
		}
		.chatbot-logo {
			color: #ffffff;
		}

		/*チャットの背景*/
		#chatbot-body {
			background: #ffffff;
		}

		/*相手の吹き出しのデザイン:226*/
		.chatbot-left{
			background: #f5e0e1;
			color: #000000;
		}
		/*自分の吹き出し:211*/
		.chatbot-right{
			margin-right: 20px;
			background: #e9e8e8;
			color: #000000;
		}

		/*送信ボタン:179*/
		#chatbot-submit{
			background: #eab7b9;
			color: white;
		}
	