html{
	font-family: "Arial",sans-serif;
	background: palegreen;
	overflow-x: hidden;
	text-align: center;
}
body{
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  margin: 0px;
}
 /* === ラジオボタンは非表示 ================== */
#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;
  background-color: white;
}
 
 /* === 選択されていない言語は非表示にする ==== */
#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;
}
.topbunner{
  top: 0;
  left: 0;
  height: 100%;
  background-color: red;
  border: solid;
  display: flex;
  flex-direction: column;
}

.langbtns{
  top: 0; 
  padding: 12px;
  font-family: "Arial Black",sans-serif;
}
a{
  display: inline-block;
}
li{
  list-style:none;
}
.wikilist{
 word-break: break-all;
  display: flex;
  margin: auto;
}
.textback{
  margin: 5px;
}
.headerbtns{
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center; 
  width: 100%;
  height: 12%;
  margin-top: 0px;
  background-color: white;
  position: fixed;
}
.CDDcharacter{
  width: 70%;
  margin: auto;
  background-color: white;
  margin-top: 150px;
  margin-bottom: 200px;
}
.boxout{
  width: 70%;
  margin: auto;
}
.boxbunner{
  width: 100%;
  background-image: linear-gradient(90deg, #0000ff, #ffffff);
  color: white;
  text-align: left;
  height: 50px;
  font-family: "Georgia";
  font-size: 30px;
  padding-left: 5px;
}
.CDDcharacterall{
  width: 100%;
  margin: auto;
  padding: 10px;
}
.charactersolo1{
  width: 100%;
  margin: 1%;
  background-color: #33ff66;
  border: solid;
  display: flex;
}
.charactersolo{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.charaimg{
 max-width: 300px; 
}
.charainfo{
  width: 60%;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  margin: 1%;
}

.charactersolo1 table{
  height: 100%;
  width: 200px;
  justify-content: center;
}

.boxbunner{
  width: 100%;
  background-image: linear-gradient(90deg, #0000ff, #ffffff);
  color: white;
  text-align: left;
  height: 50px;
  font-family: "Georgia";
  font-size: 30px;
  padding-left: 5px;
}
.box {
  margin: auto;
  margin-top: 120px;
  padding-top: 5px;
  width: 100%; 
  height: 750px;
  border: 2px solid #000; 
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
  background-image: url("/water.JPG");
}
.progress{
  display: flex;
  flex-direction: row;
  margin: auto;
}
.pbox{
  width: 90%;
  background-color: #CCC;
  border: 1px solid;
  padding: 30px;
  text-align: left;
  margin: auto;
}
.pboxheader{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pboxtitle{
  font-size: 35px;
  font-family: "Arial Black",sans-serif;
}
.pboxdate{
  font-size: 20px;
  font-family: "Arial Black",sans-serif;
}
.eppimgs{
  display: flex;
  flex-direction: column;
}
.epprogress{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: black;
  color: white;
  padding: 15px;
}
.img1129{
  display: flex;
}
.white{
  color: white;
}


.btn{
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	width: 10em;
	margin: auto;
}

.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;
}
.btn a:hover {
	border-bottom-color: whitesmoke;
	border-right-color: whitesmoke;
	border-top-color: black;
	border-left-color: black;
}

.imagesmin{
  max-width: 1000px;
  margin: auto;
  margin-top: 150px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.imagesmin img {
  width: 500px;
  height: auto;
  max-width: 100%;
}
.imagerow{
  display: flex;
  flex-direction: row;
}

footer{
  width: 100%;
}
.copy{
  text-align: center;
}

.b19{
  width: 450px;
  min-width: 300px;
  margin-top: 20px;
}
#page-top {
    position: fixed;
    right: 5px;
    bottom: 5px;  
}
#footer{
clear:both;
}



@media (max-width: 619px) {

	.gallery {
		width: 93.5483871vw; /* 580(px) / 620(px) * 100vw */
		overflow-x: hidden;
	}

}