@charset "utf-8";
strong {
	color: #f00;
	background-color: transparent;
	font-size: 120%;
	}
input.inp_err, textarea.inp_err {
	border: 2px solid #f00;
	}
ul.inp_err {
	color: #f00;
	background-color: transparent;
	font-weight: bold;
	}
dd em {
	font-style: normal;
	color: #900;
	background-color: transparent;
	font-weight: bold;
	}
.inputchk {
	font-size: 140%;
	}
form#input_form dl dl {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 90%;
	width: 80%;
	}
	form#input_form dl dl dt {
		font-weight: bold;
		border: none;
		}
	form#input_form dl dl dd {
		margin-top: 0px;
		margin-bottom: 0px;
		}
form#doreg {
	display: inline;
	}
ul#orderlog {
	margin-top: 32px;
	margin-left: 16px;
	}
	ul#orderlog li {
		background-image: url("image/lis2.gif");
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 20px;
		margin-bottom: 16px;
		font-size: 90%;
	}