@charset "utf-8";

h4 {
	font-size:1.4em;
	border-left:10px double #ff0;
	border-right:10px double #ff0;
	padding:3px;
	background-color:#ff9;
	margin-bottom:5px;
}

.stage_text{
	padding-left:10px;
}

h5 {
	font-size:1.2em;
	padding:10px 0;
	margin-bottom:10px;
	border-bottom:3px solid #33f;
}

section{
 border:none;
}

.group_info{margin-bottom:20px;}

.group_info:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}


.omake_text{
 background:#fee;
 border:dotted 4px #f99;
 font-size:1.1em;
 font-weight:bold;
 padding:10px;
}