#cammic_check{
  padding: 0 70px;
  position: relative;
}

#cammic_check .image_check{
  background: #000;
  height: 225px;
  width: 400px;
}

#cammic_check .panel{
  background: #f6f6f6;
  border: solid #ccc 2px;
  box-sizing: border-box;
  height: 225px;
  padding: 10px;
  position: absolute;
  right: 70px;
  top: 0;
  width: 265px;
}

#cammic_check .panel table{
  box-sizing: border-box;
  height: 200px;
  width: 100%;
}

#cammic_check .panel th{
  font-size: 10px;
  line-height: 1em;
  vertical-align: middle;
  width: 60px;
}

#cammic_check .panel td{
  position: relative;
  vertical-align: middle;
}

#cammic_check .panel td span{
  float: right;
  font-size: 10px;
  line-height: 1em;
}

#cammic_check .panel select{
  width: 100%;
}

#cammic_check .panel .meter{
  background: #aaa;
  height: 20px;
}

#cammic_check .panel .meter div{
  background: url(https://www.madamu.tv/audience/img/micmeter.gif);
  height: 100%;
}

/*▼ ボリュームコントロール ▼*/
.player {
  width: 100%;
  height: 1em;
  margin: 0 auto;
  position: relative;
}

.volume {
  position: absolute;
  left: 0px;
  margin: 0 auto;
  height: 5px;
  width: 100%;
  background: #555;
  border-radius: 15px;
}
.volume .ui-slider-range-min {
  height: 5px;
  width: 100px;
  position: absolute;
  background: #2ecc71;
  border: none;
  border-radius: 10px;
  outline: none;
}
.volume .ui-slider-handle {
  width: 16px;
  height: 16px;
  border: solid #999 1px;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
  cursor: pointer;
  outline: none;
}
/*▲ ボリュームコントロール ▲*/

#cammic_check .panel table{
  text-align: left;
}

#cammic_check .checkbtn{
  display:inline-block;
  text-align:center;
  font-weight:bold;
  font-size:16px;
  color:#FFF;
  text-decoration:none;
  line-height:48px;
  margin:30px 10px 10px;
  width:200px;
  background:linear-gradient(#e6698a, #e03664);
  background: -webkit-gradient(linear, left top, left bottom, from(#e6698a), to(#e03664));
  border:none;
  border-radius:3px;
  border-bottom:solid #AAA 1px;
  cursor:pointer;
}

#cammic_check .checkbtn:hover{
  opacity: 0.8;
}

#cammic_check .result{
  width: 100%;
}