@charset "utf-8";

/*１０月定期停電用
Site URL	http://www.umin.ac.jp/oshirase/oct/
Created		2013/06/20
Last update	2023/09/18
Author		Hayashi Ryosuke
*/

.section_body{
  margin-bottom: 3rem;
}
.stop-ind{
  border-radius: 5px;
  border: rgb(255, 50, 50) solid 3px;
  background-color: #FEF0F0;
}
.stop-ind h2{
  border:none;
  text-align: center;
  color: rgb(255, 50, 50);
  font-size: 28px;
  text-shadow: 1px 1px 0px rgb(0,0,0);  
}
.stop_time{
  font-size: 2rem ;
  font-weight: 600;
  color: rgb(255, 50, 50);
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.stop-ind p{
  margin: 14px;
  padding: 0 14px;
}
.notes h4{
	font-size: 20px;
	padding-top: 14px;
	margin-left: 20px;
	border-bottom:dotted 2px #ddd;
}
.notes p{
	margin-left: 20px;
}
strong{
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.notes a{
  text-decoration: underline;
}