h3 {
	margin: 0 0 20px;
	padding: 0;
}
h3#mainview {
	font-size: 16px;
}

/* テーブル設定 */
table#ex {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	color: #393d3e;
	line-height: 1.3;
}
table#ex td {
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}
table#ex td.num {
	background-color: #FFFFFF;
	text-align: center;
}
table#ex td.item {
	background-color: #656363;
	color: #FFFFFF;
	white-space: nowrap;
}
table#ex td.description {
	background-color: #F3F3F3;
}
td.bdrbtm_gray {
	border-bottom: 1px solid #e5e5e5;
}
