body{
 background-color: #c0c0c0;
 font-size: 16px; /* PC・タブレット用 基本サイズ */
}

h1{
 color: #373535;
 font-family: Leelawadee,Arial;
 line-height:bold;
 font-size: 55pt;
 text-align:right;
}
h2{
 color: #373535;
 font-family: メイリオ;
}
h3{
 color: #373535;
 font-family: メイリオ;
}

div.class1{
 color: #373535;
 font-family: Arial;
 font-weight:bold;
}

div.class4{
 color: #373535;
 font-family: Arial;
 text-align: left;
}

div.class2{
 color: #313131;
 font-family: メイリオ;
}

div.class3{
 color: #373535;
 font-family: メイリオ;
 font-weight: bold;
}

a {
  text-decoration: none;
}

a{color:#373535;}
a:visited{color:#373535;}
a:hover{color:#373535;}
a:active{color:#373535;}


.update-slider {
  background: #f0f0f0;
  color: #202020;
  font-size: 0.95rem;
  padding: 0.6rem 1rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}


.update-box {
  background: #2b2b2b;
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
  max-width: 700px;
  margin: 2rem auto;
  font-size: 0.95rem;
}

.update-box h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #555;
  padding-bottom: 0.4rem;
}

#updateList {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#updateList li {
  padding: 0.3em 0;
  border-bottom: 1px solid #444;
}

/* 共通スタイル（必要に応じて） */
.affiliate-banner {
  margin: 16px 0;
  text-align: center;
}

/* デフォルト：PC用を表示、スマホ用を非表示 */
.affiliate-banner-pc {
  display: block;
}
.affiliate-banner-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 18px; /* スマホ用の大きめ文字 */
  }
  a {
  text-decoration: none;
}
  .affiliate-banner-pc {
    display: none;
  }
  .affiliate-banner-sp {
    display: block;
  }

}
