/* フォント*/
html {
  font-size: 62.5%;
  font-family: Verdana,Arial,Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body {
  font-size: 1.4em;
}


html,
body {
  height: 100%;
}

body {
  background: #eee;  
}

header {
  width: 100%;
  background: #fff;
  padding: 1rem;
}
footer {
  width: 100%;
  background: #224DDB;
}
.base {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.copyright {
  color:white;
}

.cover-img {
	height: 300px;
	display: table;
	width: 100%;
	background-size: cover;
}

#main_area {
	width: 100%;
  height: 40rem;
  margin-top:1rem;
}
.robo_body {
  background-color: black;
}

.main_block {
  padding: 0;
  height: 40rem;
  width: 100%;
}
.cover-text {
	display: table-cell;
	vertical-align: top;
  text-align: left;
  padding: 2rem;
  font-size: 3rem;
  font-family: 'Sawarabi Mincho', sans-serif;
}


/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
	.cover-img {
		height: 300px;
	}
}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.cover-img {
		height: 300px;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 479px) {
	.cover-img {
		height: 50px;
	}
  #main_area {
    height: 20rem;
    margin-top:0;
  }
  .base {
    box-shadow: initial;
  } 
  .container{padding:0}
    div[class^="col-"] {padding:0}
    .row {margin:0;}
  .cover-text {
    font-size: 1rem;
  }
  #js-local-stream {
    display: none;
  }
  
}
  /* スマホ縦画面用 */
  @media screen and (max-width: 320px) {
    .cover-img {
      height: 50px;
    }
    #main_area {
      height: 20rem;
      margin-top:0;
    }
    .base {
      box-shadow: initial;
    } 
      .container{padding:0}
    div[class^="col-"] {padding:0}
    .row {margin:0;}
    .cover-text {
      font-size: 1rem;
    }
    #js-local-stream {
      display: none;
    }
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.errmsg {
  color: #ee2222;
  font-size: 2rem;
}


.signin {
  padding: 2rem;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.video_block {
  padding: 0;
}
.local-stream {
  position: absolute;
  width: 20rem;
  right:2rem;
  bottom: 7rem;
}
#timer_block {
  position: absolute;
  width: 10rem;
  right:2rem;
  top: 6rem;
  color:#faa;
}

video {
  background-color: #111;
  width: 100%;
}

#btn_login {
  margin-top: 1rem;
}

#js-local-stream {
  border:solid 1px white;
}

.debugmsg {
  background: white;
  display: block;
  position: absolute;
  width: 100%;
  height: 10rem;
  overflow:scroll;
}

#btn_reload {
  background: aquamarine;
  display: block;
  position: absolute;
  margin-top: 10rem;
  width: 5rem;
}

.loading {
  position: absolute;
  top:0;
  left:0;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20rem;
  background-color: rgba(200,200,200,0.6);
}


.kanribase {
  padding: 0;
}
.kanribody {
  height: 60rem;
}

.pdnone {
  padding: 0;
}

.pd1 {
  padding: 1rem;
}

.mt10 {
  margin-top: 10rem;
}
.mr1 {
  margin-right: 1rem;
}

.roboheader {
  width: 100%;
  background: #000;
  padding: 3rem;
}

.sanretsuheader {
  width: 100%;
  background: #224DDB;
  color: white;
  padding: 2rem;
}
.header_btn {
  background: white;
  color: black;
  width: 12rem;
  height: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
}


#txt_accsess_key {
  font-size: 2rem;
  width: 40rem;
  margin-right: 1rem;
}

.sanretsumain {
  width: 100%;
  height: 100vh;
  margin-top: 2rem;
}

#condition_panel {
	z-index:120;
}
.condition-panel {
	position: absolute;
	right: 1rem;
	width:30rem;
}

.sanretsumsg {
  height: 30rem;
  overflow:scroll;
}

.h3 {
  height: 3rem;
}
.h20 {
  height: 20rem;
}
.h40 {
  height: 40rem;
}

.w3 {
  width: 3rem;
}

.w8 {
  width: 8rem;
}

.w10 {
  width: 10rem;
}
.w15 {
  width: 15rem;
}
.w20 {
  width: 20rem;
}
