html{
  	height: 100%;
  	margin: 0px;
  	padding: 0px;
}
body{
	/*background: #d7fcff;*/
	background-color: #CAE9FF;
  	height: 100%;
  	margin: 0px;
  	padding: 0px;
	/*background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #d7fcff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #d7fcff),color-stop(.75, #d7fcff), color-stop(.75, transparent),to(transparent));*/
}
#schedule{
	background: #fff;
}
/*.selecter{
  		position: relative;
}*/
	.checker_box{
/*		width: 100%;
		height:auto;*/
		width:20%;
		height:auto;
		border-radius: 50%;
		cursor: pointer;
		border: solid 2px;
		border-color: #5eddee;
		box-sizing: border-box;
	}
/*	.channel_name_overlay{
		position: absolute;
		z-index: 999;
		top: 0px;
		left: 0px;
		display: inline-block;
  		width: 100%;
		height:auto;
		font-size: 0.5rw;
	}*/
/*#message{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 999;
	opacity: 0.8;
	text-align: center;
}*/
.ring_wrap{
  width: 50%;
}

.ring{
  width : 100% ;
  padding-top : 100% ;
  background-color: #29d632;
  opacity: 0.5;
		border-radius: 50%;
		cursor: pointer;
		border: dashed 2px;
		border-color: #5eddee;
		box-sizing: border-box;
  animation: rotation 4s infinite linear;
}
/* 円の回転アニメーション */
@keyframes rotation {
  from {
    transform: scale(0.0);/*rotate(0deg);*/
  }
  to {
    transform: scale(0.0);/*rotate(0deg);*/
  }
}
	.selector::after{
	    content: '';
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    background-color: blue;
	    opacity: 0.5;
	    display:block
	}
	.title_wrap{
		display: block;
		width: 100%;
		height: 20%;
	}
	.select_area{
		margin: 2%;
		width: 96%;
	}
	.select_group{

	}
	.main_contents{
		width: 75%;
		margin-left: 5%;
		height: 80%;/*500px;*/
		overflow-y: scroll;
	}

	.main_contents::-webkit-scrollbar {
	  width: 7px;
	}

	.main_contents::-webkit-scrollbar-thumb {
	  background: linear-gradient(0deg,#4f9ff1,#5eddee,#4f9ff1);
	  border-radius: 3px;
	}

	.main_contents::-webkit-scrollbar-track {
	  background: rgba(100,100,100, .5);
	}

	.channel_name{
		display: block;
		white-space: nowrap;
		font-size: 0.8vw;
	   width: 100%;
	   height: 20%;
	   color: white;
	   user-select: none;
  	   text-shadow    : 
       2px  2px 2px rgba(0, 0, 0, 0.76),
      -2px  2px 2px rgba(0, 0, 0, 0.76),
       2px -2px 2px rgba(0, 0, 0, 0.76),
      -2px -2px 2px rgba(0, 0, 0, 0.76),
       2px  0px 2px rgba(0, 0, 0, 0.76),
       0px  2px 2px rgba(0, 0, 0, 0.76),
      -2px  0px 2px rgba(0, 0, 0, 0.76),
       0px -2px 2px rgba(0, 0, 0, 0.76);
/*background-color: #dddddd;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px;*/
	}
	.inner_box{
		display: inline-block;
	   	user-select: none;
		margin:auto;
		padding: 0;
		text-align: center;
		width:20%;
		height:auto;
	}

	.inner_box.live{
		border: solid 5px;
		border-color: white;
		box-sizing: border-box;
/*		background: red;*/
		background-color: #ffaaaa;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffdcdc), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffdcdc),color-stop(.75, #ffdcdc), color-stop(.75, transparent),to(transparent));
/*		background-color: #CAE9FF;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #d7fcff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #d7fcff),color-stop(.75, #d7fcff), color-stop(.75, transparent),to(transparent));
*/		-webkit-background-size: 14px 14px;
	}
	.inner_box.upcoming{
		border: solid 5px;
		border-color: white;
		box-sizing: border-box;
		/*background: gray;*/
		background-color: #ECECEC;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
		-webkit-background-size: 14px 14px;
	}

	.thumbnail{
		margin:auto;
		padding: 0;
		width:100%;
		height:auto;
	}
	.thumb_wrap{
		display: block;
		margin:auto;
		padding: 0;
		position:relative;
		text-align: center;
		width:80%;
		height:60%;
	}
/*	.thumb_wrap:before {
	    content: "";
	    display: block;
	    padding-top: 56.25%;
  	}*/
	.over_wrap{
		/*display: block;*/
		position:absolute;
		z-index: 999;
		top:0;
		left:0;
		width:100%;
		height:100%;
		/*height: auto;*/
		/*background: #ffff00;*/
	}
	.over_wrap > a{
		display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
		/*height: auto;*/
	    text-indent:-999px;
	}
/*	.thumb_wrap > .live{
		border: solid 2px;
		border-color: red;
	}
	.thumb_wrap > .upcoming{
		border: solid 2px;
		border-color: black;
	}*/
	.live_viewer{
	   /*background-color: rgba( 155, 155, 155, 0.55 );*/
		font-size: 0.8vw;
	   width: 100%;
	   height: 20%;
	   color: white;
	   user-select: none;
	   white-space: nowrap;
  	   text-shadow    : 
       2px  2px 2px rgba(0, 0, 0, 0.76),
      -2px  2px 2px rgba(0, 0, 0, 0.76),
       2px -2px 2px rgba(0, 0, 0, 0.76),
      -2px -2px 2px rgba(0, 0, 0, 0.76),
       2px  0px 2px rgba(0, 0, 0, 0.76),
       0px  2px 2px rgba(0, 0, 0, 0.76),
      -2px  0px 2px rgba(0, 0, 0, 0.76),
       0px -2px 2px rgba(0, 0, 0, 0.76);
	}
	.block_area{
		width: 100%;
	}
	.scroll_title {
		/*display: block;*/
	  padding    : 2%;
	  margin     : 2%;
	  width      : 90%;
	  /*font-size  : 140%;*/
		font-size: 1vw;
	  /*height: 10%;*/
	  line-height: 15%;
	  text-align : center;
	  border     : 1px solid #666;
	  color      : #000000;
	  background : #fff;
	  overflow   : hidden;
	}
	.scroll_title span{
	  display     : inline-block;
	  padding-left: 0%;
	  white-space : nowrap;
	   user-select: none;
	  line-height : 100%;
	  /*height: 100%;*/
	  animation   : scrollAnime 10s linear infinite;
	}
	.scroll_title a{
	  text-decoration: none;
	  color      : black;
	}
	@keyframes scrollAnime{
	    0% { transform: translateX(0)}
	    10% { transform: translateX(0)}
	    95% { transform: translateX(-100%)}
	  100% { transform: translateX(0)}
	}


	.info_bar{
		margin-left: 5%;
		width: 75%;
	}
#next_reload{
	display: inline-block;
	width: 25%;
	font-size: 0.8vw;
	   color: white;
	   user-select: none;
  	   text-shadow    : 
       2px  2px 2px rgba(0, 0, 0, 0.76),
      -2px  2px 2px rgba(0, 0, 0, 0.76),
       2px -2px 2px rgba(0, 0, 0, 0.76),
      -2px -2px 2px rgba(0, 0, 0, 0.76),
       2px  0px 2px rgba(0, 0, 0, 0.76),
       0px  2px 2px rgba(0, 0, 0, 0.76),
      -2px  0px 2px rgba(0, 0, 0, 0.76),
       0px -2px 2px rgba(0, 0, 0, 0.76);
}
.reload{
	display: inline-block;
	width: 5%;
	font-size: 0.8vw;
	   color: white;
	   user-select: none;
  	   text-shadow    : 
       2px  2px 2px rgba(0, 0, 0, 0.76),
      -2px  2px 2px rgba(0, 0, 0, 0.76),
       2px -2px 2px rgba(0, 0, 0, 0.76),
      -2px -2px 2px rgba(0, 0, 0, 0.76),
       2px  0px 2px rgba(0, 0, 0, 0.76),
       0px  2px 2px rgba(0, 0, 0, 0.76),
      -2px  0px 2px rgba(0, 0, 0, 0.76),
       0px -2px 2px rgba(0, 0, 0, 0.76);
}
.bar_wrap{
	display: inline-block;
	width: 65%;
}

