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

  #wrapper .h1-title {
    color: #fff;
    font-weight: bold;
    font-size: 4.2rem;
    text-align: center;
    height: 80px;
    margin: 2rem 0;
    position: relative; }
    
  #wrapper .notes {
    font-size: 1.4rem;
    color: #fff; }    

  #wrapper .h2-title {
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #4f8936, #ed7141, #e12153, #b0398c, #3766a4, #3084c5);
    border-top: 0.8rem solid #000;
    padding: 15px 20px;
    position: relative; }
    
  @media all and (-ms-high-contrast: none) {
    #wrapper .h2-ttl {
      background: url(../common-img/h2-bg.png) no-repeat 0 0; } }

body.timetable #wrapper .timetable-box {
  background: #fff;
  padding: 3rem 2rem 2rem; }
  body.timetable #wrapper .timetable-box .h3-ttl {
    margin-bottom: 0; }
  body.timetable #wrapper .timetable-box .h3-ttl-red {
    margin: 0 auto;
    background: #d6013f;
    color: #fff; }
  body.timetable #wrapper .timetable-box .notes {
    color: #000000;
    font-weight: bold;
    line-height: 2.2rem;
    margin: 1rem 0 3rem; }
  body.timetable #wrapper .timetable-box .artist-name {
    font-size: 2.2rem;
    color: #d6013f;
    font-weight: bold; }
  body.timetable #wrapper .timetable-box .artist-txt {
    color: #000000;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #cccccc; }
  body.timetable #wrapper .timetable-box .artist-bg {
    background: #fff0f5;
    padding: 1rem;
    margin-bottom: 2rem; }
  body.timetable #wrapper .timetable-box .img-txt {
    width: 18px;
    height: 18px;
    display: inline-block;
    padding: 0 1px 5px 0; }

      
      
@media screen and (max-width:750px) {

  #wrapper .h1-title {
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    height: 5rem;
    margin: 2rem 0;
    position: relative; }

  #wrapper .notes {
    font-size: 1rem; }

  #wrapper .h2-title {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #4f8936, #ed7141, #e12153, #b0398c, #3766a4, #3084c5);
    border-top: 0.4rem solid #000;
    padding: 1rem 2rem;
    position: relative; }
    
  @media all and (-ms-high-contrast: none) {
    #wrapper .h2-ttl {
      background: url(../common-img/h2-bg.png) no-repeat 0 0; } }
      
body.timetable #wrapper .timetable-box {
  background: #fff;
  padding: 2rem 1.5rem 1.5rem; }
  body.timetable #wrapper .timetable-box .h3-ttl {
    margin-bottom: 0; }
  body.timetable #wrapper .timetable-box .h3-ttl-red {
    margin: 0 auto;
    background: #d6013f;
    color: #fff; }
  body.timetable #wrapper .timetable-box .notes {
    font-weight: bold;
    line-height: 1.6rem;
    margin: 0.5rem 0 1.5rem; }
  body.timetable #wrapper .timetable-box .artist-name {
    font-size: 1.6rem;
    color: #d6013f;
    font-weight: bold; }
  body.timetable #wrapper .timetable-box .artist-txt {
    font-size: 1.4rem;
    margin-bottom: 1.0rem;
    padding-bottom: 1.0rem;
    border-bottom: 0.1rem solid #cccccc; }
  body.timetable #wrapper .timetable-box .artist-bg {
    background: #fff0f5;
    padding: 1rem;
    margin-bottom: 2rem; }
  body.timetable #wrapper .timetable-box .img-txt {
    width: 1.3rem;
    height: 1.3rem;
    display: inline-block;
    padding-bottom: 0.5rem; }
</pre></body></html>