@charset "UTF-8";

/* CSS for inquiry.html */

body {
	margin: 0;
	padding: 0;
	font-size: 0.69em;
	background: #e2e2e2;
	line-height: 1.5em;
}
#wrap {
	width: 450px;
	margin: 0 auto;
	padding: 20px 25px;
}
*html #wrap {
	width: 400px;
}
table {
	width: 100%;
	font-size: 1.17em;
}
table td {
	padding: 5px;
}
table .label {
	width: 160px;
}
textarea {
	width: 100%;
}
h3 {
	width: 150px;
	height:26px;
	margin-top: 15px;
	margin-bottom: 7px;
	text-indent: -9999px;
	background: url(../images/inquiry/privacy_h3.gif) no-repeat;
}
h4 {
	margin: 8px 0 3px 0;
	color: #079;
	font-size: 1.18em;
	font-weight: bold;
}
#submit {
	margin-top: 25px;
	font-size: 1.27em;
	text-align: center;
	line-height: 2em;
}
.message p{
	font-size: 1.17em;
}
.error p,
.error-message {
	color: #FF0000;
}
