
html{
  --bg-color: black;
  --darker-color: blue;
  --lighter-color: #FFFFFB;
  --accent-color: black;

  background-color: var(--bg-color);
  width: 100%;
  min-height: 100vh;
  position: relative;
}

 
body {
  color: yellow; /*text color*/
  font-family: MS PGothic;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  overflow-x: hidden;
}

@font-face {
  font-family: "nisiki";
  src: url("nishiki-teki.woff2") format("woff2");
}

header {
  width: 100%;
  background-color: white;
  margin: 0px;
  padding: 0px;
  border : 0px;
}

a,a:visited{
	text-decoration: none;
	color: cyan;
}

.title{
  text-align: center;
  font-size: 80px;
  font-family: "nisiki";
  letter-spacing: 9px;
  margin: 12px;
  padding: 17px;
  margin-top: -8px;
}

.T2{
font-size: 50px;
}

.td{
 text-decoration: underline;
}

.black,.black:visited{
  color: black;
}

.white,.white:visited{
  color: white;
}

.net{
  font-family: "メイリオ", "Meiryo";
  text-align: center;
  font-size: 1.2vw;
  color: white;
}

.under{
  font-family: "メイリオ", "Meiryo";
  text-align: center;
  font-size: 14px;
  color: white;
  margin-bottom: -15px;
}

p{
padding: 2px 6px 2px;
}

.divider{
  height: 5px;
  width: 100%;
  background-color: var(--accent-color);
}


.LR{
	display: flex;
	justify-content: space-around;
}

.Ce{
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}


.L{
  margin-left: 2.9%;
  margin-right: 2.9%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px;
  width: 100%;
  position:relative;
  left:2.1%;
}


.R{
  margin-left: 2.9%;
  margin-right: 2.9%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px;
  width: 100%;
  position:relative;
  right:2.1%;
}

.ABC{
	display: flex;
	justify-content: center;
}

.A{

  margin-left: 1.6%;
  margin-right: 1.6%;
  padding: 15px;
  width: 100%;
  position:relative;
  left:3.4%;
}

.B{
  margin-left: 2.9%;
  margin-right: 2.9%;
  padding: 15px;
  width: 100%;
}

.C{

  margin-left: 1.6%;
  margin-right: 1.6%;
  padding: 15px;
  width: 100%;
  position:relative;
  right:3.4%;
}

.flex{
 display: flex;
}

.box{
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 100%;
}

.container{
  display: flex;
}

.picture img {
  max-width: 250px;
  flex-shrink: 0;
  float: left;
  margin: 5px;
}


table {
  table-layout:fixed;
  border: 5px solid;/*table outline*/
  border-spacing:2px;
  margin: auto;
  width: 40%;
  min-width: 300px;
  background-color: var(--lighter-color);
}

th{
  text-align: center;
  border: 1px solid;
  border-spacing:2px;
}


footer {
  font-size: 12px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  height: 24px;
}

rt{
font-family: sans-serif;
font-size: 11px;
}

a {
align: center;
}

.midashi,.syomida,.tyumida,.honbun,.purohu,.rekyo{
  font-family: "ＭＳ Ｐゴシック", "MS PGothic";
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.midashi{
  font-size: 40px;
}

.syomida{
  font-size: 24px;
  font-family: MS Gothic;
}

.tyumida{
  font-size: 28px;
  font-family: MS Gothic;
}

.honbun{
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.4;
}

.purohu{
  line-height: 2;
  font-size: 22px;
  font-size: clamp(20px, 1vw, 24px);

}

.rekyo{
  line-height: 1.4;
  font-size: clamp(20px, 1vw, 24px);
  margin-left: 32.5%;
}

.ttume{
  margin-top: 10px;
  margin-bottom: 10px;
}

.M{
  text-align: center;
}

.Migi{
  text-align: right;
}

.inyo{
  font-size: 18px;
  padding: 3px 4.5%;
  color: dimgray
}

.nm{
	white-space: nowrap;
}

.kahen{
font-size: clamp(14px, 1vw, 18px);
}


.hitokoto{
  font-size: 15px;
  text-align: center;
}

.link{
  font-size: 30px;
  text-align: center;
  color: yellow;
}

.li{
text-decoration: none;
color: yellow;
}

.age{
  position: relative;
  bottom: 13px;
}

img {
max-width: 100%
}

hr{
width: 95%;
align: center;
}


.sky{
background-image: url(bg/agopBsky.png)
}

.gre{
background-image: url(bg/agopBgre.png)
}

.ore{
background-image: url(bg/agopBore.png)
}

.red{
background-image: url(bg/agopBred.png)
}

.pur{
background-image: url(bg/agopBpur.png)
}

.yel{
background-image: url(bg/agopByel.png)
}

