@charset "utf-8";
/* CSS Document */
/*---以下は、お問い合わせページ(contact/カテゴリ)に反映される設定です。---*/

/*－－－－タイトル－－－－*/
h1 span#contact {
	display:block;
	width:auto;
	text-indent:-5000px;
	background:url(../img/h1_contact.gif) left no-repeat;
	}
h2#contact_title {
	width:206px;
	height:32px;
	margin-top:30px;
	margin-left:5px;
	padding:0 10px;
	font-size:110%;
	background:url(../../common/img_common/icon/h_gray.jpg) left top no-repeat;
	}
/*－－－－コンテンツ－－－－*/
div#contents {
	margin:0 10px;
	min-height:600px;
	}
table {
	width:850px;
	margin-top:0;
	margin-left:50px;
	margin-bottom:100px;
	background:none;
	border:none;
	border-top:1px solid #CBCBCB;
	font-size:100%;
	}
table#complete {
	border:1px solid #ED1C24;
	background-color:#FFFFFF;
	}
td {
	padding:10px;
	border:none;
	border-bottom:1px solid #CBCBCB;
	background-color:#FFFFFF;
	}
td.submit {
	padding:10px;
	border:none;
	border-bottom:1px solid #ED1C24;
	border-left:6px solid #ED1C24;
	background-color:#F1EFEE;
	}
th {
	width:200px;
	padding:10px;
	border:none;
	border-bottom:1px solid #CBCBCB;
	border-left:6px solid #ED1C24;
	background-color:#F3F3F3;
	text-arign:center;
	vertical-align:top;
	}
table#complete th, table#complete td {
	background-color:#ffeaff;
	}
p.thanks {
	padding-left:25px;
	}
p.float {
	float:right;
	margin:0;
	}
input.return_btn {
	float:right;
	}

