@charset "shift_jis";

@import url(../css/common.css);
@import url(../css/basic.css);

/* ====================================================================

   Style Info: お問い合わせ
 
==================================================================== */

/* 電話
--------------------------------- */

#contact_tel {
	width:615px;
	_width:613px;
	border:1px solid #cdcdcd;
	text-align:center;
	padding:15px 0;
	margin:15px 0 30px 0;
	}

#contact_tel:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	}
	
	#contact_tel ul {
		width:585px;
		margin:0 auto;
		list-style:none;
		}
		
		#contact_tel li {
			float:left;
			font-size:0;
			line-height:0;
			margin-right:15px;
			display:inline;
			}

/* 問い合わせフォーム
--------------------------------- */

#contact_form p { padding:5px 0 10px 0; }

#contact_form span { color:#dC2828; font-weight:normal; }

#contact_form table {
	width:585px;
	border:2px solid #dcc899;
	border-collapse:collapse;
	margin-top:10px;
	}
	
	#contact_form th, #contact_form td {
		border:1px solid #dcc899;
		padding:8px 10px;
		}
	
	#contact_form th {
		background-color:#faf5e4;
		text-align:left;
		vertical-align:top;
		width:25%;
		font-weight:normal;
		}

/* 送信完了 */

#complete { margin-top:10px; }

#complete:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	}

	#complete img {
		float:right;
		margin:0 20px;
		}

#complete_contact {
	background-color:#f5eed1;
	margin-top:15px;
	}
	
	#complete_contact p { padding:15px; }