html{
	text-align: center;
	margin-top: 10px;
}
body{
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items:center;
  overflow-x: hidden;
}
ul{
  text-align: left;
}

 /* === ラジオボタンは非表示 ================== */
#langChenge input[type="radio"]{
  display    : none;
}
 
 /* === 各ラジオボタンのラベルをボタンに変更 == */
#langChenge label{
  display    : inline-block;
  border     : 1px solid #ccc;
  box-shadow : 2px 2px #999;
  padding    : 6px;
  color      : black;
  height     : 20px;
}
 
 /* === 選択されていない言語は非表示にする ==== */
#langEn:not(:checked) ~ * *:lang(en) {
  display    : none;
}
#langJa:not(:checked) ~ * *:lang(ja) {
  display    : none;
}
 
 /* === 選択されている言語のラベル色を変更 ==== */
#langEn:checked ~ label[for="langEn"] {
  background : white;
}
#langJa:checked ~ label[for="langJa"] {
  background : white;
}



body {
background-image: url('/sky.gif');
}

@font-face {
    font-family: "GridGazer"; /*任意のフォントファミリー名でOK*/
    src: url("../font/x16y32pxGridGazer.ttf") format("truetype"); /*fontがあるパスを書いて、formatを指定*/
    font-display: swap; /*ダウンロード状況に応じてフォントの表示を変える
(「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
  }
  
.feed{
  font-size: 32px;
  font-family: "GridGazer",sans-serif; /*上で設定したフォントファミリー名*/
  color: black;
}
.titlelogo{
  max-width: 500px;
}
.box{
  background-color: Lavender;
  border:  2px solid white;
  outline: 3px outset gray;
  padding: 3px;
  margin: 12px;
  max-width: 1200px;
}
.feed h2{
 color: red;
}
.feed small{
  font-size: 20px;
  color: LightSlateGray;
}
.dream{
  font-family: cursive;
  text-align: left;
  padding: 12px;
}
.contents{
  font-size: 20px;
  font-family: MS Sans Serif;
}

.btn{
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	width: 60px;
	margin: auto;
}
.headerbtn{
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	width: 70px;
	height: 15px;
	margin: auto;
	font-size: 12px;
	font-weight:bold
}
.btns{
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
}
.btn a{
	text-decoration:none;
	padding: 5px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 2px solid #cccccc;
	border-bottom-color: black;
	border-right-color: black;
	border-top-color: whitesmoke;
	border-left-color: whitesmoke;
	color: black;
}
.headerbtn a{
	padding: 2px;
	line-height: 10px;
}
.btn a:hover {
	border-bottom-color: whitesmoke;
	border-right-color: whitesmoke;
	border-top-color: black;
	border-left-color: black;
}
.headerbtn a:hover{
	border-bottom-color: whitesmoke;
	border-right-color: whitesmoke;
	border-top-color: black;
	border-left-color: black;
	background-color: blue;
	color: yellow;
}
.btnpushed a{
	border-bottom-color: whitesmoke;
	border-right-color: whitesmoke;
	border-top-color: black;
	border-left-color: black;
	background-color: blue;
	color: yellow;
}
.back{
  margin: 30px auto 10px auto;
  align-items: center;
}
footer{
  width: 100%;
}
.copy{
  text-align: center;
}
