footer {
  text-align: center;
  padding: 5px;
  background-color: #f8f9fa;
  color: #000;
}
.yakkan{
}
.video_horizontal{
	/*
	position: relative;
	height: 100%; 
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	*/
	border-radius: 10px;
	top:0;
	width: 100%;
	height: 100%;
	background: #000;/*背景を黒で表示*/
}
.video_vertical{
	/*
	position: relative;
	width: 100%; 
	max-height: 100%;
	max-width: 100%;
	*/
	border-radius: 10px;
	top:0;
	width: 100%;
	height: 100%;
	background: #000;/*背景を黒で表示*/
}
.video_box{
	background: #000;/*背景を黒で表示*/
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	object-fit: fill;/*親要素一杯2023-03-16*/
}
.video_self_before{
  width: 100%;
  border-radius: 10px;
}
/*コンパネボタンイメージクラス*/
.ctlbtn{
	height:5vh;
}
.ctlbtn2{
	width: 50px;
	height: 50px;
}

/*会議準備中フィールド*/
.preparefield{
	display: block; 
	background-color: white ;
}
/*----------------*/
/*会議終了フィールド*/
.offkaigifield{
	display: none; 
	background-color: white ;
}

/*----------------*/
/*会議中フィールド*/
.onkaigifield{
	display: none; 
	background-color: black ;
	height: 100vh;
	width:  100vw;
}
.video_self{
	/*
	width:  15vw;
    */
	height: 20vh;
	border-radius: 10px;
	position:fixed;
	bottom: 10vh;
	left  : 5vh;
	border: dotted 1px #FFFFFF;
	/*
	background-color: gray ;
	*/
}
.video_share{/*共有ビデオ*/
	/*
	width:  15vw;
    */
	//height: 20vh;
	border-radius: 10px;
	position: absolute;
	max-width: 70vw;
	max-height:88vh;
	width: 100%;
}
.video_area{
	height:90vh;
	/*height:90%;*/
}
.control_area{
	height:5vh;
	display: flex;
	justify-content: center;
	/*height:5%;*/
}

/*-------------------------------------------------*/
/* 会議中                                          */
/*    ・共有フィールド                             */
/*    ・他参加者フィールド                         */
/*    ・チャットフィールド                         */
/*    ・議事録フィールド                           */
/*    上記の表示/非表示毎に定義する                */
/*    ただし、他参加者フィールドは表示状態のみ     */
/*-------------------------------------------------*/
/*共通：表示なし*/
.undisp{
	width: 0vw;
	display:none;
}
/*ユーザ名*/
.usernametext{
	color: #FFFFFF;
	background-color: black ;
	position:absolute;
	bottom:0px;
	right: 10%;
	padding: 0px;
	/*
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
	*/
}
/*チャットフィールド*/
.chatfield{
	/*display: none; */
	background-color: lightgray ;
	height: 84vh;
	margin:0vh;
	border-radius: 5px;
	overflow: hidden scroll;
}
/*議事録フィールド*/
.gizfield{
	background-color: black ;
	overflow: hidden scroll;
	height: 88vh;
}
/*自動議事録フィールド*/
.autogizfield{
	background-color: black ;
	overflow: hidden scroll;
	height: 88vh;
	margin: 0px;
}
/*自動議事録行：包含DIV*/
.autogizi_contain{
	
}
/*内部ユーザ：自動議事録行：参加者*/
.autogizi_name{
	/*display:inline;*/
	color: white ;
	background-color: black ;
	text-align: left;
	border:solid 1px #FFFFFF;
}
/*自動議事録行：削除ボタン*/
.autogizi_delbtn{
	width:100%;
	height:100%;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	background-color: #000000 ;
	color: #FFFFFF;
	border: none;
}


/*内部ユーザ：自動会議行：文字*/
.autogizi_str{
	/*
	color: black;
	background-color: white ;
	border-top:dashed 1px;
	*/
	width:100%;
	padding-right:0px;
	resize: none;
	/*
	background-color: #000000 ;
	color: #FFFFFF;
	*/
	background-color: #FFFFFF ;
	color: #000000;
	border: none;
}
/*外部ユーザ：自動議事録行：参加者*/
.autogizi_name_gaibu{
	color: white ;
	background-color: black ;
	text-align: left;
	border:dotted 1px #FFFFFF;
	
}
/*外部ユーザ自動議事録行：参加者*/
.autogizi_str_gaibu{
	color: white ;
	background-color: black ;
	text-align: left;
}
/*参加リクエストフィールド*/
.request_area{
	/*
	display: block;
	*/
	display: none;
	position:absolute;
	width:auto;
	height:auto;
	
	top: 10%;
	right: 10%;
	/*
	background-color: Black ;
	border: dotted 1px #FFFFFF;
	border-radius: 10px;
	
	color: #FFFFFF;
	*/
}
.request_line{
	background-color: Black ;
}
/*----------------------------------*/
/*共有なし・チャットなし・議事録なし*/
/*----------------------------------*/
.other_only{/*他参加者フィールド*/
	width: 100vw;
}

