@charset "euc-jp";

table.ceramic {
	width: 100%;
	border: 1px solid #a38640;
	border-collapse: collapse;
	margin-bottom: 27px;
}
table.ceramic .tit {
	width: 20%;
}
table.ceramic .txt {
	width: 40%;
}
table.ceramic th {
	background: #a38640;
	color: #fff;
	font-size: 13px;
	border: 1px solid #a38640;
	border-right: 1px solid #fff;
	text-align: center;
	vertical-align: top;
	padding: 0.5em 0.2em;
}
table.ceramic th:last-child {
	border-right: none;
}
table.ceramic td {
	border: 1px solid #a38640;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding: 0.5em 0.2em;
}