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

#contentMain .textBody .h2okit_mailform li {
	list-style: none;
	margin-left: 0;
}

.h2okit_mailform_cautionArea {
	margin-bottom: 2em;
	background: #efffad;
	padding: 20px;
	font-weight: bold;
}
.h2okit_mailform_cautionArea p {
	margin-bottom: 0;
}
.h2okit_mailform_cautionArea ul {
	margin: 0.5em 0 0.2em;
}
.h2okit_mailform_cautionArea .memo {
	font-size: 93%;
	color: #5a757f;
	font-weight: normal;
}
form {
	line-height: 1.5;
}
form p {
	margin-bottom: 0;
}
form dl.h2okit_mailform {
	padding-top: 2em;
	padding-bottom: 10px;
}
form dl.h2okit_mailform dt {
	width: 18em;
	/*float: left;*/
	font-weight: bold;
	text-align: right;
	font-size: 93%;
}
form dl.h2okit_mailform dt span.require {
	background-color: #eeff31;
	font-weight: normal;
	font-size: 77%;
	border: 3px solid #eeff31;
	margin-left: 0.5em;
	white-space: nowrap;
}
form dl.h2okit_mailform dd {
	padding-left: 18em;
	border-bottom: 1px solid #dfeaee;
	margin-bottom: 1em;
	padding-bottom: 1em;
	margin-top: -1.5em;
}
form label {
	margin-left: 0.5em;
}
