@charset "utf-8";
body {
	background-color: #ffc;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
ul.navi {
	background-color: #06f;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	padding: 0.3rem 0;
	margin: 0;
	list-style-type: none;
}
.navi li {
	margin: 0 1rem;
}
.navi a {
	color: #fff;
	text-decoration: none;
}
.navi a:hover {
	color: #ccc;
}
#container {
	width: 80%;
	margin: auto;
	background-color: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	box-shadow: 0 0 10px #000;
	padding: 2rem;
}
#container ul {
	list-style-type: none;
}
#container2 {
	width: 95%;
	margin: auto;
	background-color: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	box-shadow: 0 0 10px #000;
	padding: 1rem;
}
#container2 ul {
/*	display: flex;
	flex-wrap: wrap;
*/
/* column-count: auto;
*/
	column-count: 7;
	list-style-type: none;
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #000;
	text-align: left;
	line-height: 1.5;
}
.dbuid li {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 10px;
}
.dbuid {
	display: flex;
	flex-wrap: wrap;
}
#usradd {
	text-align: right;
}
#usrchk {
	color: red;
	font-size: 1.5rem;
}
h1 {
	margin-top: 0;
}
table {
	border-collapse: collapse;
	margin-top: 1rem;
}
td, th {
	padding: 0.3rem 1rem;
	border: solid 1px #000;
}
th {
	background-color: #eee;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
li span {
	color: #c00;
	margin-left: .5rem;
	font-size: 0.8rem;
}
.chui {
	color: #c00;
}
select {
	height: 1.6rem;
}
button {
	background-color: #069;
	color: #fff;
	border: none;
	border-radius: 0.2rem;
	padding: 0.5rem 2rem;
	margin-right: 1rem;
	cursor: pointer;
	box-shadow: 1px 1px 1px #069;
}
button:hover {
	background-color: #39c;
}
button:active {
	box-shadow: none;
}
.login div {
	margin: 0.5rem;
}
.login input, .login button {
	font-size: 1rem;
	padding: 0.2rem 0.5rem;
	width: 18rem;
	box-sizing: border-box;
}
textarea {
	width: 26rem;
	height: 16rem;
}
article div {
	text-align: right;
	font-size: 0.8rem;
}
article span {
	margin-left: 1rem;
}
.search form {
	text-align: right;
	margin-top: 1rem;
}
input[type=search] {
	width: 6rem;
}
td input[type=text] {
	width: 25rem;
}
@media screen and (max-width: 640px) {
	#container {
		width: 100%;
	}
	td input[type=text] {
		width: 15rem;
	}
}
