html{
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
}
body{
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items:center;
  overflow-x: hidden;
}
header{
  margin-bottom:20px;
}
.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;
}
table {
  border: 1px solid;
}
.caution{
 display: flex;
 flex-direction: row;
 margin:auto;
 align-items: center;
}
.ctbig{
 font-size: 30px;
 font-weight: bold;
 background-color:red;
 color:yellow;
 margin-right: 5px;
}
.ctmini{
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}
.rekiosi{
  display: flex;
  flex-direction: row;
  width: 90%;
}
.rekiosiimg{
  width: 24%;
}
.dd{
  display: flex;
  flex-direction: row;
}
.dd1{
  height: 400px;
  width: 100%;
}
.dd2{
  height: 400px;
  width: 100%;
}
.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;
}
.lastward{
	margin-top: 40px;
	margin-bottom: 50px;
}
footer{
  width: 100%;
}
.copy{
  text-align: center;
}
