﻿@charset "UTF-8";

div.section {
	padding: 20px 19px;
	background: #ffffff;
	border: #e5e5e5 1px solid;
	border-top: none;
	border-bottom: none;
}


/* table.specificationPreview colum2Table */
table.specificationPreview {
	width: 100%;
	empty-cells: show;
	border: #e5e5e5 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
	border-top: none;
	margin: 0 0 10px 0;
}
table.specificationPreview tr {
	vertical-align: top;
}
table.specificationPreview tr th.ttl {
	background-color: #CCCCCC;
	font-weight: bold;
}
table.specificationPreview tr th {
	background-color: #F6F6F6;
	border: #e5e5e5 1px solid;
}
table.specificationPreview tr td {
	background-color: #ffffff;
	border: #e5e5e5 1px solid;
}
