@charset "utf-8";

.minititle{
	font-size: 120%;
	color: #FF9210;
	font-weight: bold;
}
#contents table{
	width: 100%;
	border-top: 1px solid #EDEDED;
}
#contents table td,
#contents table th{
	border-bottom: 1px solid #EDEDED;
	padding: 1.5em 1em;
}
#contents table th{
	white-space: nowrap;
}
form td input:nth-of-type(2){ margin-top: 3px; }
.error{ color: #F00; font-weight: bold; }