@charset "shift_jis";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/*-- ヘッダー部分 --*/
#header {
  width: 70%;
  height: auto;
  margin-bottom: 2px;
  position: relative;
  background: url(./img/camdata8.jpg) no-repeat 50% 0;
}


h2
{
  font-size: 160%;
  font-weight: normal;
  height: 50px;
  padding: 0 0 0 0px;
  background: #fff url(img/mark.gif) no-repeat 0 0;
  color: #0066ff
}

table.sample1{
border-collapse:collapse;
width:80%;
margin:10px auto;
}

table.sample1 td{
padding:2px;
border:1px solid #ffffff;
}

table.sample1 td{
border-left:#515353 2px ;
border-right:#515353 2px ;
}

.relative {
    position: relative;
    width: 800px;
}
.absolute {
    position: absolute;
    right: 30px;
    top: 30px;
}

input#submit_button{
width: 150px;
height: 50px;
padding: 2px 5px;
border-radius: 5px;
font-size: 20px;
line-height: 1em;
text-align: center;
color: #ffffff;
background-color: #000066;
transition: .3s;
box-shadow: 6px 6px 3px #666666;
border: 2px solid #000066;
}

#ledView{
  width:60px;
  height:60px;
  border-radius:30px;
  background-color:black;
}

#text-button{
  display:block;
  cursor:pointer;
  width:160px;
  text-allign:center;
  border:1px solid #232323;
  padding:10px;
}

.slider-wrapper {
    width: 200px;
}

#slider{
 width: 80px;
}
