@charset "UTF-8";

/**
 * お問い合わせ
 */
h2#contact {
	background: transparent url(/img/contacts/title.gif) no-repeat scroll top left;
	height: 44px;
	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;
}

h2 {
	font-size: 1.8em;
	text-align: left;
}

table#contact {
	width: 99%;
	empty-cells: show;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #99CCFF;
	border-collapse: collapse;
	border-spacing: 0;
}

table#contact th {
	width: 30%;
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	white-space: nowrap;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: 1px solid #99CCFF;
	background-color: #EFF8FC;
}

table#contact td {
	font-size: 1.2em;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #99CCFF;
	background-color: #FFFFFF;
}

* html table#contact th, * html table#contact td {
	font-size: 0.8em;
}

table#contact p {
	font-size: 1em;
}

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

table#contact div.submit {
	text-align: center;
}

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

table#contact option {
	margin: 0;
	padding: 0;
	text-align: center;
}

table#contact input[type="text"], table#contact input.type-text {
	color: #36393D;
	font-style: normal;
	font-size: 1.4em;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #99CCFF;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}

table#contact input[type="text"]:focus {
	background-color: #FFFFCC;
	color: #000000;
}

* html table#contact input.type-text {
	width: 90%;
}

table#contact textarea {
	color: #36393D;
	font-style: normal;
	font-size: 1.4em;
	border: 1px solid #99CCFF;
}

table#contact textarea:focus {
	background-color: #FFFFCC;
	color: #000000;
}

* html table#contact textarea {
	width: 90%;
}

/**
 * お問い合わせ エラー出力デザイン
 */
.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;
}

