<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-----------------------------------------
    *  一般・共通設定
-------------------------------------------*/
@media print {
  body {
    display: none !important;
  }
}

img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}

/*-----------------------------------------
    *  movie-area
-------------------------------------------*/
p.movie-title2{
  margin: 0;
  text-align: center;
}

p.movie-title3{
  margin: 0;
  text-align: center;
  margin-top: 10px;
}

.movie-title2 span{
  font-weight: bold;
  /* color: #e93030; */

}

.audio-list__item:nth-child(2n) {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.audio-list__item:last-child {
    border-bottom: none;
}

.audio-list__item2:nth-child(2n) {
    border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.name{
  text-align:center;
}
.cs {
  text-align: center;
  max-width: 540px;
  margin: auto;
}
.cs img {
  width: 100%;
}</pre></body></html>