@charset "utf-8";

/* テーブル
----------------------------------------------------------------------*/
table.form {
	width: 650px;
	border-top: 1px solid #745D50;
	margin-bottom: 10px;
}
table.form th {
	width: 156px;
	font-weight: bold;
	background: url(../images/contact/border.gif) left bottom no-repeat;
	padding: 15px 0 10px 0;
	text-align: left;
	vertical-align: top;
}
table.form td {
	background: url(../images/contact/border.gif) left bottom repeat-x;
	padding: 15px 0 10px 2px;
	vertical-align: top;
}
table.form .last { background: none; }

.form_btn {
	width: 492px;
	border-bottom: 1px solid #745D50;
	margin-bottom: 20px;
	padding: 0 0 20px 158px;
	clear: both;
}

label { margin: 0 20px 0 5px; }
select { font-size: 13px; }
input {
	font-size: 13px;
	padding: 2px;
}
input.text_nomal { width: 310px; }
input.text_small { width: 170px; }
textarea {
	width: 470px;
	height: 150px;
	font-size: 13px;
}


/* 入力フィード関連 */
input {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}
*:first-child+html input {
	margin: 0 5px 0 0;
}
input.text {
	padding: 3px;
	border: #999999 solid 1px;
}
input.text:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}
input.text-error {
	padding: 3px;
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}
input.text-error:focus {
	padding: 3px;
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}
textarea.error:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}
textarea {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
	padding: 3px;
	border: #999999 solid 1px;
}
*:first-child+html textarea {
	margin: 0 5px 0 0;
}
textarea:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}
textarea.error {
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}
textarea.error:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}
select {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}
*:first-child+html select {
	margin: 0 5px 0 0;
}

div.space {
	margin: 3px 0 2px 0;
}

input.btn_send {
	width: 337px;  
	height: 68px;
	background:url(../images/contact/btn_send.gif) top left no-repeat;
	border: none;
	cursor: pointer;
	text-align: center;
}
input.btn_send:hover {
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: .65;
}


/* エラー表示 */
div.baloon {
	position: absolute;
	color: #E60012;
	font-size: 12px;
	background: url(../images/contact/baloon.gif) left top no-repeat;
	padding-left: 5px;
	z-index: 1;
}
div.baloon a {
	color: #E60012;
	margin-right: 2px;
	padding: 2px;
	text-decoration: underline;
}
div.baloon a:hover {
	color: #999999;
}
div.baloon div {
	background: url(../images/contact/baloon_right.gif) right top no-repeat;
	padding: 7px 7px 14px 0;
	white-space: nowrap;
}
