@charset "utf-8";

/*----------------------------------------------------------------お問い合わせ*/

/*お問い合わせ*/
#contact {
	width:680px;
	margin:20px auto;
	text-align:left;
}

/*お問い合わせの前に必ずよくある質問をご確認ください。*/
#contact p.caution {
	width:28em;
	padding:0 0 8px 0;
	float:left;
}

/*広報に関するお問い合せはこちら*/
#contact p.mail{
	width:15em;
	padding:0 0 8px 0;
	float:right;
	text-align:right;
}

/*お問い合わせフォーム背景*/
#contact_wrapper {
	width:680px;
	background:#FAFAFB;
	margin:0 auto;
	padding:24px 0;
	text-align:left;
	border:1px solid #E7EAEF;
}

/*注意文言 文字色：赤*/
#contact_wrapper .notice {
	color:#FF0000;
}

/*エラーメッセージ*/
#contact_wrapper #error {
	width:642px;
	margin:0 auto;
	padding:0 0 18px 0;
	font-weight:bold;
	color:#FF0000;
}

/*投稿用ボタン*/
#contact_wrapper .submit_btn{
	text-align:center;
}

#contact .verisign {
	float:right;
}

/*------------------------------------------お問い合わせフォーム用テーブル設定*/

/*フォーム用テーブル設定*/
#contactTable table {
	width:642px;
	margin:0 auto;
}

/*フォーム用パーツ設定*/
#contactTable table input,
#contactTable table select,
#contactTable table textarea{
	padding:1px 2px;
	vertical-align:middle;
	border:1px solid #CCCCCC;
}

/*セル幅 説明文*/
#contactTable table th {
	width:202px;
	padding:4px;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
}

/*セル幅 フォーム部分*/
#contactTable table td {
	width:440px;
	padding:4px;
	text-align:left;
	white-space:nowrap;
}

/*セル幅 注意文言など*/
#contactTable table td.attention {
	width:642px;
	padding:4px;
	text-align:left;
	white-space:nowrap;
}

/*テキストボックスの幅・高さ address*/
#contactTable table td input.address {
	width:280px;
}

/*テキストボックスの幅・高さ name*/
#contactTable table td input.name {
	width:280px;
}

/*テキストエリアの幅・高さ*/
#contactTable table td textarea {
	width:280px;
	height:90px;
}

/*区切り線*/
#contactTable table .line {
	margin:10px 0;
}

/*注意書き*/
#contactTable table span ul {
	padding:0 0 0 12px;
}

/*注意書きリスト*/
#contactTable table span ul li {
	padding:0 0 12px 0;
	line-height:18px;
	text-indent:-6px;
}

/*サンクスページ背景画像*/
#contact #thankArea{
	width:640px;
	height:440px;
	background:url(../_image/home/common_bg_thanks.png) no-repeat;
	margin:0 auto;
	text-align:center;
}

/*サンクスページメッセージ*/
#thankArea p.mes{
padding:16px 0 0 0;
}

/*サンクスページホームに戻る*/
#thankArea p.home{
padding:292px 0 0 0;
}