div.fvPlayer * {
-webkit-transform-style: preserve-3d;
}

div.fvPlayer *:focus {
	outline: none !important;
}

div.fvPlayer {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000;
	overflow-y: auto;
	padding:0 !important;
	margin:0;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased !important;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
}

div.fvPlayerCenter {
	margin: 0 auto;
}

div.fvPlayerIeFullScreen {
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

div.fvPlayer .fa {
	background-color: transparent;
	box-sizing: border-box;
	border: 0;
	display: inline-block;
}

div.fvPlayer>div.playerView {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding:0 !important;
	margin:0 !important;
	box-sizing: border-box;
	background-color: #000;
}

div.fvPlayer>div.playerView>div.playScreen {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,1);
}
div.fvPlayer>div.playerView>div.playScreen>div.fa-youtube-play {
	font-family: FontAwesome;
	content : '\f04b';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto auto;
	width: 200px;
	height: 200px;
	color: #1D529D;
	background-color: #ddd;
	border-radius: 50%;
	text-align: center;
}

div.fvPlayer>div.playerView>div.playScreen>div.fa-youtube-play:before {
	font-family: FontAwesome;
	content : '\f04b';
	font-size: 130px;
	line-height: 200px;
	margin-left: 30px;
}

div.fvPlayer>div.playerView>div.playScreen>span.copyright {
	position: absolute;
	bottom: 60px;
	text-align: center;
	margin: auto auto;
	width: 100%;
	font-size: 1em;
	color: #ccc;
	display: block;
}

