html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  position: relative;
  font-family: Helvetica,"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro",sans-seri;
  line-height: 1;
  font-size: 13px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #3399ff;
  text-decoration: none;
}

form, input, button {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover.overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.hidden {
  display: none !important;
}

.arrow {
  position: relative;
  width: 100%;
}

.arrow:before, .arrow:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: white solid 2px;
  border-right: white solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-front:before {
  display: block;
  left: -12px;
}

.arrow-back:after {
  display: block;
  right: 10px;
}

.arrow-down:after {
  display: block;
  left: -12px;
  margin-top: -5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #999;
}

.arrow-up:after {
  display: block;
  left: 10px;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #999;
}

.arrow-triangle {
  position: relative;
}
.arrow-triangle:after {
  content: "▼";
  display: inline-block;
  font-size: 12px;
  color: #333;
  margin-left: 10px;
}
.arrow-triangle.active:after {
  content: "▲";
  display: inline-block;
  font-size: 12px;
  color: #333;
}

.list {
  *zoom: 1;
}
.list:before, .list:after {
  content: " ";
  display: table;
}
.list:after {
  clear: both;
}
.list .list-item {
  float: left;
  margin-right: 6px;
}
.list .list-item:last-child {
  margin-right: 0;
}

.link-text {
  color: #3399ff !important;
}

.link-liner {
  text-decoration: underline !important;
}

.adjust-right {
  float: right;
}

.balloon-popup {
  position: fixed;
  bottom: 20px;
  left: 50%;
  right: 50%;
  width: 90%;
  margin-left: -45%;
  padding: 8px;
  letter-spacing: -1px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.balloon-popup p {
  color: #fff;
  margin-bottom: 8px;
}
.balloon-popup .button-wrap .button {
  margin-right: 10px;
}
.balloon-popup .button-wrap .button:last-child {
  margin-right: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

.loading-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 180px;
}
.loading-container.active {
  display: block;
}

.loading {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  position: relative;
  bottom: -60px;
  z-index: 99;
  -webkit-animation-duration: .8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.loading {
  -webkit-animation-name: fade, rotate;
}

.loading span {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}

.loading .loading1 {
  top: 3px;
  left: 19px;
  background: #333;
}

.loading .loading2 {
  top: 7px;
  left: 30px;
}

.loading .loading3 {
  top: 19px;
  left: 35px;
}

.loading .loading4 {
  top: 30px;
  left: 30px;
}

.loading .loading5 {
  top: 35px;
  left: 19px;
  background: #cacaca;
}

.loading .loading6 {
  top: 30px;
  left: 8px;
  background: #979797;
}

.loading .loading7 {
  top: 19px;
  left: 3px;
  background: #676767;
}

.loading .loading8 {
  top: 7px;
  left: 8px;
  background: #343434;
}

.ads-container {
  background-color: #ccc;
  padding: 10px;
}

#jsCategoryAlliance h1 {
  display: none;
}

.categoryAllianceTopAd {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
}

.categoryAllianceTopAd a {
  display: table;
  width: 100%;
}

.categoryAllianceTopAd img {
  display: table-cell;
  margin-right: 10px;
}

.categoryAllianceTopAd span {
  display: table-cell;
  padding: 5px 10px 5px 0;
  color: #13346e;
  width: 100%;
  vertical-align: top;
}

.column2 {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.column2 li {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  width: 50%;
  height: 40px;
  float: left;
  color: #13346E;
}

.column2 li.left {
  border-right: solid 1px #ddd;
}

.column2 li.left:nth-child(2n) {
  margin-right: -1px;
  border-right: 0;
}

.column2 li a {
  display: block;
  height: 100%;
  width: 100%;
}

.column2 li p {
  padding: 0 10px;
  color: #13346E;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
  font-size: 12px;
}

.column2 li i {
  float: left;
  margin-right: 4px;
}

.column2 li span {
  display: inline-block;
  float: left;
  margin-top: 2px;
}

.sp_ad_f {
  clear: both;
  margin-top: 12px;
  text-align: center;
  line-height: 0;
}

.break {
  display: block;
}

.sp_ad {
  text-align: center;
  margin-bottom: 12px;
}

.sp_banner {
  text-align: center;
  margin-bottom: 12px;
}

.sp_banner_f {
  margin-top: 12px;
  text-align: center;
}

.user-control {
  margin-bottom: 12px;
  text-align: center;
}
.user-control a {
  padding: 4px 0;
  margin-bottom: 4px;
  margin-right: 10px;
}
.user-control span {
  display: none;
  margin-right: 10px;
}

.watch .footer p {
  display: block;
}
.watch .footer .user-control span {
  display: inline-block;
}
.watch .footer .siteFooterBtn {
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border: none;
  display: block;
  width: 80%;
  margin: 0 auto 5px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  color: #fff;
  background: #aa8616;
  border-color: #7a610d;
  border-radius: 0;
}

.isLogin.watch .footer p {
  display: block;
}
.isLogin.watch .footer .user-control a {
  display: block;
  margin-right: 0;
  padding: 4px 0;
  margin-bottom: 8px;
}

.bnrWrap {
  position: relative;
  width: 320px;
  height: 100px;
  margin: 0 auto 8px;
}
.bnrWrap a {
  display: block;
}
.bnrWrap a img {
  width: 100%;
}

.bnrWrap .triggerButton {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -999em;
  overflow: hidden;
}

.premiumInvite .triggerButton.close {
  background: url(../../../img/campaign/newcomer_premium/icon_close.png) no-repeat;
  background-size: 100%;
}

.button-wrap {
  width: 100%;
  padding-top: 12px;
  text-align: center;
}
.button-wrap.horizontal .button {
  display: inline-block;
}
.button-wrap.vertical .button {
  display: block;
  margin: 0 auto 12px;
}

.button {
  display: inline-block;
  font-size: 15px;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}
.button.login {
  background-color: #498dca;
}
.button.register {
  background-color: #f2bd15;
}
.button.regist {
  background-color: #f2bd15;
}
.button.button-controller {
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  border: rgba(255, 255, 255, 0.8) solid 2px;
}
.button.button-controller.appli {
  width: 173px;
  height: 44px;
  line-height: 44px;
  margin-bottom: 20px;
}
.button.button-controller.appli:before {
  content: "▶";
  margin-right: 8px;
}
.button.button-controller.repeat {
  font-size: 13px;
  width: 120px;
  height: 25px;
  line-height: 25px;
}
.button.button-controller.repeat:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  vertical-align: middle;
  margin-right: 4px;
  background-image: url(../img/watch/player/buttons_player.png);
  background-size: 40px 117px;
  background-position: 0 -101px;
}
.button.premium {
  font-size: 14px;
  width: 86%;
  height: 30px;
  line-height: 30px;
  background-color: #ff9600;
  border-radius: 34px;
}
.button.default {
  width: 40%;
  color: #333;
  line-height: 30px;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(white, #f4f4f4);
  background-image: linear-gradient(white, #f4f4f4);
}
.button.sns-button {
  position: relative;
  padding-top: 5px;
  padding-left: 40px;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(white, #f4f4f4);
  background-image: linear-gradient(white, #f4f4f4);
}
.button.sns-button:first-child {
  margin-right: 0;
}
.button.sns-button:last-child {
  margin-left: 0;
}
.button.sns-button:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/watch/icon/icon_social.png);
  background-repeat: no-repeat;
  background-size: 30px 162px;
}
.button.sns-button.twitter:before {
  background-position: 0 0;
}
.button.sns-button.facebook:before {
  background-position: 0 -33px;
}

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

.horizontal .button {
  width: 150px;
  height: 48px;
  line-height: 48px;
}
.horizontal .button:first-child {
  margin-right: 4px;
}

.button-container .button.default {
  width: 60%;
}

[role="header"] {
  position: relative;
  top: 0;
}

.guide-layout-container {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  min-height: 180px;
  background-color: #ededed;
}
.guide-layout-container * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.player-horizontal [role="banner"] {
  display: none;
}
.player-horizontal .footer {
  display: none;
}
.player-horizontal .guide-layout-container {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: translate(-100%) rotate(90deg);
  -moz-transform: translate(-100%) rotate(90deg);
  -ms-transform: translate(-100%) rotate(90deg);
  -o-transform: translate(-100%) rotate(90deg);
  transform: translate(-100%) rotate(90deg);
  overflow: visible;
}
.player-horizontal .guide-layout-container:first-child {
  height: auto !important;
}
.player-horizontal .guide-layout-container:nth-child(2) {
  display: none;
}
.player-horizontal .guide-layout-container:nth-child(3) {
  display: none;
}
.player-horizontal .tab-button-container {
  display: none;
}
.player-horizontal * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.player-horizontal iframe {
  display: none;
}
.player-horizontal .categoryAllianceTopAd {
  display: none;
}
.player-horizontal .sns-container {
  display: none;
}
.player-horizontal .followBottomBannerHeight {
  display: none;
}

.fixed #jsPlayerGuideLayoutContainer {
  z-index: 1;
  position: fixed;
}
.fixed #jsContentsContainer {
  z-index: 0;
}
.fixed .player-horizontal .guide-layout-container {
  -webkit-transform: translate(-100%) rotate(90deg);
  -moz-transform: translate(-100%) rotate(90deg);
  -ms-transform: translate(-100%) rotate(90deg);
  -o-transform: translate(-100%) rotate(90deg);
  transform: translate(-100%) rotate(90deg);
}

.landscape [role="banner"] {
  display: none;
}
.landscape .footer {
  display: none;
}
.landscape .guide-layout-container:nth-child(2) {
  display: none;
}
.landscape:nth-child(3) {
  display: none;
}
.landscape .sp_ad_f {
  display: none;
}
.landscape .sp_ad {
  display: none;
}
.landscape .ads-container {
  display: none;
}
.landscape * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.landscape .categoryAllianceTopAd {
  display: none;
}
.landscape .sns-container {
  display: none;
}
.landscape .followBottomBannerHeight {
  display: none;
}

.landscape .screen-playing .followBottomBannerHeight {
  display: none;
}
.landscape .screen-playing .followBottomBanner iframe {
  display: none;
}

.player-horizontal .screen-playing .followBottomBannerHeight {
  display: none;
}
.player-horizontal .screen-playing .followBottomBanner iframe {
  display: none;
}

.sns-container {
  padding: 10px;
  padding-top: 0;
  background-color: #ccc;
  text-align: center;
}
.sns-container .button-wrap {
  padding-top: 0;
  *zoom: 1;
}
.sns-container .button-wrap:before, .sns-container .button-wrap:after {
  content: " ";
  display: table;
}
.sns-container .button-wrap:after {
  clear: both;
}
.sns-container .button-wrap .button {
  width: 50%;
  color: #333;
  height: 40px;
  line-height: 1;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sns-container .button-wrap.horizontal .button {
  display: block;
  float: left;
  text-align: left;
}
.sns-container .button-wrap.horizontal .button:first-child {
  margin-right: 0;
  border-right: #ddd solid 1px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sns-container .button-wrap.horizontal .button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.footer {
  background: #333;
  text-align: center;
}
.footer a {
  color: #fff;
}
.footer p {
  color: #fff;
}

.player-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  min-height: 180px;
}
.player-container .loading-container {
  min-height: 0;
}

.player-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.player-video {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.player-video video {
  position: relative;
  z-index: -1;
}

.player-background {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.tap-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player-comment {
  position: absolute;
  top: 0;
  left: 50%;
  right: -50%;
}
.player-comment span {
  white-space: nowrap;
  font-weight: bold;
  text-shadow: #000 1px 1px 2px;
}
.player-comment.invisible {
  opacity: 0;
}
.player-comment .mine {
  border: 1px solid yellow;
}

.player-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.player-info .player-info-title {
  margin-bottom: 12px;
}
.player-info .player-info-title .title {
  width: 96%;
  font-size: 20px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-info .player-info-title.video-title .title {
  color: #ccc;
}
.player-info .player-info-description {
  margin-bottom: 12px;
}
.player-info .player-info-description .text {
  font-size: 14px;
  color: white;
}
.player-info .icon {
  font-size: 14px;
  color: white;
  text-decoration: none;
}
.player-info .icon.play {
  position: relative;
  padding-left: 25px;
}
.player-info .icon.play:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  display: inline-block;
  font-size: 12px;
  width: 22px;
  height: 22px;
  background-image: url(../img/watch/player/buttons_player.png);
  background-size: 48px 145px;
  background-position: 0 -242px;
}

.player-control-dock {
  position: absolute;
  bottom: 0;
  display: table;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.player-control-dock .dock-cell {
  display: table-cell;
  vertical-align: middle;
}
.player-control-dock .dock-cell.control-timecode {
  display: inline-block;
}

.control-start {
  width: 36px;
  height: 36px;
}
.control-start:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-size: 80px 248px;
  background-repeat: no-repeat;
}
.control-start:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: 0 -168px;
}

.control-pause {
  width: 36px;
  height: 36px;
}
.control-pause:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-size: 80px 248px;
  background-repeat: no-repeat;
}
.control-pause:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: -43px -168px;
}

.control-screen {
  width: 42px;
  height: 36px;
}
.control-screen:after {
  content: "";
  display: block;
  width: 42px;
  height: 36px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.control-screen.on:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: -48px -130px;
}
.control-screen.off:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: 5px -130px;
}
.control-screen.disable {
  opacity: 0.4;
}

