@charset "UTF-8";

/* www.komeya-nouen.com - 静的ページ用スタイル */


#contents_area {
	position: relative;
}

h2 {
	margin-bottom: .25em;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: .25em;
}

abbr {
	border: none;
}


table {
	border-collapse: collapse;
	width: 100%;
}

	th,
	td {
		margin: 0;
		padding: .75em 1.25em;
		border: 1px solid #dbd9d1;
		text-align: left;
		vertical-align: top;
		font-weight: normal;
	}

		th abbr {
			margin: 0 .5em;
		}

		td li {
			list-style: none;
		}

			td li * {
				vertical-align: middle;
			}


/* -----
body#company_index：会社概要ページ（/company/index.html）
----- */
/* table#company_profile：会社概要の表組 */
#company_profile {
	margin-bottom: 30px;
}

	#company_profile th {
		width: 10em;/* <-- */
	}

#link_map {
	float: left;
}

#link_intro {
	float: right;
}

.link_otherpage {
	width: 418px;
}


/* -----
body#contact_index：来園予約・お問い合わせページ（/contact/index.html）
----- */
#contact_index p.caution {
	margin-bottom: .5em;
}

/* table#contact_form：来園予約・お問い合わせ用フォームの表組*/
#contact_form th {
	width: 15em;
}

/*	tr.name：お名前
	tr.company：会社名
	tr.mail：メールアドレス
	tr.tel：お電話番号 */
tr.name th,
tr.company th,
tr.mail th,
tr.tel th {
	vertical-align: middle;
}

input#name,
input#company,
input#mail,
input#tel {
	width: 20em;
}

/* tr.address：住所 */
	/* li.postcode：郵便番号
			input#postcode1, input#postcpde2 */
	/* li.prefecture：都道府県
			input#prefecture */
	/* li.city：ご住所
			input#city */
	/* li.building：建物名
			input#building */
tr.address li {
	margin: .5em 0;
}

	tr.address li.prefecture label,
	tr.address li.city label,
	tr.address li.building label {
		display: block;
		float: left;
		width: 4.5em;
	}

	tr.address input {
		width: 20em;
		margin: 0 .5em;
	}

	tr.address li.postcode input {
		width: 4em;
	}

	tr.address li.prefecture input {
		width: 10em;
	}

/* tr.reason：訪問理由 */
tr.reason li {
	margin: .5em 0;
}

	tr.reason label.specific {
		margin: 0 .25em 0 1.75em;
	}

	tr.reason input {
		margin-right: .5em;
	}

	tr.reason input#treename,
	tr.reason input#etc_note {
		width: 20em;
	}

/* tr.date：訪問希望日 */
tr.date li {
	margin: .5em 0;
}

	tr.date input {
		width: 3em;
		margin: 0 .25em 0 1em;
		text-align: right;
	}

	tr.date ul.caution {
		margin-top: 1.5em;
	}

		tr.date ul.caution li {
			margin: .25em 0 !important;
		}

/* tr.note：その他お問い合わせ または、〜 */

/* tr.submit：送信 */
tr.submit td {
	border: none;
}

	tr.submit td input {
		margin-top: .5em;
		padding: .25em 2em .25em 3em;
		letter-spacing: 1em;
	}


/* -----
body#member_index：入会:会員限定！入荷情報・限定情報（/member/index.html）
----- */
/* div#login：メンバーロングイン */
#login {
	float: right;
	width: 249px;
	margin-bottom: 30px;
}

	#login h2 {
		margin: 0;
	}

	#login div {
		border: 1px solid #ebe2e6;
		border-top: none;
		padding: 10px 15px 15px 15px;
		text-align: center;
	}

#member_index p {
	text-transform: uppercase;
}

#member_index p.caution {
	margin: 1em 0 .5em 1em;
	text-indent: -1em;
}

/* div#about：業者限定！〜とは？ */
#about {
	float: left;
	width: 591px;
	margin-bottom: 30px;
}

/* div#registry：Komeyaメンバー登録 */
#registry {
	clear: both;
	border-top: 1px solid #bbb;
}

	#registry h2 {
		margin: 18px 0 15px 0;
	}

/* table#member_registry：メンバー登録用フォームの表組 */
#member_registry {
}

	#member_registry th {
		width: 12em;
	}
	/* 以下、table内要素は来園予約・お問い合わせページ（/contact/index.html）と共通 */