@charset "UTF-8";
/* CSS Document */


/* EditForm */
#editform {
	width: 95%;
	margin: 10px auto;
}
#editform th,
#editform td {
	line-height: 1.5em;
}
#editform th {
	width: 30%;
	vertical-align: top;
	text-align: right;
}
#editform th span {
	display: block;
	padding-right: 5px;
	border-right: 3px solid #33a02c;
}
#editform th span.hissu {
	padding-left: 30px;
	background: url(../img/hissu_icon.gif) no-repeat left center;
}
#editform th span.hissu span {
	display: none;
}
#editform td {
	width: 70%;
}
#editform #button {
	padding-top: 15px;
	text-align: center;
}
#editform input,textarea {
	border: 1px solid #CCC;
}
#editform .noborder input {
	border: 0px;
}
#editform input:focus,textarea:focus {
	background-color: #FFFFCC;
}
#editform .formnotice {
	font-size: 0.8em;
}
#kiyakuframe {
	height: 150px;
	margin: 10px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #000;
	font-size: 0.8em;
}
#editform .errcom {
	display: block;
	width: 90%;
	margin: 3px;
	padding: 3px;
	padding-left: 20px;
	border: 1px solid #F00;
	background: #FFF url(../img/err_icon.gif) no-repeat left center;
	color: #F00;
	font-size: 0.9em;
}