@charset "utf-8";

/* 記念室資料展リスト用テーブル */

table.kinen_jyosetsu {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 620px;
	border-collapse: collapse;
	border: solid 1px #999;
	font-size: 80%;
}

table.kinen_jyosetsu th,
table.kinen_jyosetsu td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.kinen_jyosetsu th {
	background: #E6E6E6;
	text-align: center;
	white-space: nowrap;
	color: #000;
}

table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}
/* 記念室テーマ展示日付ボックス */
.theme-date {
	text-indent:280px;
}
