h2{
	text-align: center;
}

.fo{
	width: fit-content;
	margin: auto;
}


.tb{
	display: table;
	border-collapse: collapse;
	margin: 0 auto;
}
.tb>div{
	display: table-row;
}
.tb>div>div{
	display: table-cell;
	padding: 1px;
	box-sizing: border-box;
	border: 0px solid #000;
	vertical-align: top;
	width: 210px;
}

/* テーブル設定 */
/*
table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
  margin-bottom: 25px;
}

table th,table td{
  border-radius: 1px;
  text-align: center;
  padding: 10px 0;
  width: 16%;
  height: 25px;
}

table th>a{
	text-decoration: none;
	color: white;
}

table th{
  background-color: #c9a873;
  color: white;
  border:solid 0px #927141;
}

table td{
  background-color: #c79852;
  color: white;
  border:solid 0px #927141;
}
*/

.fo input[type=password]{
  width: 200px;
  padding: 1em 0.5em;
  line-height: 1.1;
}

.fo input[type=submit]{
  width: 100px;
  padding: 1em 0.5em;
  line-height: 1.1;
}

.year{
  text-align: center;
  color: #D0BB7C;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.5em;
}

body{
  background-color: #f5f3e5;

}

div.event_box{
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.event{
  display: inline-block;
  border-style: solid;
  border-color: #d0bb7c;
  border-width: 3px;
  color: #847b3b;
  padding: 5px;
  background-color: #ffffff;
  margin-bottom: 6px;
}