<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ===================== */
/* Last up Data 07/11/04 */
/* ===================== */
/*
@import "base-SP.css";
@import "top.css";
*/

@import "content-SP.css";
@import "nav-SP.css";
@import "lightbox-SP.css";

p.hot {
   text-align: center;
   font-size:220%;
   color: red;
   font-weight: bold;
   }

h1,h2 {
   font-size:220%;
   font-weight: bold;
   }
/* 以下スマホ対策*/

/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
  /* サイドバー、ヘッド、*/
  #header{
    display: none;
  }
}
  #gNav{
    display: none;
  }


/* コンテンツエリアをfloatなし幅100%でちゃんと表示する*/
  #content{
    float: none;
    
    width: 100%;
  }

/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
  img{
    max-width: 98%;
    height: auto;
  }
}

img#secondary {width:500px;
     height: auto;
  }


/* フォント行間指定 */
body {
  font-size: 210%;
  line-height: 1.6;/* ←行間指定 */
/* 以下は魔法の指定。これも入れてね。 */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* レッスンナビの画像拡大 */
img#lessonNav{
    max-width: 98%;
}
   
   
</pre></body></html>