.control-seek {
  position: relative;
  height: 30px;
  padding: 0 4%;
  vertical-align: middle;
}

.control-seekbar {
  position: relative;
  top: 0;
  height: 4px;
  margin-top: 8px;
  background-color: rgba(201, 201, 201, 0.6);
}

.control-progress {
  position: absolute;
  width: 60%;
  height: 4px;
  background-color: #2e82ff;
}

.control-slider {
  position: absolute;
  top: -5px;
  left: 40px;
  width: 3px;
  height: 14px;
  background-color: #fff;
}

.control-timecode {
  position: absolute;
  top: 4px;
  right: 3%;
}
.control-timecode > span {
  display: inline;
  font-size: 12px;
  color: white;
  letter-spacing: .04em;
}
.control-timecode > span:first-child:after {
  content: "/";
  display: inline-block;
  padding-left: 4px;
}

@media only screen and (orientation: landscape) {
  .landscape .player-control-dock {
    height: 56px;
  }
  .landscape .control-start {
    width: 42px;
    height: 42px;
  }
  .landscape .control-start:after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-size: 90px 266px;
    background-repeat: no-repeat;
  }
  .landscape .control-start:after {
    background-position: 0 -176px;
  }
  .landscape .control-pause {
    width: 42px;
    height: 42px;
  }
  .landscape .control-pause:after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-size: 90px 266px;
    background-repeat: no-repeat;
  }
  .landscape .control-pause:after {
    background-position: -49px -176px;
  }
  .landscape .control-screen {
    width: 42px;
    height: 42px;
  }
  .landscape .control-screen:after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-size: 90px 266px;
    background-repeat: no-repeat;
  }
  .landscape .control-screen.on:after {
    background-position: -48px -126px;
  }
  .landscape .control-screen.off:after {
    background-position: 4px -126px;
  }
  .landscape .control-slider {
    top: -7px;
    width: 5px;
    height: 18px;
  }
  .landscape .control-timecode > span {
    font-size: 14px;
  }
}
.player-horizontal .player-control-dock {
  height: 56px;
}
.player-horizontal .control-start {
  width: 42px;
  height: 42px;
}
.player-horizontal .control-start:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.player-horizontal .control-start:after {
  background-position: 0 -176px;
}
.player-horizontal .control-pause {
  width: 42px;
  height: 42px;
}
.player-horizontal .control-pause:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.player-horizontal .control-pause:after {
  background-position: -49px -176px;
}
.player-horizontal .control-screen {
  width: 42px;
  height: 42px;
}
.player-horizontal .control-screen:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.player-horizontal .control-screen.on:after {
  background-position: -48px -126px;
}
.player-horizontal .control-screen.off:after {
  background-position: 4px -126px;
}
.player-horizontal .control-slider {
  top: -7px;
  width: 5px;
  height: 18px;
}
.player-horizontal .control-timecode > span {
  font-size: 14px;
}

