body {
	margin: 0;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	height: 100vh;
	background-color: #E7CB1E; /* 背景色の確認用 */
  }

  html, body {
	height: 100%;
	overflow: hidden; /* スクロールバーを消す */
  }

.rounded {
	border-radius: 5px;
}

.centered {
	display: block;
	margin: auto;
}

.relative {
	position: relative;
}

.navbar-brand {
	margin-left: 0px !important;
}

.navbar-default {
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);
}

.navbar-header {
	padding-left: 40px;
}

.margin-sm {
	margin: 5px !important;
}
.margin-md {
	margin: 10px !important;
}
.margin-xl {
	margin: 20px !important;
}
.margin-bottom-sm {
	margin-bottom: 5px !important;
}
.margin-bottom-md {
	margin-bottom: 10px !important;
}
.margin-bottom-xl {
	margin-bottom: 20px !important;
}

.divider {
	width: 100%;
	text-align: center;
}

.divider hr {
	margin-left: auto;
	margin-right: auto;
	width: 45%;
}

.fa-2 {
	font-size: 2em !important;
}
.fa-3 {
	font-size: 4em !important;
}
.fa-4 {
	font-size: 7em !important;
}
.fa-5 {
	font-size: 12em !important;
}
.fa-6 {
	font-size: 20em !important;
}

div.no-video-container {
	position: relative;
}

.no-video-icon {
	width: 100%;
	height: 240px;
	text-align: center;
}

.no-video-text {
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	font-size: 24px;
}

.meetecho-logo {
	padding: 12px !important;
}

.meetecho-logo > img {
	height: 26px;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.januscon {
	font-weight: bold;
	animation: pulsating 1s infinite;
}
@keyframes pulsating {
	30% {
		color: #FFD700;
	}
}

.container{
	margin:0px;
	padding:0px;
	background-color: #FFF;
	height:100vh;

}

.page-header
{
	background-color: #E7CB1E;
	text-align: center;
	margin:0px;
	height: 90px;	

}

.page-header h1{
	color:#FFF;
	margin-top:0px;
	line-height: 90px;
	font-size:32px;
	font-weight:500;
}

.page-header img{
	width: 70%;
}

.call_front{
	text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: 800;
	background-color: #FFF;
}

.call_btn{
	text-align: center;
	background-color: #FFF;

}

.room_box{
	margin-top:40px;
	text-align: center;
	font-size:24px;
	background-color: #FFF;
}
.room_number{
	font-size:32px;
}


#status_img{
	width:65%;
}