div.fvPlayer>div.playerView>img {
	position: absolute;
	opacity: 0;
	max-width: 1000% !important;
	max-height: auto !important;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

div.fvPlayer>div.playerView>video,
div.fvPlayer>div.playerView>canvas {
	position: absolute;
	max-width: 1000% !important;
	background-color: #000;
}

div.fvPlayer>div.playerView>ul {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

div.fvPlayer>div.playerView>ul>li {
	position: absolute;
	opacity: 0;
	padding: 0;
	margin: 0;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease;
	overflow: hidden;
	font-size: 100%;
}

div.fvPlayer>div.playerView>ul>li:hover {
	position: absolute;
/*	background-color: rgba(255,255,255,0.6);
*/
	opacity: 1.0;
}

div.fvPlayer>div.playerView>ul>li>div.info {
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	bottom: -5em;
	width: 100%;
	opacity: 0;
	padding: 10px 15px;
	font-size: 1em;
	line-height: 1.0em;
	text-align: left !important;
	transition-property:  opacity bottom;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
	box-sizing: border-box;
	height: 3.7em;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.fvPlayer>div.playerView>ul>li>div.noDesc {
	height: 2.7em;
}

div.fvPlayer>div.playerView>ul>li:hover>div.info {
	bottom: 0;
	opacity: 1.0;
}

div.fvPlayer>div.playerView>ul>li>div.info>span.cap {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

div.fvPlayer>div.playerView>ul>li>div.info>span.cap:before {
	font-family: FontAwesome;
	content : '\f144';
	color: #999;
	margin-right: 5px;
}

div.fvPlayer>div.playerView>ul>li>div.info>span.desc {
	display: block;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #aaa;
	margin: 0;
	width: 100%;
	height: 1.5em;
	box-sizing: border-box;
	padding: 0 0 0 1.6em;
	width: 100%;
	font-size: 0.7em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

div.fvPlayer>div.playerView>ul>li>div.tools {
	top: 0;
	right: 0;
	position: absolute;
	color: #fff;
	padding: 0.7em;
	font-size: 1.2em;
	line-height: 0.7em;
	display: none;
	z-index: 1;
}

div.fvPlayer>div.playerView>ul>li:hover>div.tools {
	display: block;
}

div.fvPlayer>div.playerView>ul>li>div.tools>span {
	margin-left: 0.7em;
	text-shadow: 0 0 5px #000;
	font-family: FontAwesome !important;
	font-weight: lighter !important;
	cursor: pointer;
	width: 1.2857142857142858em;
	height: 1em;
	display: inline-block;
	color: #fff;
	text-align: center !important;
}

div.fvPlayer>div.playerView>ul>li>div.tools>span:before {
	opacity: 0.8;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

div.fvPlayer>div.playerView>ul>li>div.tools>span:hover:before {
	opacity: 1.0;
}

div.fvPlayer>div.playerView>ul>li>div.tools>span.sound:before {
	content : '\f028';
}

div.fvPlayer>div.playerView>ul>li>div.tools>span.zoom:before {
	content : '\f14c';
}

div.fvPlayer>div.playerView>ul>li>div.tools>span.minimum:before {
	content : '\f009';
}

div.fvPlayer>div.playerView>ul>li.swapCamera {
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

div.fvPlayer>div.playerView>ul>li.swapCamera:hover {
	background-color: rgba(0,0,0,0.4);
}

div.fvPlayer>div.playerView>ul>li.swapCamera:hover:before {
	font-size: 12px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
    width:120px;
    padding: 0 15px;
    line-height: 30px;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left:-60px;
    margin-top:-15px;
    text-align: center;
	border-radius: 15px;
	display: block;
	box-sizing: border-box;
}

div.fvPlayer>div.controls{
	// height: 35px;
	background-color: #000;
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #111;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #000), color-stop(0.00, #000));
	background: -webkit-linear-gradient(top, #000 0%, #000 88%);
	background: -moz-linear-gradient(top, #000 0%, #000 88%);
	background: -o-linear-gradient(top, #000 0%, #000 88%);
	background: -ms-linear-gradient(top, #000 0%, #000 88%);
	background: linear-gradient(to bottom, #000 0%, #000 88%);
}

div.fvPlayer>div.controls>div.parts {
	padding: 5px 15px 5px 15px;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

div.fvPlayer>div.controls>div.parts>a.logo {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	display: inline-block;
	padding-left: 22px;
	text-decoration: none !important;
	border: 0;
	white-space: nowrap;
	color: #fff;
	margin-right: 5px;
	margin-left: 10px;
	background-image: url('../../images/gnzo_logo_control.png');
	background-repeat: no-repeat;
	background-position: 0 40%;
	box-shadow: 0 0 0 0 !important;
}

div.fvPlayer>div.controls>div.parts>div.seekBar {
	width: 75%;
	background-color: #222;
	margin-right: 15px;
}
div.fvPlayer>div.controls>div.parts>div.volumeBar {
	width: 25%;
	background-color: #222;
	margin-right: 15px;
}

div.fvPlayer>div.controls>div.parts>.button {
	box-sizing: border-box;
	margin-right: 10px;
	padding: 0 2px;
	width: 30px;
	min-width: 25px;
	max-width: 25px;
	min-height: 24px;
	max-height: 24px;
	overflow: hidden;
	line-height: 24px;
	text-align: center !important;
	text-decoration: none !important;
	color: #fff;
/*	border: solid 1px #222;
*/	display: block;
	border: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	opacity: 0.3;
	background-color: transparent !important;
	box-shadow: 0 0 0 0 !important;
}

div.fvPlayer>div.controls>div.parts>.button:hover {
/*	border: solid 1px #222;
	background-color: #222;
*/	opacity: 1;
}

div.fvPlayer>div.controls>div.parts>.qualitySelector {
	width: 24px;
}

/* スライダースタイル */
div.fvPlayer>div.controls>div.parts .ui-corner-all {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
div.fvPlayer>div.controls>div.parts .ui-slider-range {
	background: #aaa;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ababab), color-stop(0.00, #636363));
background: -webkit-linear-gradient(#636363, #ababab);
background: -moz-linear-gradient(#636363, #ababab);
background: -o-linear-gradient(#636363, #ababab);
background: -ms-linear-gradient(#636363, #ababab);
background: linear-gradient(#636363, #ababab);
}

div.fvPlayer>div.controls>div.parts .ui-slider-handle {
    border: 0;
    background: #ddd;
    width: 10px;
    height: 21px;
    border-radius: 1px;
    moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-top: 0px;
    box-shadow: 0 0 7px #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #a6a6a6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #a6a6a6 88%);
	background: -moz-linear-gradient(top, #fff 0%, #a6a6a6 88%);
	background: -o-linear-gradient(top, #fff 0%, #a6a6a6 88%);
	background: -ms-linear-gradient(top, #fff 0%, #a6a6a6 88%);
	background: linear-gradient(to bottom, #fff 0%, #a6a6a6 88%);
}

div.fvPlayer>div.controls>div.parts .ui-slider-horizontal {
	margin-top: 7px;
    height: 10px;
	background: #000;
    border: solid 0px #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #3d3d3d), color-stop(0.00, #2e2e2e));
	background: -webkit-linear-gradient(top, #2e2e2e 0%, #3d3d3d 88%);
	background: -moz-linear-gradient(top, #2e2e2e 0%, #3d3d3d 88%);
	background: -o-linear-gradient(top, #2e2e2e 0%, #3d3d3d 88%);
	background: -ms-linear-gradient(top, #2e2e2e 0%, #3d3d3d 88%);
	background: linear-gradient(to bottom, #2e2e2e 0%, #3d3d3d 88%);
}

div.fvPlayer>div.controls>div.parts .ui-slider-horizontal .ui-slider-handle {
    margin-left: -7px;
}

div.fvPlayer>div.controls>div.parts .ui-tabs-nav .ui-state-focus a {
	outline: none !important;
}

div.fvPlayer>div.controls>div.parts>div.camSelector,
div.fvPlayer>div.controls>div.parts>div.qualitySelector {
	position: relative;
	display: inline-block;
	overflow: visible !important;
}

div.fvPlayer>div.controls>div.parts>div.camSelector>ul,
div.fvPlayer>div.controls>div.parts>div.qualitySelector>ul {
	position: absolute;
	bottom: 30px;
	padding: 0;
	right: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	display: block;
}
div.fvPlayer>div.controls>div.parts>div.qualitySelector>ul {
	right: -0.35em;
	width: 2em;
}
div.fvPlayer>div.controls>div.parts>div.camSelector>ul {
	width: 500px;
}

div.fvPlayer>div.controls>div.parts>div.camSelector>ul>li,
div.fvPlayer>div.controls>div.parts>div.qualitySelector>ul>li {
	line-height: 2em;
	padding: 0em 0.5em;
	background-color: rgba(30,30,30,0.8);
	color: #fff;
	font-size: 0.9em;
	text-align: left;
	white-space: nowrap;
	overflow: auto;
	cursor: pointer;
	margin: 0 0 0 0!important;
	overflow: hidden;
}

div.fvPlayer>div.controls>div.parts>div.qualitySelector>ul>li {
	text-align: center;
}

div.fvPlayer>div.controls>div.parts>div.camSelector>ul>li:hover,
div.fvPlayer>div.controls>div.parts>div.qualitySelector>ul>li:hover {
	background-color: rgba(100,100,100,0.8);
}

div.fvPlayer>div.playerView>div.errorScreen {
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center !important;
	background-color: #000;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto auto;
}

div.fvPlayer>div.playerView>div.errorScreen:before {
	width: 200px;
	height: 200px;
	font-size: 200px;
	line-height: 200px;
	content: '\f119';
	overflow: visible;
	font-family: FontAwesome;
	text-align: center !important;
	position:absolute;
	top: -30%;
	right:0px;
	bottom:0px;
	left:0px;
	color: #222;
	margin:auto auto;
	box-sizing: border-box;
}

div.fvPlayer>div.playerView>div.errorScreen:after {
	width: 100%;
	height: 50px;
	font-size: 0.9em;
	position:absolute;
	top:65%;
	right:0px;
	bottom:0px;
	left:0px;
	color: #ccc;
	white-space: pre;
}

div.fvPlayer>div.playerView>div.errorScreen>span.errorCode {
	position:absolute;
	color: #888;
	top:54%;
	display: inline-block;
	width: 100%;
	left: 0;
	font-size: 0.8em;
}

div.fvPlayer>div.playerView>div.errorScreen>a.reload {
	width: 1.7em;
	height: 1.7em;
	line-height: 1.7em;
	overflow: visible;
	position:absolute;
	top: 75%;
	right:0px;
	bottom:0px;
	left: -5px;
	font-size: 1.4em;
	margin:auto auto;
	text-decoration: none;
	display: block;
	transition-property: color background-color;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	cursor: pointer;
	background-color: #333;
	border-radius: 50%;
	color: #aaa;
}

div.fvPlayer>div.playerView>div.errorScreen>a.reload:before {
	font-family: FontAwesome;
	content : '\f021';
}

div.fvPlayer>div.playerView>div.errorScreen>a.reload:hover {
	background-color: #4C9656;
	color: #fff;
}

div.fvPlayer>div.controls>div.parts>a.play:before {
	content : '\f04b';
}

div.fvPlayer>div.controls>div.parts>a.pause:before {
	content : '\f04c';
}

div.fvPlayer>div.controls>div.parts>a.volume-up:before {
	content : '\f028';
}

div.fvPlayer>div.controls>div.parts>a.volume-off:before {
	content : '\f026';
}

div.fvPlayer>div.controls>div.parts>div.qualitySelector:before {
	content : '\f03e';
}

div.fvPlayer>div.controls>div.parts>div.camSelector:before {
	content : '\f03d';
}

div.fvPlayer>div.controls>div.parts>a.expand:before {
	content : '\f065';
}

div.fvPlayer>div.controls>div.parts>a.compress:before {
	content : '\f066';
}

div.fvPlayer>div.controls>div.parts>a.button,
div.fvPlayer>div.controls>div.parts>div.button,
div.fvPlayer>div.controls>div.parts>a.button:before,
div.fvPlayer>div.controls>div.parts>div.button:before {
	font-family: FontAwesome !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 1.1em;
	text-decoration: none;
	width: 1.2857142857142858em;
}

@media all and (max-width: 740px) {
	div.fvPlayer>div.playerView>ul>li>div.info {
		bottom: 0;
		opacity: 1.0;
		font-size: 0.8em;
		height: 4em;
	}

	div.fvPlayer>div.playerView>ul>li>div.tools {
		font-size: 1em;
	}

	div.fvPlayer>div.playerView>div.playScreen>span.copyright {
		bottom: 30px;
		font-size: 0.9em;
	}
}

@media all and (max-width: 480px) {
	div.fvPlayer>div.playerView>ul>li>div.info {
		bottom: 0;
		opacity: 1.0;
		font-size: 0.7em;
	}

	div.fvPlayer>div.playerView>ul>li>div.tools {
		font-size: 1em;
	}

	div.fvPlayer>div.controls>div.parts>a.button:before,
	div.fvPlayer>div.controls>div.parts>div.button:before {
		font-size: 0.8em;
		height: 1em;
		width: 1em;
		line-height: 1.3em;
	}

	div.fvPlayer>div.playerView>div.playScreen>span.copyright {
		bottom: 10px;
		font-size: 0.8em;
	}
	div.fvPlayer>div.controls>div.parts>div.camSelector>ul {
		width: 250px;
	}
	div.fvPlayer>div.controls>div.parts>div.camSelector>ul>li {
		padding: 0.5em;
		line-height: 1em;
		font-size: 0.7em !important;
	}

	div.fvPlayer>div.playerView>div.errorScreen:after {
		font-size: 0.8em;
	}

	div.fvPlayer>div.playerView>div.playScreen>div.fa-youtube-play {
		width: 100px;
		height: 100px;
	}

	div.fvPlayer>div.playerView>div.playScreen>div.fa-youtube-play:before {
		font-size: 65px;
		line-height: 100px;
		margin-left: 15px;
	}
}

