
#col_main {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 940px;
}

table.spec-table sup{
vertical-align: top;
	position: relative;
	top: 0.5em; 
}
table.spec-table {
	width: 70%;
	margin: 40px auto;
	line-height: 1.4;
}
table.spec-table02 {
	width: 100%;
	margin: 40px 0;
	line-height: 1.4;
}
table.spec-table th,
table.spec-table td {
	border-collapse:collapse;
	border: 5px solid #FFF;
	vertical-align:middle;
	padding: 1em;
	text-align:center;
	white-space: normal;
}
table.spec-table th {
	background: #EFEFEF;
}
table.spec-table thead th {
	color:#000;
	font-weight:bold;
	background: #EFEFEF;
}
table.spec-table .none {
	background:none!important;
}
table.spec-table tbody th {
	text-align:right;
	color:#000;
	font-weight:bold;
}
table.spec-table thead th.bg01 {
	background-color: #53A94C;
	text-align:center;
	color:#FFF;
}
table.spec-table thead th.bg02 {
	background-color: #4F94C9;
	text-align:center;
	color:#FFF;
}
table.spec-table thead th.bg03 {
	background-color: #E58133;
	text-align:center;
	color:#FFF;
}
table.spec-table thead th.bg04 {
	background-color: #b1babc;
	text-align:center;
	color:#FFF;
}
table.spec-table td {
	background-color: #F6F6F6;
	color: #00a6ff;
	font-weight:bold;
}
table.spec-table td .note {
	color: #808080;
	font-weight:normal;
}

table.spec-table th.bg_th {
	background-color: #DDDDDD;
}
table.spec-table tbody td.bg01 {
	background:rgba(83,169,76,0.3);
}
table.spec-table tbody td.bg02 {
	background:rgba(79,148,201,0.3);
}
table.spec-table tbody td.bg03 {
	background:rgba(229,129,51,0.3);

}
h2.mb {
	margin-bottom: 1em;
}
table.spec-table02 th,
table.spec-table02 td {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	padding: 1em;
	white-space: normal;
}
table.spec-table02 th {
	background: #f2f2f2;
	color:#3e3a39;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
}