@charset "Shift_JIS";

.black {
	font-size:90%;
}
.cant {
	font-size:85%;
	font-weight:bold;
	color:red;
}

.non_input {
	font-size:85%;
	font-weight:bold;
	color:red;
}

.info {
	font-size:85%;
	font-weight:bold;
	color: #0045AD;
}

#header {
	height:20px;
}


#footer{
	height:20px;

}

/* ƒ{ƒ^ƒ“ */
input[type="submit"],
input[type="button"] {
	width: 100px;
	padding: 10px;
	margin-bottom: 20px;
	border: none;
	border-radius: 20px;
	color: #003587;
	font-size:11px;
	letter-spacing: 0.1em;
	background-color: #fff;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	color: #000;
	background-color:#A1D1FF;
}

input[type="reset"],
input[type="button"] {
	width: 100px;
	padding: 10px;
	margin-bottom: 20px;
	border: none;
	border-radius: 20px;
	background-color: #5E5E5E;
	color: #FFF;
	font-size:11px;
	letter-spacing: 0.1em;
}

input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #303030;
}