.tablet .player-control-dock {
  height: 56px;
}
.tablet .control-start {
  width: 42px;
  height: 42px;
}
.tablet .control-start:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.tablet .control-start:after {
  background-position: 0 -176px;
}
.tablet .control-pause {
  width: 42px;
  height: 42px;
}
.tablet .control-pause:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.tablet .control-pause:after {
  background-position: -49px -176px;
}
.tablet .control-screen {
  width: 42px;
  height: 42px;
}
.tablet .control-screen:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.tablet .control-screen.on:after {
  background-position: -48px -126px;
}
.tablet .control-screen.off:after {
  background-position: 4px -126px;
}
.tablet .control-slider {
  top: -7px;
  width: 5px;
  height: 18px;
}
.tablet .control-timecode > span {
  font-size: 14px;
}

.tablet.landscape .player-control-dock {
  height: 56px;
}
.tablet.landscape .control-start {
  width: 42px;
  height: 42px;
}
.tablet.landscape .control-start:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.tablet.landscape .control-start:after {
  background-position: 0 -176px;
}
.tablet.landscape .control-pause {
  width: 42px;
  height: 42px;
}
.tablet.landscape .control-pause:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.tablet.landscape .control-pause:after {
  background-position: -49px -176px;
}
.tablet.landscape .control-screen {
  width: 42px;
  height: 42px;
}
.tablet.landscape .control-screen:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.tablet.landscape .control-screen.on:after {
  background-position: -48px -126px;
}
.tablet.landscape .control-screen.off:after {
  background-position: 4px -126px;
}
.tablet.landscape .control-slider {
  top: -7px;
  width: 5px;
  height: 18px;
}
.tablet.landscape .control-timecode > span {
  font-size: 14px;
}

