/*
Theme Name: TwentyTwenty child
Template:   twentytwenty
Version:1.1
*/



@media ( min-width: 1220px ) {
	h1,
	.heading-size-1 {
		font-size: 4rem;
	}
	.singular .intro-text {
    font-size: 2.5rem;
    letter-spacing: -0.03125em;
    line-height: 1.375;
	}
	.comment-reply-title {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 6rem;
	}
	.editor-styles-wrapper .wp-block h1 {
	font-size: 44px;
}
}
@media ( min-width: 700px ) {
	h1,
	.heading-size-1 {
		font-size: 4rem;
	}

	h2,
	.heading-size-2 {
		font-size: 4rem;
	}

	h3,
	.heading-size-3 {
		font-size: 3rem;
	}

	h4,
	.heading-size-4 {
		font-size: 2.5rem;
	}

	h5,
	.heading-size-5 {
		font-size: 2.2rem;
	}

	h6,
	.heading-size-6 {
		font-size: 1.8rem;
	}
	
	h2.entry-title {
		font-size: 4rem;
	}
}








table.fudousan {
  width: auto;
  border-spacing: 0;
  font-size:14px;

}
table.fudousan th {
  width: 30%;
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: left;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.fudousan th:first-child {
  border-radius: 5px 0 0 0;	
}
table.fudousan th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.fudousan tr td {
  padding: 8px 15px;
	border-top: 1px solid #84b2e0;
	border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: left;
}
table.fudousan tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.fudousan tr {
  background: #fff;
}
table.fudousan tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.fudousan tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.fudousan tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.fudousan tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.fudousan tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}

.tablepress-id-1 li {
  list-style: none;
	
	
}
.tablepress-id-1 caption {
 display: none;
	
}