@charset "UTF-8";

/* ==========お問い合わせフォーム========== */
/* dt */
article section dl dt {
	color: #08C;
}
article section dl dt span.required {
	background: url("../contact/static/imgs/img_contact_required01.gif") no-repeat right;
	padding-right: 35px;
}
/* dd */
article section dl dd {
	border-bottom: 1px dotted #999;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
/* p */
article section dl dd p {
	font-size: 70%;
	margin-bottom: 0; /* reset */
}
/* input */
article section dl dd input.text {
}
/* textarea */
article section dl dd textarea {
}
/* .errs */
article section dl dt span.err {
	color: #D00;
}
article section .errs {
	background-color: #FEE;
	border-radius: 10px;
	color: #D00;
	margin-bottom: 2em;
	padding: 1em;
}
article section .errs ul {
	margin-bottom: 0;
}
article section dl dd input.text.err, 
article section dl dd textarea.err {
	background-color: #FEE;
}
