@charset "UTF-8";

/**
 * お問い合わせ
 */
h2#contact {
	background: transparent url(/img/contacts/ttl_inquiry.gif) no-repeat scroll top left;
	height: 23px;
	text-indent: -9999px;
}

div#content div.comment {
	width: 90%;
	margin-top: 15px;
	text-align: left;
}

table#contact p.attention {
	color: #339ACC;
}

table#contact p.example {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #339ACC;
}

/** 入力必須 */
span.required {
	color: red;
	font-size: 0.9em;
}

div.submit {
	text-align: center;
}

select.form {
	color: #36393D;
	font-style: normal;
	font-size: 1.4em;
	text-align: center;
}

select.form option {
	margin: 0;
	padding: 0;
	text-align: center;
}

/**
 * お問い合わせ エラー出力デザイン
 */
.error-message {
	color: red;
}

dl.error {
	width: 99%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid red;
	background-color: #FFFFCC;
}

dl.error dt {
	font-size: 1.4em;
	font-weight: bold;
	color: red;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 34px;
	background: transparent url(/img/contacts/error_dt.gif) no-repeat left;
}

dl.error dd {
	text-align: left;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	background: transparent url(/img/contacts/error_dd.gif) no-repeat top left;
}

