#SIGN-PAGE div.comment {
	font-size: 12px;
	color: black;
}

#SIGN-PAGE div.warn {
	color: red;
}


#SIGN-PAGE table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

#SIGN-PAGE table.form th,
#SIGN-PAGE table.form td {
	padding: 10px;
	font-size: 12px;
	border: 1px solid black;
}

#SIGN-PAGE table.form th {
	background-color: whitesmoke;
}

#SIGN-PAGE table.form td input[type=text],
#SIGN-PAGE table.form td input[type=password] {
	padding: 10px;
	font-size: 14px;
	max-width: 100%;
	min-width: 100%;
	box-sizing: border-box;
}

#SIGN-PAGE div.form {
	border: 1px solid gray;
	border-radius: 10px;
	padding: 1em;
}

#SIGN-PAGE div.form div.hint a {
	color: royalblue;
	font-size: 12px;
}

#SIGN-PAGE div.form div.kakunin {
	margin: 2em 0;
	text-align: center;
}

#SIGN-PAGE div.form div.hcaptcha {
	margin: 2em 0;
	text-align: center;
}
