@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');

body{
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #003333;
}

input{
	font-size: 16px;
	border: solid 1px #006600;
	width: 300px;
	border-radius: 0 0 6px 0;
}

select{
	font-size: 16px;
	border: solid 1px #006600;
	width: 300px;
	border-radius: 0 0 6px 0;
}

textarea{
	font-size: 16px;
	border: solid 1px #006600;
	width: 300px;
	height: 20px;
	border-radius: 0 0 6px 0;
}

td{
	border-right: solid 1px #006600;
	border-bottom: solid 1px #006600;
}

.form{
	margin: 0 auto;
	text-align: center;
}

.button{
	display: inline-block;
	text-align: center;
	margin: -1px 1px 1px -1px;
	background-color: #006600;
	color: white;
	padding: 3px 15px;
	box-shadow: 2px 2px 0px #003333;
	cursor: pointer;
	font-size: 20px;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.button:hover{
	margin: 1px -1px -1px 1px;
	box-shadow: 0px 0px 0px #003333;
}

.button:focus{
	margin: 1px -1px -1px 1px;
	box-shadow: 0px 0px 0px #003333;
}

.button_menu{
	display: inline-block;
	text-align: center;
	margin: -1px 1px 1px -1px;
	background-color: #006600;
	color: white;
	padding: 3px 15px;
	box-shadow: 2px 2px 0px #003333;
	cursor: pointer;
	font-size: 20px;
	width: 200px;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.button_menu:hover{
	margin: 1px -1px -1px 1px;
	box-shadow: 0px 0px 0px #003333;
}

.button_menu:focus{
	margin: 1px -1px -1px 1px;
	box-shadow: 0px 0px 0px #003333;
}

.button_footer{
	display: inline-block;
	text-align: center;
	margin: -1px 1px 1px -1px;
	background-color: cyan;
	color: #003333;
	padding: 3px 15px;
	box-shadow: 2px 2px 0px blue;
	cursor: pointer;
	font-size: 20px;
	width: 80px;
	border-radius: 12px;
	margin-top: 20px;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.button_footer:hover{
	margin: 21px -1px -1px 1px;
	box-shadow: 0px 0px 0px #003333;
}

.footer{
	position: fixed;
	text-align: left;
	padding: 5px;
}

.lineRow{
	text-align: left;
	border: solid 2px #006600;
	color: #003333;
	background-color: white;
	padding: 3px;
	margin-bottom: 4px;
	font-size: 1vw;
}

.lineRow:hover{
	background-color: #BBFFBB;
}

.lineRow:focus{
	outline: none;
}

.rowId{
	border-right: solid 2px #006600;
	padding: 0 5px;
	margin-right: 5px;
}

.komoku{
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

.aldel{
	background-color: aliceblue;
}

.aldel:hover{
	background-color: pink;
}

.pagebutton{
	margin: 2px;
	width: 40px;
	height: 50px;
	border-radius: 0px;
	border: none;
}