﻿@charset "utf-8";

ul.imgList li img {
	margin-bottom: 5px;
}

.txtC {
	text-align: center;
}

/* --------------------------
 * 法要ページ ヘッドライン
-------------------------- */
#headline .posL {
	width: 275px;
}

/* --------------------------
 * ご会食プラン
-------------------------- */
#menus {
	margin: 1.5em 0;
}

#menus img {
	margin: 0 0 0.5em;
}

#menus .clr {
	margin: 0 0 1em;
}

#menus .posL,
#menus .posR {
	width: 255px;
}

#menus .menuTitle {
	padding: 6px 0;
	border-top: 1px solid #63B1E6;
}
	#menus .menuTitle h4 {
		float: left;
		color: #1074BA;
		font-size: 16px;
		font-weight: bold;
	}

	/* ------------------------
	 * 値段
	------------------------ */
	p.price {
		float: right;
		margin: 0;
		color: #C0591A;
		font-size: 15px;
		font-weight: bold;
	}
		p.price span {
			color: #333333;
			font-size: 10px;
			font-weight: normal;
		}




	/* ------------------------
	 * メニュー用のテーブル
	------------------------ */
	#menus table.menu,
	#menus table.menu th,
	#menus table.menu td {
		border: none;
	}

	#menus table.menu {
		width: 100%;
		margin: 0.5em 0;
	}
		#menus table.menu th {
			white-space: nowrap;
			border-bottom: 1px solid #cccccc;
			background: none;
		}
		#menus table.menu td {
			border-bottom: 1px solid #cccccc;
		}

	/* ------------------------
	 * お持ち帰り
	------------------------ */
	#menus #takeOut h4 {
		float: none;
		margin-bottom: 1em;
		padding: 3px;
		color: #ffffff;
		font-size: 15px;
		font-weight: bold;
		background: #1882CC;
	}

	#menus #takeOut h5 {
		float: left;
		color: #1074BA;
		font-size: 16px;
		font-weight: bold;
	}

	#menus #takeOut table {
		margin-bottom: 1.5em;
	}


	/* ------------------------
	 * お飲み物
	------------------------ */
	#drink {
		margin-top: 1.5em;
	}
		#drink table {
			width: 100%;
			margin-top: -1em;
		}
			#drink table td {
				border-top: 1px solid #746144;
				border-right: 1px solid #746144;
				border-bottom: 1px solid #746144;
			}

/* --------------------------
 * ご法要会場
-------------------------- */
#hoyoSite table{
	border: 1px solid #746144;
}

/* --------------------------
 * 会場
-------------------------- */
#conferenceRoom p {
	margin-bottom: 15px;
}

#conferenceRoom table {
	width: 100%;
	margin-top: 1em;
	border: 1px solid #746144;
}
	#conferenceRoom table th,
	#conferenceRoom table td {
		border: 1px solid #746144;
	}

/* --------------------------
 * 優待プラン
-------------------------- */
#courtesy p {
	margin-bottom: 15px;
}

#courtesy table {
	width: 155px;
}
	#courtesy th,
	#courtesy td {
		padding: 3px;
	}
	#courtesy th {
		white-space: nowrap;
	}
