@charset "utf-8";
/*********************************/
/*お問合せ ここから*/
/*********************************/

#contact {
	width: 						900px;
	text-align:					center;
	padding-bottom:		30px;
	font-size:					18px;
	color:						#4c2d10;
	background:				#e9e0b4;
}

/*テーブルの境界線はなくす*/
#contact table	{
	border-collapse:	collapse;
}

#contact th	{
	width:						150px;
	height:						40px;
	vertical-align:			middle;
	text-align:					left;
	font-weight:				normal;
}

#contact td	{
	max-width:				500px;
	vertical-align:			middle;
	text-align:					left;"
}


#contact .ContactTdNormal,
#contact .ContactTdDisabled,
#contact .ContactTdSelect,
#contact .ContactTdTextArea	{
	padding:					4px;
	text-align:					left;
	border:						solid 1px #67492D;
	border-radius:			2px;
	background:				#ffffff;
}

#contact .ContactTdNormal	{
	width:						292px;
	height:						22px;
}

#contact .ContactTdDisabled	{
	width:						292px;
	height:						22px;
	ime-mode:				disabled;
}

#contact .ContactTdSelect	{
	width:						100px;
	height:						30px;
}

#contact .ContactTdTextArea	{
	width:						340px;
	height:						100px;
}

#contact .ContactTdOther	{
	width:						186px;
	padding:					4px;
	text-align:					left;
	border:						solid 1px #67492D;
	border-radius:			2px;
}

/*ボタンエリア*/
#contact #button_area	{
	margin:						30px auto 0px;
	text-align:					center;
}

#contact #button_area #sendMail	{
	width:						200px;
	height:						50px;
	font-size:					130%;
	font-weight:				bold;
}

/*********************************/
/*お問合せ ここまで*/
/*********************************/


/*********************************/
/*お問合せチェック ここから*/
/*********************************/

/*入力内容*/
#contact .ContactCheckTd {
	font-weight:				bold;
}

/*送信確認*/
#contact .ContactCheckNote {
	margin:						10px auto 30px;
	font-size:					140%;
	font-weight:				bold;
	color:						#13ab47
}

#contact #button_area #sendMailYes,
#contact #button_area #sendMailNo	{
	width:						200px;
	height:						50px;
	font-size:					130%;
	font-weight:				bold;
}


/*********************************/
/*お問合せチェック ここまで*/
/*********************************/

/*********************************/
/*お問合せ送信完了 ここまで*/
/*********************************/

/*送信完了画像*/
#contact .ContactOkTitle {
	margin-top:				60px;
}

#contact .ContactOkNote {
	margin:						30px auto 10px;
	font-size:					100%;
}

#contact .ContactOkNote2 {
	padding-bottom:		50px;
	font-size:					100%;
}

/*********************************/
/*お問合せ送信完了 ここまで*/
/*********************************/

