/**
 * Theme Name: サイト監視ツール
 * Template: twentytwentyfive
*/

/* .has-global-padding > .alignfull {
  margin-right: 0 !important;
  margin-left: 0 !important;
} */

.wp-block-group {
  /* width: 100%; */
  /* max-width: 800px; */
}

.wp-block-group {
  /* padding-left: 0; */
  /* padding-right: 0; */
}

.entry-content >  * {
  width: 100% !important;
  max-width: 800px !important;
}

.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
}

.entry-content table th,
.entry-content table td {
  padding: 4px 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.entry-content table th:first-child,
.entry-content table td:first-child {
  width: 240px;
}

.entry-content table th:last-child,
.entry-content table td:last-child {
  width: 160px;
}

.entry-content table th {
  background: #ddd;
}

/* .entry-content table tbody tr:nth-child(even) td {
  background: #f7f7f7;
} */
