@charset "utf-8";

.contactdl {
	margin-left: 10px;
}
.contactdl dt{
	width: 270px;
	margin-bottom: 8px;
	float: left;
	clear: left;
	text-align: right;
	margin-right: 8px;
	vertical-align: top;
}
.contactdl dd {
	margin-bottom: 8px;
	vertical-align: top;
}
.contactdl .attention {
	font-size: 0.8em;
	line-height: 140%;
	font-weight: bold;
	color: #ff7620;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
}
.contactdd input {
	width: 160px;
	background-color: #eee;
}
.contactdd input:focus {
	width: 200px;
}
.contactdd textarea {
	height:120px;
	width: 450px;
	background-color: #eee;
}

