/*
Theme Name: mh-magazine-lite-kid
Template: mh-magazine-lite
*/
.mh-site-identity {
	display: none;
}
.topimg {
 width: 100%;
 padding-bottom: 1.25rem;
}
.topimg img {
	width: 100%;
}
th {
  width: 20%;
  vertical-align: middle;
  text-align: left;
}
table {
  border-left: none;
  border-top: none;
}
td, th {
  padding: 5px 10px;
  border-right: none;
  border-bottom: 2px solid #333;
}
h3.underline-red {
	border-bottom: 3px solid #e64946;
	padding-bottom: 10px;
}
.jisseki-tb th {
  width: 50%;
  border-bottom: none;
}
.jisseki-tb td {
  border-bottom: none;
}
.course-tb td {
  padding: 5px 10px;
  border: 2px solid #333;
}
.course-tb th {
  border: 2px solid #333;
  background-color: #e64946;
  color: #fff;
}
.course-tb.w10 th {
  width: 10%;
}

.txt-red {
  color: #e64946;
}
.redbox {
  background-color: #e64946;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.redbox p {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.th10 th {
  width: 10%;
}
.redbox.lefttxt p {
  text-align: left;
}
.redbox.lefttxt p a {
  color: #fff;
}
.redbox.lefttxt p a:hover {
  color: #333;
}




