<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contents-link {
  font-size: 78%;
  color: #0da5b2;
  text-decoration: none;
  display: inline-block;
  border: solid 2px #0da5b2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px 15px 9px 15px;
  margin-top: 20px;
}


#contents-text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5em;
}

#chapterList{
margin-top: 20px;
width: 100%;
}

#chapterList a.item {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #AAAAAA;
	margin-bottom: 5px;
	background-color: #FFF;
	display: block;
}


@media screen and (min-width: 768px), print {


  
 .movie_hd{
    background-image: url(/ts/ori-tab/features/station/images/title_player.png);
    background-size: 100% auto;
    width: 718px;
    height: calc(718px / 804 * 79);
    text-indent: -99999px;
    overflow: hidden;
    margin-bottom: 20px;
}
.movie_hd img{
  display: none;
}


  #movie_title {
    border-left: solid 11px #0da5b2;
    padding: 10px 29px 10px 12px;
      line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
  }
  
  
  
  
}


@media screen and (max-width: 767px) {
 .movie_hd{
    width: 100%;
    height: calc(100% / 804 * 79);
    text-indent: -99999px;
    overflow: hidden;
    margin-bottom: 20px;
}
  .movie_hd {
    display: block;
    margin-bottom: 20px;
  }


  #movie_title {
    border-left: solid 5px #0da5b2;
    padding-left: 10px;
      line-height: 1.5em;
      padding-top: 5px;
      padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
  }
  
  
  
}</pre></body></html>