/*
Theme Name: 在宅サービスセンター・訪問看護ステーションハローナース
Theme URI: 
Description: 在宅サービスセンター・訪問看護ステーションハローナース専用テーマ
Version: 0.0.2
Author: Archinet Inc.
*/

/* 料金表 TablePress用 */
.tablepress {
	table-layout: fixed;
	border-bottom: 1px solid #ddd;
	font-size: var(--fs-small);
}
@media screen and (max-width: 767px) {
	.tablepress {
		min-width: 800px;
	}
}

.tablepress td,
.tablepress th {
	padding: .5em;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.tablepress-id-3 .column-2 {
	width: 30%;
}