/*----------------------------------*/
/*共有なし・チャットあり・議事録なし*/
/*----------------------------------*/
.other_onchat{/*他参加者フィールド*/
	width: 70vw;
}
.chat_disp{/*チャットフィールド*/
	width: 30vw;
}
/*----------------------------------*/
/*共有なし・チャットあり・議事録あり*/
/*----------------------------------*/
.other_onchat_ongizi{/*他参加者フィールド*/
	width: 40vw;
}
.chat_disp_gizi{/*チャットフィールド*/
	width: 30vw;
}
.gizi_disp_chat{/*議事録フィールド*/
	width: 30vw;
	/*
	background-color: white ;
	height: 93vh;
	margin:1vh;
	border-radius: 5px;
	*/
}
/*----------------------------------*/
/*共有なし・チャットなし・議事録あり*/
/*----------------------------------*/
.other_ongizi{/*他参加者フィールド*/
	width: 70vw;
}
.gizi_disp{/*議事録フィールド*/
	width: 30vw;
	/*
	background-color: white ;
	height: 93vh;
	margin:1vh;
	border-radius: 5px;
	*/
}
/*----------------------------------*/
/*共有あり・チャットなし・議事録なし*/
/*----------------------------------*/
.other_onshare{/*他参加者フィールド*/
	width: 30vw;
	height: 90vh;
	overflow: hidden scroll;
}
.share_disp{/*共有フィールド*/
	width: 70vw;
	height: 88vh;
}

/*----------------------------------*/
/*共有あり・チャットあり・議事録なし*/
/*----------------------------------*/
.other_onshare_onchat{/*他参加者フィールド*/
	width: 30vw;
	height: 93vh;
	overflow: hidden scroll;
}
.chat_disp_onshare{/*チャットフィールド*/
	width: 30vw;
}
.share_disp_onchat{/*共有フィールド*/
	width: 40vw;
	height: 88vh;
}
.other_scroll;{/*他参加者フィールドスクロール*/
	width: 30vw;
	height: 93vh;
	overflow: hidden scroll;
}


/*----------------------------------*/
/*共有あり・チャットあり・議事録あり*/
/*----------------------------------*/
.other_onshare_onchat_ongizi{/*他参加者フィールド*/
	width: 30vw;
	height: 93vh;
	overflow: hidden scroll;
}
.chat_disp_onshare{/*チャットフィールド*/
	width: 30vw;
}
.gizi_disp_onchat_onshare{/*議事録フィールド*/
	width: 30vw;
	background-color: white ;
	height: 93vh;
	margin:1vh;
	border-radius: 5px;
}
.share_disp_onchat{/*共有フィールド*/
	width: 10vw;
	height: 88vh;
}


/*----------------------------------*/
/*共有あり・チャットなし・議事録あり*/
/*----------------------------------*/
.other_onshare_ongizi{/*他参加者フィールド*/
	width: 30vw;
	height: 93vh;
	overflow: hidden scroll;
}
.gizi_disp_onshare{/*議事録フィールド*/
	width: 30vw;
	background-color: white ;
	height: 93vh;
	margin:1vh;
	border-radius: 5px;
}
.share_disp_ongizit{/*共有フィールド*/
	width: 40vw;
	height: 88vh;
}


/*画面共有最大化*/
.extendsharedisp {
	position:  absolute;  
	right:  0px; 
	top: 0px;
	width: 100vw;
	height: 95vh;
    z-index: 1100;
}


/*試し*/
.height93{
	height: 93vh;
}
.height5{
	height: 5vh;
}
.width5{
	width: 5vw;
}


/*ドラックアンドドロップ移動用*/

.drag-and-drop {
    cursor: move;
    position: absolute;
    z-index: 1000;
}
.drag {
    z-index: 1001;
}
/*bootstrap書き換え*/
/*
.navbar-nav .nav-item.active{
  background-color: red;
}
*/

.line-bc {
	padding: 20px 10px;
	text-align: left;
	/*background: #7da4cd;*/
	/*background-color: lightgray ;*/
	background-color: #ECECEC;
	
	height: 84vh;
	margin:0vh;
	border-radius: 5px 5px 0 0;
	overflow: hidden scroll;
}
/*チャット:旧*/
.balloon6 {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
.balloon6 .faceicon {
	float: left;
	margin-right: -50px;
	width: 40px;
}
.balloon6 .faceicon img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.balloon6 .chatting {
	width: 100%;
	text-align: left;
}
faceicon{
	float: left;
	margin-right: -50px;
	width: 40px;
}

.says {
	width: 80%;
	float: left;
	text-align: left;
	margin: 10px 0;
	
	
	display: inline-block;
	position: relative;
	/*margin: 0 0 0 50px;*/
	margin: 10px 0px 10px 0px;
	padding: 10px;
	max-width: 250px;
	border-radius: 12px;
	background: #edf1ee;
}.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 3px;
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #edf1ee;
	-ms-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
.says p {
	margin: 0;
	padding: 0;
}
.mycomment {
	margin: 10px 0;
}
.mycomment p{
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	padding: 8px;
	max-width: 250px;
	border-radius: 12px;
	background: #30e852;
	font-size: 15px:
}.mycomment p:after {
	content: "";
	position: absolute;
	top: 3px;
	right: -19px;
	border: 8px solid transparent;
	border-left: 18px solid #30e852;
	-ms-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
/*チャット：新*/
.chatmsgarea_self{
	/* 上 | 右 | 下 | 左 */
	padding:0 2px 0px 2px;
	margin: 0 0 3px 0;
	background: #FFFFFF;
	border-radius: 5px;
}
.chatmsgarea_other{
	/* 上 | 右 | 下 | 左 */
	padding:0 2px 0px 2px;
	margin: 0 0 3px 0;
	/*background: #FFFFFF;*/
	border:dotted 1px;
	border-radius: 5px;
}
.chatuser{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	overflow-wrap: break-word;
}
.chatmsg{
	/* 上 | 右 | 下 | 左 */
	font-size: 15px;
	margin: 0 0 0 0;
	padding:2px 2px 2px 4px;
	overflow-wrap: break-word;
}
.kaigiwall{
    background-image: url(/img/kaigiwall1.png); /* 背景画像指定 */
    /*background-repeat: no-repeat;*/ /* 画像のサイズ指定 */
}
