@charset "utf-8";

/* (1) チャットウィジェット畠悶のコンテナ */
#my-chat-widget {
  width: calc(100% - 40px);   /* ウィンドウの嫌 */
  max-width: 350px;
}
