@charset "utf-8";
@import "common/0-import.css";
/*-----------------------------
ページ：お問い合わせ
製作者：S.Takahashi
------------------------------*/
#conts #rollover {
	padding: 0;
	text-align: center;
}

#conts p.center {
	padding: 10px 0 0;
	text-align: center;
}

#conts #back {
	padding: 0;
	text-align: center;
}

#conts #back li {
	font-size: 14px;
}

/* フォーム */
#conts #submit {
	margin: 1em 10px 30px;
	width: 630px;
	border: solid 1px #E1D1B3;
	
	font-size: 14px;
}

#conts #submit input,
#conts #submit textarea,
#conts #submit select {
	font-size: 100%;
}

#conts #submit span.red {
	color: #FF0000;
}

#conts #submit .black {
	color: #333;
}

#conts #submit th, #conts #submit td {
}

#conts #submit th {
	padding: 15px 18px 13px 15px;
	width: 180px;
	background: #F3EDE1;
	border: solid 1px #E1D1B3;
	
	color: #333;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

#conts #submit td {
	padding: 15px 18px 13px 10px;
	background: #fff;
	border: solid 1px #E1D1B3;
	
	color: #999;
	line-height: 1.3;
}

#conts #submit .space {
	padding-left: 35px;
}

#conts input.textBox {
	margin: 0 10px 6px 0;
	padding: 2px;
	vertical-align: middle;
}

#conts input.checkBox {
	margin-right: 5px;
}

#conts textarea {
	padding: 2px;
	width: 90%;
	height: 10em;
	
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	
}

#conts #fNameSei,
#conts #fNameKanaSei,
#conts #fNameMei,
#conts #fNameKanaMei {
	width: 85px;
}

#conts #fEmail,
#conts #fEmailCheck {
	width: 253px;
}

#conts #fTel01,
#conts #fTel02,
#conts #fTel03 {
	margin-right: 0;
	width: 50px;
}

/*------------------------------------------------------------
	エラー
------------------------------------------------------------*/
#conts ul.error {
	margin: 0 10px 10px;
	
	color: #FF3535;
	font-weight: bold;
}

#conts #submit .error {
	background: #FF9D9D;
}

/*------------------------------------------------------------
	プレビュー
------------------------------------------------------------*/
#conts #submit .preview {
	color: #333;
}

#conts #btn {
	margin-left: 200px;
	padding: 0 0 5px;
	
	text-align: center;
}

	* html #conts #btn {
		margin-left: 175px;
	}
	
	*+html #conts #btn {
		margin-left: 175px;
	}

#conts #btn li {
	margin-right: 15px;
	float: left;
	
	text-align: center;
}

	* html #conts #btn li {
		margin-right: -5px;
	}

	*+html #conts #btn li {
		margin-right: -5px;
	}

#conts #btn .one {
	position: relative;
	bottom: 1px;
}

	* html #conts #btn .one {
		bottom: 2px;
	}
	
	*+html #conts #btn li.one {
		bottom: 2px;
	}

#conts button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;

	cursor: pointer;
}



