@import url("specification_exp_common.css");


.column .outline {
	font-size: 14px;
	line-height: 150%;
	background: #dfedfe;
	padding: 12px;
}
.column h3 {
	font-weight: bold;
	padding-bottom: 2px;
	color: #06c;
}
.column p {
	line-height: 150%;
}
.column .container {
	padding-bottom: 24px;
}
.column .fig1 {
	width: 400px;
	background-color: #ccc;
}
.column .fig1 td {
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	width: 50%;
	padding: 4px;
}
.column .fig1 th {
	font-size: 12px;
	color: #555;
	text-align: center;
	font-weight: normal;
	background-color: #eee;
	padding: 4px;
}
.column .block1 {
	width: 180px;
	float: left;
	padding: 0 10px 0 10px;	
}
.column .block1 p {
	font-size: 10px;
	text-align: center;
}
.column .fig2 {
	width: 100%;
	background-color: #ccc;
}
.column .fig2 td {
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	padding: 4px;
}
.column .fig2 th {
	font-size: 12px;
	color: #555;
	text-align: center;
	font-weight: normal;
	background-color: #eee;
	padding: 4px;
}
.column .fig2 .spc {
	width: 1px;
}
