📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

編集の要約なし
編集の要約なし
79行目: 79行目:
color: #202020 !important;
color: #202020 !important;
     background-color: rgba(240, 240, 240, 1.0) !important;
     background-color: rgba(240, 240, 240, 1.0) !important;
}
.firstHeading {
font-family: "Droid Sans", "Droid Serif";
text-align: center;
border: solid 3px rgb(250, 250, 250);
  border-radius: 5px;
  padding: 3px 3px;
  margin: 5px;
}
}


119行目: 128行目:
/*background-color: #1166A0;*/
/*background-color: #1166A0;*/
background-color: rgba(50, 50, 150, 0.8) !important;
background-color: rgba(50, 50, 150, 0.8) !important;
border: solid 1px rgba(255, 255, 255, 0.3);
border: solid 1px rgb(255, 255, 255, 0.3);
border-radius: 5px;
border-radius: 5px;
padding: 1px 5px;  /* 内側の余白 : 上下1px, 左右5px */
padding: 1px 5px;  /* 内側の余白 : 上下1px, 左右5px */
234行目: 243行目:
font-family: "Droid Sans", "Droid Serif";
font-family: "Droid Sans", "Droid Serif";
text-align: center;
text-align: center;
border: solid 1px rgb(80, 80, 80);
border: solid 3px rgb(80, 80, 80);
   border-radius: 5px;
   border-radius: 5px;
   padding: 2px 3px;
   padding: 3px 3px;
   margin: 5px;
   margin: 5px;
}
}