html{
	margin: 0px;
	padding: 0px;

}


body{
 color: #000000;
 margin: 0px;
 padding: 0px;
 background-color: #000000;
	height: 100%;
}

/*#frm {
  margin-top:60px;
}*/

#btns{
	/*position:absolute;
	top:0;
	left:0;
	z-index:10;*/
	padding: 10px;
	/*height: 50px;*/
}

#btns a {
  display:inline-block;
  margin:0 10px 0 0;
  padding:0 10px;
  font-size:14px;
  line-height:40px;
  color:#fff;
	border: solid 2px #fff;;
  text-decoration:none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#btns a:hover {
	background: #fff;
	color: #000;
}


.tokuho #btns a:nth-of-type(1),
.yokoku #btns a:nth-of-type(2),
.tvspot-1 #btns a:nth-of-type(3),
.tvspot-2 #btns a:nth-of-type(4){
	background: #fff;
	color: #000;
	pointer-events: none;
}