#life-frame {
    margin: 0 auto;
    width: 100%;
    background-color: rgba(10, 0, 50, 0.6);
    display: flex;
    padding: 3px 3px;
}

#life-bar {
    height: 3px;
    background-color: #CAE9FF;/*rgb(0, 255, 255);*/
    transition: 1000ms
}

#life-mark {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    filter: saturate(500%);
    box-shadow: 0 0 5px 3px rgb(200, 255, 255),
                0 0 7px 7px rgb(100, 255, 255);
}

#btns-wrap {
    width: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

#increase-btn,#decrease-btn {
    margin-top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: white;
    background-color: dodgerblue;
    text-align: center;
    line-height: 30px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    user-select: none;
}

#increase-btn:active,#decrease-btn:active {
    transform: translate(2px,2px);
    box-shadow: none;
}
	#sidemenu{
		background:rgba(10, 0, 50, 0.8);
		/*opacity:0.9;*/
		overflow-y: scroll;
	}
	#sidemenu::-webkit-scrollbar {
	  width: 7px;
	}

	#sidemenu::-webkit-scrollbar-thumb {
	  background: linear-gradient(0deg,#4f9ff1,#5eddee,#4f9ff1);
	  border-radius: 3px;
	}

	#sidemenu::-webkit-scrollbar-track {
	  background: rgba(100,100,100, .5);
	}

	#sidemenu ul li a{
		display:block;
		padding:15px;
		border-bottom:#333 solid 1px;
		color:#FFF;
		text-decoration:none;
	}
	#sidemenu ul li a:hover{background:#333;}
	#sidemenu_key{
		border-radius:0 5px 5px 0;
		background:rgba(10, 0, 50, 1);
		opacity:0.8;
		color:#FFF;
		padding:30px 0;
		cursor:pointer;
		margin-top:50px;
	}
	#sidemenu_key:hover{opacity:0.6;}


	/*必要なCSS：ここから*/
	#menu_wrap{
		display:block;
		position:fixed;
		z-index: 999;
		top:0;
		/* widthはメニュー幅+keyボタン幅 */
		width:480px;
		/* メニュー幅に合わせる */
		left:-450px;
	}
	#sidemenu{
		display:inline-block;
		width:450px;
		float:left;
	}
	#sidemenu_key{
		display:inline-block;
		width:30px;
		float:left;
	}