@import url("specification_exp_common.css");


.column .outline {
	font-size: 14px;
	line-height: 150%;
	background: #dfedfe;
	padding: 12px;
}
.column .container {
	padding-bottom: 24px;
}
.column h3 {
	font-weight: bold;
	padding-bottom: 2px;
	color: #06c;
}
.column p {
	line-height: 150%;
}
.column blockquote {
	margin: 12px 0 12px 12px;
}
.column blockquote p {
	padding-bottom: 0;
	font-weight: bold;
}
.column .fig1 {
	width: 100%;
	background-color: #ccc;
}
.column .fig1 td {
	font-size: 12px;
	background-color: #fff;
	padding: 4px;
	line-height: 150%;
}
.column .fig1 th {
	font-size: 12px;
	color: #555;
	text-align: center;
	font-weight: normal;
	background-color: #eee;
	padding: 4px;
	white-space: nowrap;
}
.column .memo {
	font-size: 10px;
	padding-top: 4px;
}