.tablet.player-horizontal .player-control-dock {
  height: 56px;
}
.tablet.player-horizontal .control-start {
  width: 42px;
  height: 42px;
}
.tablet.player-horizontal .control-start:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.tablet.player-horizontal .control-start:after {
  background-position: 0 -176px;
}
.tablet.player-horizontal .control-pause {
  width: 42px;
  height: 42px;
}
.tablet.player-horizontal .control-pause:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.tablet.player-horizontal .control-pause:after {
  background-position: -49px -176px;
}
.tablet.player-horizontal .control-screen {
  width: 42px;
  height: 42px;
}
.tablet.player-horizontal .control-screen:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: 90px 266px;
  background-repeat: no-repeat;
}
.tablet.player-horizontal .control-screen.on:after {
  background-position: -48px -126px;
}
.tablet.player-horizontal .control-screen.off:after {
  background-position: 4px -126px;
}
.tablet.player-horizontal .control-slider {
  top: -7px;
  width: 5px;
  height: 18px;
}
.tablet.player-horizontal .control-timecode > span {
  font-size: 14px;
}

.player-option-dock {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  border-bottom-left-radius: 8px;
}
.player-option-dock .dock-cell {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
}
.player-option-dock .dock-cell:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-size: 80px 248px;
  background-repeat: no-repeat;
}
.player-option-dock .dock-cell:first-child {
  margin-top: 10px;
}

.option-comment {
  height: auto;
}
.option-comment.on:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: -43px 0;
}
.option-comment.off:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: 0 0;
}
.option-comment.back-comment:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: 0 0;
}

.option-method.on:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: 2px -38px;
}
.option-method.off:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: -34px -38px;
}

.option-quality.on:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: 2px -80px;
}
.option-quality.off:after {
  background-image: url(../img/watch/player/buttons_player.png);
  background-position: -42px -80px;
}

.landscape .player-option-dock {
  top: 0;
  width: 50px;
}
.landscape .player-option-dock .dock-cell {
  width: 40px;
  height: 40px;
}
.landscape .player-option-dock .dock-cell:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: 90px 267px;
  background-repeat: no-repeat;
}
.landscape .option-comment.on:after {
  background-position: -49px 0;
}
.landscape .option-comment.off:after {
  background-position: 0 0;
}
.landscape .option-method.on:after {
  background-position: 2px -40px;
}
.landscape .option-method.off:after {
  background-position: -38px -40px;
}
.landscape .option-quality.on:after {
  background-position: 2px -82px;
}
.landscape .option-quality.off:after {
  background-position: -47px -82px;
}

.player-horizontal .player-option-dock {
  top: 10px;
  width: 50px;
}
.player-horizontal .player-option-dock .dock-cell {
  width: 40px;
  height: 40px;
}
.player-horizontal .player-option-dock .dock-cell:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: 90px 267px;
  background-repeat: no-repeat;
}
.player-horizontal .option-comment.on:after {
  background-position: -49px 0;
}
.player-horizontal .option-comment.off:after {
  background-position: 0 0;
}
.player-horizontal .option-method.on:after {
  background-position: 2px -40px;
}
.player-horizontal .option-method.off:after {
  background-position: -38px -40px;
}
.player-horizontal .option-quality.on:after {
  background-position: 2px -82px;
}
.player-horizontal .option-quality.off:after {
  background-position: -47px -82px;
}

.viewport {
  width: 320px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
}

.tablet .viewport {
  width: 640px;
}

.video-relate-item-container {
  position: relative;
  left: 20px;
  height: 63px;
  margin-bottom: 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-relate-item-container .container-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
}

