@charset "utf-8";
@import "/css/template.css";
#main {
	padding-bottom: 40px;
	background: none;

	text-align: center;
}

#conts {
	margin: 0 auto;
	width: 560px;

	float: none;

	text-align: left;
}

#conts h2 {
	margin-bottom: 10px;
}

#conts .hissu {
	color: #f00;
}

#conts p {
	line-height: 1.7;
}

#conts ul.note {
	margin: 10px 0;

	line-height: 1.3;
}

#conts ul.note li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(/img/icon/icon02.gif) no-repeat left 6px;
}

#conts th {
	padding: 8px 15px 8px 10px;
	background: #D1E1F4;

	font-size: 14px;
	vertical-align: top;
}

#conts td {
	padding: 3px 15px;
	width: 100%;
	background: #F1F1F1;

	vertical-align: middle;
}

#conts th .hissu {
	margin-left: 5px;
}

#conts tr.fEmailCheck p {
	font-size: 11px;
	font-weight: bold;
}

#conts td input,
#conts td textarea {
	border: 1px solid #999;
	font-size: 100%;
}

#conts #fCompanyName,
#conts #fAddress,
#conts #fBody {
	width: 350px;
}

#conts #fBody {
	height: 80px;
	overflow: auto;
}

#conts #fName,
#conts #fNameKana,
#conts #fTel,
#conts #fFax {
	width: 180px;
}

#conts #fEmail,
#conts #fEmailCheck,
#conts #fCompanyUrl {
	width: 280px;
}

#conts p.note {
	margin: 10px 0 25px;
	text-align: center;
	font-weight: bold;
}

#conts .submit {
	text-align: center;
}

/*------------------------------------------------------------
	エラー
------------------------------------------------------------*/
#conts ul.error {
	color: #f00;
	font-weight: bold;
}

#conts ul.error li {
	margin-bottom: 5px;
}

#conts td.error {
	background: #F9E9F7;
}

/*------------------------------------------------------------
	サンキュー
------------------------------------------------------------*/
#conts #thanks {
	text-align: center;
}

#conts #thanks h3 {
	margin: 5px 0 10px;

	color: #1B67C9;
	font-size: 15px;
	font-weight: bold;
}

#conts #thanks p {
	margin-bottom: 1em;

	text-align: left;
}
