.player-horizontal .player-container,
.landscape .player-container{
	overflow: visible;
}

.player-container.screen-close .player-thumbnail {
	display: none;
}
.player-container {
	position: relative;
}

.player-info.opening .annotation {
	color: #999;
	font-size: 90%;
}
.player-info.opening .button-wrap.vertical .annotation {
	display: block;
	margin: 8px auto 12px;
}

.button.button-controller.watch-this-page {
	width: 200px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 20px;
}
.button.button-controller.watch-this-page:before {
	content: "▶";
	margin-right: 8px;
}

.followBottomBannerHeight {
	background-color: #333;
	height: 100px;
}

.followBottomBanner {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 35;
}

.qualityCtrl {
	padding: 8px;
	font-size: small;
}

.qualityCtrl li {
	float: left;
	margin: 0 0 0 8px;
}

.qualityCtrl li:first-child {
	margin: 0;
}

.qualityCtrl li.active {
	text-decoration: none;
	font-weight: bold;
}

.qualityCtrl li.disable {
	color:#999;
}

.qualityCtrl h4 {
	display: inline-block;
	-webkit-border-radius: 5px;
	padding: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#d0d0d0));
	color: #616161;
	text-shadow: 1px 1px 2px #fff;
	font-size: small;
	-webkit-box-shadow: 0px 2px 4px #666;
	position: relative;
	margin: 10px 0 0;
}

.qualityCtrl h4:before {
	margin: 0 0 -3px;
	position: absolute;
	top: -9px;
	left: 0;
	display: block;
	padding: 0 0 0 32px;
	content: url(/img/common/baloon_top.png);
}

/* recommend user phase2*/
.recommendUserChannel{
	padding: 20px 0;
	text-align: center;
}


.recommendText{
	margin-bottom: 12px;
}

.recommendUser{
	display: inline-block;
	color: #333;
	margin: 0;
	padding: 0 10px;
	font-size: 18px;
	line-height: 40px;
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(top,  #fff 0%,#ccc 100%);
	background-image: linear-gradient(top,  #fff 0%,#ddd 100%);
	border: #eee solid 1px;
	border-radius: 4px;
}

.recommendUser:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../img/common/icon_recommend_user.png) no-repeat;
	background-size: 100%;
	vertical-align: -8px;
}

.landscape .guide-layout-container:nth-child(3) {
	display: none;
}

body.watch{
	background-color: #ededed;
}