.video-relate-item-list {
  *zoom: 1;
}
.video-relate-item-list:before, .video-relate-item-list:after {
  content: " ";
  display: table;
}
.video-relate-item-list:after {
  clear: both;
}
.video-relate-item-list .video-relate-item {
  position: relative;
  float: left;
  width: 112px;
  height: 63px;
  margin-right: 10px;
  border: white solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-relate-item-list .video-relate-item:last-child {
  margin-right: 0;
}
.video-relate-item-list .video-relate-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-relate-item-list .video-relate-item .label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 4px 8px;
  font-size: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
.video-relate-item-list .video-relate-item img {
  width: 100%;
  margin-top: -13px;
  vertical-align: top;
}
.video-relate-item-list .video-relate-item.illust .label {
  background-color: rgba(255, 114, 0, 0.7);
}
.video-relate-item-list .video-relate-item.live .label {
  background-color: rgba(0, 124, 203, 0.7);
}

.player-container.screen-playing .player-info {
  visibility: hidden;
}
.player-container.screen-playing .player-option-dock {
  visibility: hidden;
}
.player-container.screen-playing .player-control-dock {
  visibility: hidden;
}
.player-container.screen-playing .player-thumbnail {
  display: none;
}
.player-container.screen-playing .cover {
  display: none;
}
.player-container.screen-playing.menu-active .player-option-dock {
  visibility: visible;
}
.player-container.screen-playing.menu-active .player-control-dock {
  visibility: visible;
}
.player-container.screen-playing.menu-active .player-control-dock .control-start {
  display: table-cell;
}
.player-container.screen-open .cover {
  display: block;
}
.player-container.screen-open .player-info {
  visibility: hidden;
}
.player-container.screen-open .player-info.opening {
  visibility: visible;
}
.player-container.screen-open .player-info .video-relate-item-container {
  display: none;
}
.player-container.screen-open .player-option-dock {
  visibility: visible;
}
.player-container.screen-open .player-control-dock {
  visibility: hidden;
}
.player-container.screen-close .player-info {
  visibility: hidden;
}
.player-container.screen-close .player-info.closing {
  visibility: visible;
}
.player-container.screen-close .player-option-dock {
  visibility: hidden;
}
.player-container.screen-close .player-info-title {
  margin-bottom: 6px;
}
.player-container.screen-close .player-info-title .title {
  font-size: 14px;
}
.player-container.screen-close .player-control-dock {
  visibility: hidden;
}

.player-container .player-message {
  z-index: 5;
}
.player-container.screen-playing .player-video {
  z-index: 1;
}
.player-container.screen-playing .player-info {
  z-index: -1;
}
.player-container.screen-playing .player-comment {
  z-index: 3;
}
.player-container.screen-playing .player-control-dock .control-start {
  z-index: -1;
}
.player-container.screen-playing .tap-area {
  z-index: 3;
}
.player-container.screen-playing .cover {
  z-index: -1;
}
.player-container.screen-playing.menu-active .player-option-dock {
  z-index: 4;
}
.player-container.screen-playing.menu-active .player-control-dock {
  z-index: 4;
}
.player-container.screen-playing.menu-active .tap-area {
  z-index: 3;
}
.player-container.screen-open .player-thumb {
  z-index: 1;
}
.player-container.screen-open .player-video {
  z-index: -1;
}
.player-container.screen-open .cover {
  z-index: 2;
}
.player-container.screen-open .player-info {
  z-index: 3;
}
.player-container.screen-open .player-option-dock {
  z-index: 4;
}
.player-container.screen-open .player-control-dock {
  z-index: 4;
}
.player-container.screen-open .tap-area {
  z-index: -1;
}
.player-container.screen-close .player-video {
  z-index: 1;
}
.player-container.screen-close .cover {
  z-index: 2;
}
.player-container.screen-close .player-info {
  z-index: 3;
}
.player-container.screen-close .player-option-dock {
  z-index: -1;
}
.player-container.screen-close .player-control-dock {
  z-index: 3;
}
.player-container.screen-close .tap-area {
  z-index: -1;
}

.player-thumbnail img {
  width: 100%;
  vertical-align: top;
}

.player-message {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 10px;
  z-index: 10;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.player-message p {
  font-size: 15px;
  padding: 8px;
  text-align: center;
}
.player-message .supp {
  font-size: 12px;
  padding-top: 0px;
  text-align: center;
}

.tab-button-container {
  position: relative;
  display: table;
  width: 100%;
  height: 44px;
  z-index: 1;
}
.tab-button-container .tab-button {
  display: table-cell;
  width: 25%;
  text-align: center;
  background-color: #333333;
  border-right: #666 solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-button-container .tab-button:before {
  background-image: url(../img/watch/icon/icon_tabicon.png);
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 4px auto 2px;
  background-size: 22px 118px;
  background-repeat: no-repeat;
}
.tab-button-container .tab-button.selected {
  background: #666;
  box-shadow: inset -1px 1px 3px rgba(0, 0, 0, 0.6);
}
.tab-button-container .tab-button:last-child {
  border-right: 0;
}
.tab-button-container .tab-button .sup {
  color: white;
  font-size: 9px;
}
.tab-button-container .tab-button.video-information:before {
  background-position: 0 0;
}
.tab-button-container .tab-button.video-tag:before {
  background-position: 0 -32px;
}
.tab-button-container .tab-button.video-comment:before {
  background-position: 0 -96px;
}
.tab-button-container .tab-button.relate-contents:before {
  background-position: 0 -60px;
}

.tab-contents {
  padding-top: 10px;
  background-color: #ededed;
  padding-bottom: 12px;
  min-height: 180px;
}
.tab-contents .button-wrap {
  margin-bottom: 12px;
}

.cols {
  margin: 0 10px 12px;
  padding-bottom: 12px;
  border-bottom: #d4d4d4 solid 1px;
  *zoom: 1;
}
.cols:before, .cols:after {
  content: " ";
  display: table;
}
.cols:after {
  clear: both;
}
.cols .cols-title {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.cols .cols-footer {
  line-height: 45px;
  background-color: #efefef;
  border-bottom: #d4d4d4 solid 1px;
}
.cols .cols-footer a {
  display: inline-block;
  width: 100%;
}
.cols:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.cols.comment-container {
  min-height: 180px;
}
.cols.comment-container.comment-disable {
  min-height: 0;
}
.cols.comment-enable {
  display: none;
}
.cols.comment-input-container {
  display: none;
}
.cols.comment-empty {
  display: none;
}

.isLogin .cols.comment-input-container {
  display: block;
}
.isLogin .cols.comment-enable {
  display: block;
}
.isLogin .cols.comment-empty {
  display: block;
}
.isLogin .cols.comment-empty p {
  text-align: center;
  margin-bottom: 8px;
  color: #999;
}
.isLogin .cols.comment-empty.comment-disable {
  min-height: 0;
}

.cols-header {
  display: table;
  table-layout: fixed;
  width: 100%;
  line-height: 30px;
  background-color: #ccc;
}
.cols-header .cols-title {
  display: table-cell;
  width: 32%;
  padding-left: 10px;
}

.video-information {
  padding-bottom: 0;
  margin-bottom: 6px;
  border-bottom: 0;
}
.video-information .list-item {
  font-size: 13px;
}

.video-postdate {
  margin-bottom: 6px;
}
.video-postdate .text {
  font-size: 13px;
  color: #666;
}

.video-title {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 1.3;
}

.video-metadata {
  margin-bottom: 6px;
}
.video-metadata .list-item {
  color: #333;
}
.video-metadata .list-item:before {
  background-image: url(../img/watch/icon/icon_metadata.png);
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  background-size: 16px 84px;
  background-repeat: no-repeat;
}
.video-metadata .list-item.metadata-view:before {
  background-position: 0 -15px;
}
.video-metadata .list-item.metadata-comment:before {
  background-position: 0 0;
}
.video-metadata .list-item.metadata-mylist:before {
  background-position: 0 -31px;
}

.video-description {
  padding-top: 12px;
  border-top: #d4d4d4 solid 1px;
  word-break: break-all;
}
.video-description .cols-inner {
  margin-bottom: 6px;
}
.video-description .cols-inner p {
  line-height: 130%;
}

.button-container {
  margin: 0 10px 12px;
}
.button-container .button-wrap {
  margin-bottom: 0;
}
.button-container .button-wrap .button {
  margin-bottom: 0;
}

.video-share {
  padding-bottom: 0;
  margin-bottom: 12px;
  border-bottom: 0;
  height: 40px;
}

.video-share-list {
  position: relative;
  width: 200px;
  margin: 0 auto;
  height: 40px;
  *zoom: 1;
}
.video-share-list:before, .video-share-list:after {
  content: " ";
  display: table;
}
.video-share-list:after {
  clear: both;
}
.video-share-list .list {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.video-share-list .list:last-child {
  margin-right: 0;
}
.video-share-list .list [role="button"] {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -999em;
  background-image: url(../img/watch/icon/icon_social.png);
  background-repeat: no-repeat;
  background-size: 40px 217px;
}

.share-twitter [role="button"] {
  background-position: 0 0;
}

.share-facebook [role="button"] {
  background-position: 0 -44px;
}

.share-line [role="button"] {
  background-position: 0 -88px;
}

.share-mail [role="button"] {
  background-position: 0 -132px;
}

.share-copy [role="button"] {
  background-position: 0 -176px;
}

.video-mylist {
  width: 90%;
  margin: 0 auto 12px;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-mylist .cols-contents:nth-child(1) {
  display: table;
  width: 100%;
}
.video-mylist .cols-title {
  display: table-cell;
  width: 24%;
  padding: 10px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.video-mylist .cols-title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
  background-image: url(../img/watch/icon/icon_mylist.png);
  background-size: 24px;
}
.video-mylist .cols-title .sup {
  font-size: 12px;
  letter-spacing: -2px;
}
.video-mylist .button-wrap {
  display: table-cell;
  width: 80%;
  padding-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.video-mylist .button {
  height: 40px;
  color: #333;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-mylist .button:last-child {
  margin-left: 5px;
}
.video-mylist .button.defmylist {
  width: 40%;
  padding: 6px 0;
  background-color: #ffde00;
}
.video-mylist .button.default-darken {
  width: 55%;
  line-height: 40px;
  background-color: #e1e1e1;
}

.video-mylist .mylist-register {
  display: block;
  float: right;
  width: 20%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  background-color: white;
  color: #333;
  border: #ccc solid 1px;
  text-align: center;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(white, #f4f4f4);
  background-image: linear-gradient(white, #f4f4f4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-mylist .mylist-register.disable {
  background-image: none;
  background-color: #ddd;
  color: #999;
}

.mylist-selector {
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  vertical-align: middle;
}
.mylist-selector select {
  display: inline-block;
  width: 75%;
  height: 100%;
  font-size: 16px;
}

.slidemenu {
  clear: both;
  margin-top: 12px;
  padding: 10px;
  background-color: #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.slidemenu:before, .slidemenu:after {
  content: " ";
  display: table;
}
.slidemenu:after {
  clear: both;
}
.slidemenu input[type="text"] {
  height: 28px;
  margin-bottom: 6px;
  border: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slidemenu .button-wrap {
  display: block;
  float: none;
  width: 90%;
  margin: 0 auto;
  *zoom: 1;
}
.slidemenu .button-wrap:before, .slidemenu .button-wrap:after {
  content: " ";
  display: table;
}
.slidemenu .button-wrap:after {
  clear: both;
}
.slidemenu .button-wrap .button {
  float: left;
  width: 48%;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(white, #f4f4f4);
  background-image: linear-gradient(white, #f4f4f4);
  border: #ccc solid 1px;
}
.slidemenu .button-wrap .button:last-child {
  float: right;
}

.mylist-title {
  width: 100%;
}
.mylist-title input[type="text"] {
  width: 100%;
}

.tab-video-comment {
  padding-bottom: 0;
}
.tab-video-comment .cols {
  border-bottom: 0;
  margin-bottom: 0;
}
.tab-video-comment .cols.comment-enable {
  margin: 0;
}

.comment-input-container {
  padding-bottom: 0;
  *zoom: 1;
}
.comment-input-container:before, .comment-input-container:after {
  content: " ";
  display: table;
}
.comment-input-container:after {
  clear: both;
}
.comment-input-container .pallet-trigger {
  display: inline-block;
  position: relative;
  float: left;
  width: 10%;
  height: 34px;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(white, #f4f4f4);
  background-image: linear-gradient(white, #f4f4f4);
  border: #e5e5e5 solid 1px;
}
.comment-input-container .pallet-trigger:after {
  content: "…";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  right: -50%;
  margin-left: -50%;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #999;
  -webkit-transform: rotate(90deg);
}
.comment-input-container .pallet-trigger.active {
  background: none;
  background-color: #666;
  border-color: #d4d4d4;
}
.comment-input-container .pallet-trigger.active:after {
  color: #ccc;
}
.comment-input-container .input-text {
  position: relative;
  float: right;
  display: block;
  margin-bottom: 12px;
  height: 34px;
  width: 88%;
  background-color: #fff;
  border: #e5e5e5 solid 1px;
  *zoom: 1;
}
.comment-input-container .input-text:before, .comment-input-container .input-text:after {
  content: " ";
  display: table;
}
.comment-input-container .input-text:after {
  clear: both;
}
.comment-input-container input[type="text"] {
  float: left;
  display: inline-block;
  width: 78%;
  height: 34px;
  font-size: 16px;
  padding: 0 10px 0 2px;
  border: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-input-container .submit {
  float: right;
  display: block;
  min-width: 40px;
  height: 30px;
  padding: 0 12px;
  margin: 2px 2px 2px 0;
  color: #000;
  font-size: 14px;
  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);
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cols-header {
  line-height: 40px;
}
.cols-header .comment-sort {
  display: table-cell;
  width: 50%;
  text-align: right;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols-header .comment-sort select {
  display: inline-block;
  width: 90%;
  height: 30px;
}
.cols-header .reload {
  position: relative;
  display: table-cell;
  background-color: #676767;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols-header .reload:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  margin-left: 4px;
  width: 15px;
  height: 15px;
  background: url(../img/watch/icon/icon_reload.png) no-repeat 0 0;
  background-size: 100%;
}

.comment-list {
  background-color: #fff;
}

.comment-list-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: #e5e5e5 solid 1px;
}
.comment-list-item .comment-text {
  display: table-cell;
  width: 80%;
  padding: 8px 0 8px 10px;
  vertical-align: middle;
  line-height: 130%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}
.comment-list-item .comment-time {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-list-item.message-blank {
  text-align: center;
}
.comment-list-item.message-blank span {
  color: #999;
}

.comment-load-button {
  text-align: center;
  background-color: white;
}
.comment-load-button .load {
  color: #333;
}

.comment-disable {
  min-height: auto;
}
.comment-disable .button-wrap {
  margin-bottom: 24px;
}
.comment-disable p {
  margin-bottom: 8px;
  text-align: left;
}
.comment-disable .arrow:before {
  border-color: #3399ff;
}

.pallet-content {
  display: none;
  clear: both;
}
.pallet-content.expand {
  display: block;
  padding-top: 12px;
  border-top: #ccc solid 1px;
}

.pallet-selectlist {
  width: 100%;
  margin-bottom: 12px;
}
.pallet-selectlist .selectlist-item {
  line-height: 30px;
  text-align: center;
}
.pallet-selectlist .selectlist-item input[type="radio"] {
  display: none;
}

.character-size, .character-position {
  display: table;
  table-layout: fixed;
  border: #ccc solid 1px;
}
.character-size .selectlist-item, .character-position .selectlist-item {
  display: table-cell;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(#f4f4f4, #e5e5e5);
  background-image: linear-gradient(#f4f4f4, #e5e5e5);
  border-right: #ccc solid 1px;
}
.character-size .selectlist-item.selected, .character-position .selectlist-item.selected {
  background-color: #454545;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #454545), color-stop(100%, #666666));
  background-image: -webkit-linear-gradient(#454545, #666666);
  background-image: linear-gradient(#454545, #666666);
}
.character-size .selectlist-item.selected label, .character-position .selectlist-item.selected label {
  color: #fff;
}
.character-size .selectlist-item.selected .item, .character-position .selectlist-item.selected .item {
  color: #fff;
}
.character-size .selectlist-item:last-child, .character-position .selectlist-item:last-child {
  border: 0;
}

.character-color {
  *zoom: 1;
}
.character-color:before, .character-color:after {
  content: " ";
  display: table;
}
.character-color:after {
  clear: both;
}
.character-color .selectlist-item {
  float: left;
  width: 40px;
  height: 40px;
  padding: 3px;
  margin: 0 10px 8px;
  background-color: #ddd;
  border: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.character-color .selectlist-item label {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  overflow: hidden;
}
.character-color .selectlist-item span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  overflow: hidden;
}
.character-color .selectlist-item .item {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  overflow: hidden;
}
.character-color .selectlist-item.selected {
  border-color: #ffd305;
  box-shadow: #ffd305 0 0 2px;
}

.color-white label {
  background-color: #fff;
}
.color-white .item {
  background-color: #fff;
}

.color-red label {
  background-color: #ff0000;
}
.color-red .item {
  background-color: #ff0000;
}

.color-pink label {
  background-color: #ff8080;
}
.color-pink .item {
  background-color: #ff8080;
}

.color-orange label {
  background-color: #ffcc00;
}
.color-orange .item {
  background-color: #ffcc00;
}

.color-yellow label {
  background-color: #ffff00;
}
.color-yellow .item {
  background-color: #ffff00;
}

.color-green label {
  background-color: #00ff00;
}
.color-green .item {
  background-color: #00ff00;
}

.color-cyan label {
  background-color: #00ffff;
}
.color-cyan .item {
  background-color: #00ffff;
}

.color-blue label {
  background-color: #0000ff;
}
.color-blue .item {
  background-color: #0000ff;
}

.color-purple label {
  background-color: #c000ff;
}
.color-purple .item {
  background-color: #c000ff;
}

.color-black label {
  background-color: #000;
}
.color-black .item {
  background-color: #000;
}

.color-pwhite label {
  background-color: #cccc99;
}
.color-pwhite .item {
  background-color: #cccc99;
}

.color-pred label {
  background-color: #cc0033;
}
.color-pred .item {
  background-color: #cc0033;
}

.color-porange label {
  background-color: #ff6600;
}
.color-porange .item {
  background-color: #ff6600;
}

.color-pyellow label {
  background-color: #999900;
}
.color-pyellow .item {
  background-color: #999900;
}

.color-pgreen label {
  background-color: #00cc66;
}
.color-pgreen .item {
  background-color: #00cc66;
}

.color-pblue label {
  background-color: #33ffcc;
}
.color-pblue .item {
  background-color: #33ffcc;
}

.color-ppurple label {
  background-color: #6633ff;
}
.color-ppurple .item {
  background-color: #6633ff;
}

.tab-video-tag {
  padding: 0;
}
.tab-video-tag .cols {
  margin: 0;
}

.tag-list {
  background-color: #fff;
}

.tag-list-item {
  position: relative;
  width: 100%;
  border-bottom: #e5e5e5 solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-list-item .tag-text {
  display: block;
  font-size: 14px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  padding-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-list-item .tag-text.arrow-down:after {
  left: 10px;
}
.tag-list-item .tag-nav {
  position: absolute;
  top: 5px;
  right: 0;
  width: 45px;
  height: 30px;
  padding-right: 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-list-item .tag-nav a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
  background-color: #f5f5f5;
  border: #ccc solid 1px;
  border-radius: 4px;
  text-indent: -999em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-list-item .tag-nav a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 10px;
  left: 13px;
  width: 6px;
  height: 6px;
  border-top: #ccc solid 3px;
  border-right: #ccc solid 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tag-list-item .loading-container {
  position: static;
}
.tag-list-item.item-empty {
  line-height: 40px;
  text-align: center;
}

.tag-load-button {
  text-align: center;
  background-color: white;
}
.tag-load-button .load {
  color: #333;
}

.tag-searchlist {
  display: none;
  border-top: #d5d5d5 solid 1px;
}
.tag-searchlist.expand {
  display: block;
}
.tag-searchlist .nav {
  background-color: #eee;
  line-height: 30px;
  text-align: right;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-searchlist .nav a {
  color: #333;
  padding-right: 10px;
}
.tag-searchlist .nav .arrow-back:after {
  right: 0;
  border-color: #333;
}

.tag-searchlist-item {
  position: relative;
  width: 100%;
  border-bottom: #d5d5d5 solid 1px;
}
.tag-searchlist-item a {
  display: block;
  width: 100%;
  padding: 10px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-searchlist-item a:before, .tag-searchlist-item a:after {
  content: " ";
  display: table;
}
.tag-searchlist-item a:after {
  clear: both;
}
.tag-searchlist-item .item-thumb {
  position: relative;
  float: left;
  width: 110px;
  height: 63px;
  overflow: hidden;
}
.tag-searchlist-item .item-thumb img {
  width: 100%;
  margin-top: -11px;
}
.tag-searchlist-item .item-thumb .label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 2px 4px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.tag-searchlist-item .item-information {
  padding-left: 10px;
  overflow: hidden;
}
.tag-searchlist-item .item-information .item-date {
  color: #5d5d5d;
  font-size: 13px;
  margin-bottom: 4px;
}
.tag-searchlist-item .item-information .item-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 4px;
}
.tag-searchlist-item .item-information .item-metadata .list-item {
  color: #333;
}
.tag-searchlist-item .item-information .item-metadata .list-item:before {
  background-image: url(../img/watch/icon/icon_metadata.png);
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  background-size: 16px 84px;
  background-repeat: no-repeat;
}
.tag-searchlist-item .item-information .item-metadata .list-item.metadata-view:before {
  background-position: 0 -15px;
}
.tag-searchlist-item .item-information .item-metadata .list-item.metadata-comment:before {
  background-position: 0 0;
}
.tag-searchlist-item .item-information .item-metadata .list-item.metadata-mylist:before {
  background-position: 0 -31px;
}

.tag-textbanner a {
  display: block;
  width: 90%;
  font-size: 14px;
  text-align: center;
  margin: 12px auto 0;
  padding: 8px 0;
  border-top: #3399ff solid 1px;
  border-bottom: #3399ff solid 1px;
}

.tab-relate-contents {
  padding: 0;
}
.tab-relate-contents .cols {
  margin: 0;
}

.relate-contentslist-item {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-bottom: #d5d5d5 solid 1px;
}
.relate-contentslist-item a {
  display: block;
  width: 100%;
  padding: 10px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.relate-contentslist-item a:before, .relate-contentslist-item a:after {
  content: " ";
  display: table;
}
.relate-contentslist-item a:after {
  clear: both;
}
.relate-contentslist-item .item-thumb {
  position: relative;
  float: left;
  width: 110px;
  height: 63px;
  overflow: hidden;
}
.relate-contentslist-item .item-thumb .label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 2px 4px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.relate-contentslist-item .item-thumb img {
  width: 100%;
  margin-top: -11px;
}
.relate-contentslist-item .item-information {
  padding-left: 10px;
  overflow: hidden;
}
.relate-contentslist-item .item-information .item-date {
  color: #5d5d5d;
  font-size: 13px;
  margin-bottom: 4px;
}
.relate-contentslist-item .item-information .item-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 4px;
}
.relate-contentslist-item .item-information .item-metadata .list-item {
  color: #333;
}
.relate-contentslist-item .item-information .item-metadata .list-item:before {
  background-image: url(../img/watch/icon/icon_metadata.png);
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  background-size: 16px 84px;
  background-repeat: no-repeat;
}
.relate-contentslist-item .item-information .item-metadata .list-item.metadata-view:before {
  background-position: 0 -15px;
}
.relate-contentslist-item .item-information .item-metadata .list-item.metadata-comment:before {
  background-position: 0 0;
}
.relate-contentslist-item .item-information .item-metadata .list-item.metadata-mylist:before {
  background-position: 0 -31px;
}
.relate-contentslist-item.item-blank {
  padding: 16px 0;
  text-align: center;
}
.relate-contentslist-item.message-blank {
  text-align: center;
}
.relate-contentslist-item.message-blank p {
  color: #666;
  padding-bottom: 10px;
}
.relate-contentslist-item.message-blank span {
  display: inline-block;
  width: 60%;
  padding: 12px 0;
  font-size: 14px;
  background-color: #f5f5f5;
  border: #ccc solid 1px;
  border-radius: 4px;
}
