body{
  background: #eef9ff;
  background-image:none;
}
/*** #SportsContent h2{
  background: #005cab;
  color:#fff;
  text-align:center;
  padding: 10px 10px 8px 10px;
  margin-bottom:30px;
  font-weight:bold;
} ***/



#MainContent div img {
	border-radius: 10px 10px 0 0;
}


#SportsContent h2 {
  margin: 40px 0 30px 0;
  border-top: solid 3px #13509b;
  border-bottom: solid 3px #13509b;
  border-left: 0 !important;
  font-size: 1.2rem;
  color: #13509b;
  padding: 1em 0;
  text-align:center;
  font-weight:bold;
}

#SportsContent h3 {
  border-left:0 !important;
  font-size: 120%;
}

#MainContent div img.sotoasobi-mv {
  display: block;
  margin: 0 auto 1em auto;
  border-radius: 0;
}

#SportsContent .footerLead h4 {
  border-bottom:0 !important;
  font-size: 110%;
  margin: 0 0 5px 0;
}

@media screen and (max-width: 800px){
    #SportsContent h2 {
      font-size: 4.5vmin;
  }
    #SportsContent h3 {
      font-size: 4vmin;
  }
}
@media screen and (min-width: 480px){
	.sp-br {
		display: none;
	}
}

.footerLead{text-align:center ;}
.footerLead strong{font-size:120% ;}
.footerLead p{margin-bottom:0 !important;}
#SportsContent .border{margin-bottom: 2em !important;}