
#livecontroller {
}

#live {
	width: 970px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	/* background: #FFF; */
	background: transparent;
}

#live #leftdiv {
	width: 640px;
	position: relative;
}

#live #rightdiv {
	width: 340px;
	margin-left: 8px;
	background: #FFF;
	display: flex;
}

#live #emergency {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:9999;
	background: rgba(100,100,100,0.8);
	color: #FFF;
	font-weight: bold;
}

#emergency > div {
	padding: 8px;
	white-space: pre-wrap;

}

#live #init {
	height: 360px;
	margin-bottom: 16px;
	background: #000;
}

#live #player {
	height: 360px;
	margin-bottom: 16px;
}

#npfplayer {
}

#live #thumbnail {
	position: relative;
	height: 360px;
	margin-bottom: 16px;
	text-align: center;
	background: black;
}

#live #description {
	margin: 0 auto;
	margin-bottom: 16px;
}

#thumbnail .image {
	height: 100%;
}

#thumbnail .commingsoon {
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: rgba(0,0,0,0.5);
	line-height: 360px;
}

#thumbnail .commingsoon span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 120%;
}

#live #storylist {
	width: 640px;
	margin: 0 auto;
}

#storylist > .storyrow {
	margin-bottom: 4px;
	height: 64px;
	border-top: solid 1px #CCC;
}

#live #chat {
	width: 100%;
	height: 100%;
	border: solid 1px #DDD;
	display: flex;
	flex-direction: column;
}

#live #chatcontrol {
	width: 100%;
	text-align: right;
	padding: 4px 4px 4px 0px;
	display: none;
}

#chatcontrol #chatclosebutton {
	width: 24px;
	height: 24px;
	padding: 0;
	line-height: 100%;
	background: transparent;
	border: none;
	font-size: 120%;
	font-weight: bold;
	color: #666;
}

#live #chatframe {
	width: 100%;
	flex: 2;
	border: none;
}

.storyrow > .content {
	height: 100%;
	padding: 4px;
}

.storyrow > .selected {
	background-color: #CCF;
}

.storyrow > .content > .thumbnail {
	height: 100%;
	float: left;
}

.storyrow > .content > .thumbnail img {
	height: 100%;
}

.storyrow > .content > .info {
	height: 100%;
	float: left;
	margin-left: 4px;
}

.storyrow > .content > .info p {
	margin-bottom: 4px;
}

[v-cloak] {
	display: none;
}

/* フルスクリーン中 */

.fullscreen #live {
	width: 100% !important;
	background: #000 !important;
}

.fullscreen #leftdiv {
	width: 90% !important;
}

.fullscreen #thumbnail {
	height: 100% !important;
}

.fullscreen #player {
	height: 100% !important;
}

.fullscreen #npfplayer {
	height: 100% !important;
}

.fullscreen #npfplayer-video {
	height: 100% !important;
}

.fullscreen #description {
	display: none !important;
}

.fullscreen #storylist {
	display: none !important;
}

.fullscreen #chatcontrol {
	display: block !important;
}

.closedchat #leftdiv {
	width: 100% !important;
}

.closedchat #rightdiv {
	display: none !important;
}


