@charset 'UTF-8';

#inquiry #lead {
	margin-top: 2em;
	border-top: 1px solid #ccc;
	padding: 2em;
	text-align: center;
}
#inquiry #lead h4 {
	font-weight: bold;
	color: #9d0b0e;
    margin-bottom: 1em;
}
#inquiry #lead p {
}

#inquiry th p {
	color: #333;
	font-weight: bold;
}

#inquiry .media {
	list-style: none;
}
#inquiry .media li {
	width: 136px;
	float: left;
	text-align: center;
}
#inquiry .media li div {
	margin-bottom: 4px;
}
#inquiry .media li p {
	font-size: 8pt;
	color: #333;
}

#inquiry th span {
    margin-top: 0.5em;
    font-weight: normal;
}
#inquiry span {
	margin-bottom: 0;
}
#inquiry span em {
	color: red;
	font-weight: normal;
	font-style: normal;
}
.note {
	margin-top: 4px;
    margin-bottom: 0.5em;
	color: #666;
	font-size: 10pt;
}
.notice {
    margin: 0.5em 0;
    color: red;
    font-weight: bold;
    font-size: 10pt;
}
textarea {
	width: 540px;
	height: 3em;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
textarea.middle {
	height: 5em;
}
textarea.large {
	height: 10em;
}
.btns input {
	margin: 0 0.5em;
}