.author-byline {
  width: 100%;
  background-color: white;
  border: #ccc solid 1px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}

.author .author-thumb {
  display: table-cell;
  width: 40px;
  height: 38px;
}

.author .author-thumb img {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.author .author-name {
  display: table-cell;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  max-width: 0;
}

.author .author-name span {
  width: 100%;
  vertical-align: middle;
  padding-left: 8px;
}

.author .button-wrap {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
	padding-top: 0;
	padding-right: 6px;
	margin-bottom: 0;
}

.author .button{
  width: 80px;
}

.author .favorite {
  display: inline-block;
  color: #333;
  border-radius: 4px;
  text-align: center;
  font-size: 10px;
	line-height: 24px;
}

.author .favorite i {
	display: none;
	width: 10px;
	height: 10px;
	vertical-align: middle;
}

.author .favorite i svg {
	width: 10px;
	height: 10px;
	vertical-align: top;
	margin-top: -1px;
}

.author .favorite.off {
  background: #ececec;
}

.author .favorite.off .follow  {
	display: inline-block;
	vertical-align: middle;
}

.author .favorite.off .follow svg {
	fill: #bbb;
}

.author .favorite.on {
  background: #ffe000;
}

.author .favorite.on .following{
	display: inline-block;
}

.author .favorite.on .following svg{
  fill: #fd9a00;
}

.isIos .button-controller.play {
    position: relative;
    font-size: 16px;
    width: 40%;
    height: 44px;
    line-height: 44px;
}
.isIos .button-controller.play:before {
    content: "▶";
    position: absolute;
    left: 10px;
    margin-right: 8px;
}

.comment-input-container .forbid-comment-message {
  text-align: center;
  height: 36px;
  color: #999;
  display: none;
}

.comment-input-container.forbid-comment-posting .forbid-comment-message {
  display: block;
}

.comment-input-container.forbid-comment-posting .comment-post {
  display: none;
}

.player-comment.forbid-comment-showing {
  opacity: 0;
}

.balloon-popup {
  bottom: 175px;
}

/* watch player button */

.player-info .player-info-title .title {
  margin: 5px 0 0 5px;
  font-size: 14px;
}

.player-info .player-info-title {
  margin-bottom: 10px;
}

.player-info.closing .button-wrap {
    padding-top: 10px;
}

.player-info.opening .button-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media only screen and (orientation:landscape) {
    .player-info.closing .button-wrap {
        padding-top: 30px;
    }
}

  .player-info .button.button-controller {
  font-size: 14px;
  background:rgba(0, 0, 0, 0.7);
  border:solid 1px #666;
}

  .player-info .button.button-controller.play {
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 6px;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (orientation:landscape) {
  .player-info .button.button-controller.play {
    width: 180px;
  }
}

.player-info .button.button-controller.play:before {
  position: static;
}

.player-info .button.button-controller.play:last-child {
  margin-bottom: 0;
}

.player-info .icon.play {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  line-height: 40px;
}

.player-info .icon.play:before {
  position: static;
  margin: -4px 6px 0 0;
  vertical-align: middle;
}

.player-info .icon-sub {
  font-size: 14px;
  color: white;
  line-height: 24px;
}

.player-info .icon-sub.nicobox {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.player-info .icon-sub.nicobox:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background: url(../img/watch/player/buttons_player_nicobox.png) no-repeat;
  background-size: 26px;
}

.player-info.opening .annotation {
  color: #999;
  font-size: 90%;
}
.player-info.opening .button-wrap.vertical .annotation {
  display: block;
  margin: 2px auto 16px;
  text-align: center;
}

/* チャンネル動画広告導線対応 */
.player-info .unplayable-message {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    padding: 0 10px;
    font-size: 15px;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.player-info.opening .button-wrap.vertical .annotation.unplayable {
    margin: 2px auto 16px;
    text-align: center;
    color: #fff;
    font-size: 100%;
}

/* 関連動画に関連生放送追加(「関連動画」を「関連」に名称変更) */
.related-contents-list-item.live-item {
    background: #fff;
}

.related-contents-list-item.live-item .inner {
    border-bottom: #d5d5d5 solid 1px;
    display: block;
    padding: 10px;
}

.related-contents-list-item.live-item .inner:after {
    clear: both;
    content: "";
    display: block;
}

.related-contents-list-item.live-item .item-thumb {
    background: #000;
    float: left;
    position: relative;
    width: 110px;
}

.related-contents-list-item.live-item .item-thumb img {
    display: block;
    margin: 0 auto;
    width: 70px;
}

.related-contents-list-item.live-item .item-thumb .item-label {
    background: #f00;
    bottom: 0;
    background: rgba(255, 0, 0, 0.8);
    left: 0;
    padding: 2px 4px;
    position: absolute;
    color: #fff;
}

.related-contents-list-item.live-item .item-information {
    overflow: hidden;
    padding-left: 10px;
}

.related-contents-list-item.live-item .item-information .item-status {
    color: #5d5d5d;
    font-size: 12px;
    margin-bottom: 4px;
}

.related-contents-list-item.live-item .item-information .item-date {
    font-size: 13px;
}

.related-contents-list-item.live-item .item-information .item-onair {
    color: #f00;
    margin-left: 4px;
}

.related-contents-list-item.live-item .item-information .item-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
}

.related-contents-list-item.live-item .item-information .item-community {
    background: #333;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 4px;
    padding: 3px;
}

/* 動画再生終了後の「こちらもおすすめ」に、生放送を追加 */

.video-relate-item-list .video-relate-item a {
    background: #000;
}

.video-relate-item-list .video-relate-item .label {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    color: white;
}

.video-relate-item-list .video-relate-item.video .premium-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 2px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.video-relate-item-list .video-relate-item.video .premium-icon img {
    margin-top: 0px;
}

.video-relate-item-list .video-relate-item.video img {
    width: 100%;
    margin-top: -11px;
}

.video-relate-item-list .video-relate-item.video .label {
    padding: 4px 8px;
    background-color: rgba(0, 0, 0, 0.7);
}

.video-relate-item-list .video-relate-item.live img {
    width: 63px;
    display: block;
    margin: 0 auto;
}

.video-relate-item-list .video-relate-item.live .label {
    padding: 4px;
    background: rgba(255, 0, 0, 0.7);
}


/*タグ編集UI　ここから------------------------*/
.tag-list-item {
  background-color: #fff;
}

.tag-list-item .tag-text {
  padding: 0 44px 0 24px;
}

/*タグ編集中非表示*/
.tag-edit .tag-nav,
.tag-edit .tag-edit-start,
.tag-edit .tag-searchlist,
.tag-edit .arrow-down:after,
.tag-edit .arrow-up:after{
  display: none;
}

/*タグ編集中のみ表示*/
.tag-edit-button,
.tag-input-container,
.tag-edit-finish{
  display: none;
}

.tag-edit .tag-edit-button,
.tag-edit .tag-input-container,
.tag-edit .tag-edit-finish{
  display: block;
}

.tag-edit .tag-list-item{
  min-height: 40px;
}

.tag-edit .tag-list-item .tag-text{
  padding-left: 36px;
}

/* 削除・カテゴリ・ロックボタン */
.tag-edit-button{
  position: absolute;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  top: 0;
  background-image: url(../img/watch/icon/icon_tag_edit.png);
  background-size: 100%;
}

.tag-edit-button.tag-delrete.select{
  background-position: 0 0;
}

.tag-edit-button.tag-delrete{
  left: 0;
  top: 2px;
  background-position: 0 -38px;
}

.tag-edit-button.tag-category.select{
  background-position: 0 -74px;
}

.tag-edit-button.tag-category{
  background-position: 0 -112px;
  right: 40px;
}

.tag-edit-button.tag-lock.select{
  background-position: 0 -150px;
}

.tag-edit-button.tag-lock{
  background-position: 0 -188px;
  right: 0px;
}

/* 入力フォーム */
.tag-input-container{
  background-color: #f5f5f5;
  padding: 10px;
}

/* 入力フォーム　警告文*/
.error-max,
.error-character-amount-max,
.error-blank,
.error-prohibited-characters,
.error-lock{
  display: none;
}

.state-error-max .default,
.state-error-character-amount-max .default,
.state-error-blank .default,
.state-error-prohibited-characters .default,
.state-error-lock .default{
  display: none;
}

.state-error-max .error-max,
.state-error-character-amount-max .error-character-amount-max,
.state-error-blank .error-blank ,
.state-error-prohibited-characters .error-prohibited-characters,
.state-error-lock .error-lock{
  display: block;
}

.error-lock,
.error-max{
  padding: 10px 0;
}

.tag-input-information{
  font-size: 11px;
}

.tag-input-information .highlight{
  color: #f04949;
  font-size: 13px;
  font-weight: bold;
}

.tag-input-information .tag-error-detail{
  color: #999;
  font-size: 10px;
  padding-top: 6px;
  letter-spacing: -1px;
}

/*入力フォーム テキストボックス*/
.tag-input-container .input-text{
  position: relative;
  display: block;
  height: 34px;
  width: 100%;
  background-color: #fff;
  border: #e5e5e5 solid 1px;
  margin-top: 6px;
}

.tag-input-container input[type="text"]{
  float: left;
  display: inline-block;
  width: 80%;
  height: 34px;
  font-size: 14px;
  padding: 0 4px 0 2px;
  border: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 入力フォーム　登録ボタン*/
.tag-input-container .input-text .submit{
  float: right;
  display: block;
  min-width: 40px;
  height: 30px;
  padding: 0 12px;
  margin: 2px 2px 2px 0;
  color: #b2b2b2;
  font-size: 14px;
  background-color: #fee0b2;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tag-input-container.state-default .input-text .submit{
  color: #000;
  background-color: #ff9c00;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9c00), color-stop(100%, #f68600));
  background-image: -webkit-linear-gradient(#ff9c00, #f68600);
  background-image: linear-gradient(#ff9c00, #f68600);
}

/* 入力フォーム　一部のエラー表示時にテキストボックス非表示*/
.state-error-max .input-text,
.state-error-lock .input-text{
  display: none;
}

/* 編集開始&終了・タグ一覧更新ボタン*/
.tag-controller{
  position: relative;
  min-height: 44px;
  border-top: 4px solid #f5f5f5;
  box-shadow: 0 1px 0 #cdcdcd inset, 0 -1px 0 #e5e5e5;
  margin-top: -2px;
}

.tag-edit .tag-controller{
  box-shadow: 0 1px 0 #cdcdcd inset, 0 0 0 #e5e5e5;
}

.tag-edit-start,
.tag-edit-finish,
.tag-reload{
  position: absolute;
  text-align: center;
  font-size: 12px;
}

.tag-edit-start,
.tag-edit-finish{
  left: 10px;
  bottom: 7px;
  height: 36px;
  line-height: 36px;
  padding: 0  14px;
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
  border-width: 0 1px 1px;
  color: #333;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tag-edit-start:after,
.tag-edit-finish:after{
  display: inline-block;
  color: #333;
  margin-left: 6px;
}

.tag-edit-start:after{
  content: "▼";
}

.tag-edit-finish:after{
  content: "▲";
}

.tag-reload{
  right: 5px;
  bottom: 7px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #676767;
  padding: 0 30px 0 10px;
  border-radius: 4px;
}

.tag-reload:after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  margin-left: 4px;
  width: 15px;
  height: 15px;
  background: url(../img/watch/icon/icon_reload.png) no-repeat 0 0;
  background-size: 100%;
}

/* ログイン導線 */
.tag-edit-disable{
  text-align: center;
  padding: 16px 0;
  font-size: 13px;
}

.tag-edit-detail{
  font-size: 11px;
  margin-top: 8px;
}

/* リロード */
.tab-video-tag .reload-container{
  background-color: #ededed;
  position: relative;
  height: 170px;
}

.tab-video-tag .reload-container .reload{
  display: block;
  height: 44px;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background-color: #676767;
  border-radius: 4px;
}

/*タグ編集UI　ここまで------------------*/

/* loading overwrite */

.player-container .loading-container {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.player-container .loading-container.active {
    z-index: 99;
}

.player-container .loading {
    bottom: 0;
}

*::-webkit-media-controls-start-playback-button {
    display: none!important;
}

.landscape .siteWide-CommonHeader_Container {
	display: none;
}
