@charset "UTF-8";
.okd-goods-table{
	width:100%;
	max-width: 980px;
} 
.okd-goods-table table{
	border-collapse: collapse;
}
.okd-goods-table caption{
	color: #ffffff;
	background: #4f4643;
	letter-spacing: 0.2em;
	font-size: 1.1em;
	padding-left: 1em; 
}
.okd-goods-table caption span{
	font-size: 0.7em;
	padding-left: 1em; 
}
.okd-goods-table table tr th, .okd-goods-table table tr td{
	border: solid 1px #cccccc;
	padding-left: 6px;
}
.okd-goods-table table tr th{
	font-weight: normal;
	text-align: left;
	width: 26%;
}
.okd-goods-table table tr td{
	line-height: 1.6em;
	background: #ffffff;
}

@media only screen and (max-width: 420px) {
	.okd-goods-table{
	max-width: 420px;
	}
	.okd-goods-table table {
		font-size: 0.9em;
	}
}
