ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

span.textlist {
	margin-left: 20px;
	white-space: nowrap;
}

ul#notify {
	list-style-type: square;
	margin-left: 10px;
	padding-left: 10px;
}


dl.reservation {
	width: 33.7em;
	margin: 2em 0;
	padding: 0;
	font-family: georgia, times, serif;
}

dt {
	font-size: 80%;
	width: 8em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dd {
	float: left;
	width: 21em;
	margin: 0 0 0 0;
	padding: .4em;
}

div#child {
	padding-top: 20px;
	clear: both;
}

div#opinion {
	clear: both;
}
div#operation {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}

textarea#additional {
	float: left;
}

li.reservation {
	padding-bottom: 5px;
	font-size: 80%;
}

div#other {
	font-size: 80%;
	margin-top: 10px;
}

input#reason_other {
	margin-left: 10px;
	background-color: silver;
}

input#age {
	background-color: silver;
	ime-mode: disabled;
}

div#operation {
	text-align: center;
}

input#tel, input#email {
	ime-mode: disabled;
}
