@charset "utf-8";
/* charset */
/*--------------お問い合わせ--------------*/

#contact_wrapper{
	width:650px;
	margin:0 auto;
}
#contact_txt{
	width:650px;
	margin:0 auto 25px auto;
	padding:5px 0;
	background-color:#FCE8B8;
	text-align:center;
	font-size:18px;
}
.txt_pink{
	color:#EA7171;
}
#contact_wrapper table{
	width:650px;
	background-color:#C9C4BC;
}
#contact_wrapper table th{
	width:200px;
	padding-right:10px;
	background-color:#FFE8DF;
	text-align:right;
}
#contact_wrapper td{
	background-color:#fff;
}
.input_error{
	color:#F00;
}
#agree_txt{
	margin-top:5px;
	font-size:11px;
	line-height:1.2em;
}