<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*-------------------------- 生産者へのお知らせ --------------------------*/

/* テーブル（観光いちご狩りポスター） */
.tabular01 table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.tabular01 table th {
	padding: 0;
    border: 0;
	text-align: left;
    vertical-align: bottom;
}
.tabular01 table th.left {
	width: 245px;
}
.tabular01 table th.center {
	width: 225px;
}
.tabular01 table th.right {
	width: 213px;
}

.tabular01 table td {
    padding-top: 10px;
    line-height: 1.75em;
	border: 0;
}
.tabular01 table td span {
    font-weight: bold;
}</pre></body></html>