/* 演奏会案内 */

@import url('style/html5reset.css');
@import url('style/common.css');

/* 区切り */
#contents article section {
	border-bottom:1px dotted #ccc;
	margin-bottom:2em;
}
/* テーブルtd 小文字 */
#contents article section td .td_mini {
	color:#333;
	font-size:12px;
}
/* 文字列のみ下マージン */
#contents p.b2 {
	margin-bottom:2em;
}
/* アンダーライン */
#contents article section span.under {
	border-bottom:1px solid #333;
}
/* 次のセクションのマージン */
#contents article section .mb1 {
	margin-bottom:1em;
}
/* テーブル下マージン */
#contents article section table {
	margin-bottom:1em;
}
/* オカリナセブン */
#contents article section span.age {
	font-size:14px;
}
#contents article section ul {
	font-size:14px;
	margin-left:24px;
}
/* 写真下説明 */
#contents article table.nobd {
	margin-bottom:2em;
}
#contents article table.nobd td {
	width:410px;
	border:0px;
	background-color:#fff;
	padding:0px;
	font-size:12px;
}
#contents article table.nobd td.cap {
	text-align:center;
}
#contents article table.nobd2 td {
	border:0px;
	background-color:#fff;
	padding:0px;
}

/* 説明内説明 */
.right_exp {
	font-size:14px;
	margin-bottom:1em;
}
