/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 02 2026 | 22:46:06 */
/* 土壌データテーブル：見出し行 */
.soil-data-table table thead th {
	background-color: #cee0f1 !important;
	font-weight: 700;
	color: #222;
	vertical-align: middle;
	text-align: center;
}

/* セル全体 */
.soil-data-table table th,
.soil-data-table table td {
	padding: 12px 10px;
	border: 1px solid #d6d6d6;
}

/* 項目名以外を中央揃え */
.soil-data-table table th:not(:first-child),
.soil-data-table table td:not(:first-child) {
	text-align: center;
}

/* スマートフォンで横スクロール */
.soil-data-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.soil-data-table table {
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
}