@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------

detail

-------------------------------------------------- */
.report-sttl{
	margin:2em 0;
}
.report-sttl-small {
	margin-bottom: 0.1em;
	background: #E5F4FF;
	padding: 0.5em 1rem;
	font-size: 2rem;
	display:table;
	width:100%;
	text-align:left;
}
.report-sttl-small dt ,dd{
	display:table-cell;
	vertical-align: top;
}
.report-sttl-small dt{
	font-weight:bold;
	padding-right:2em;
	width:20%;
	min-width:76px;
}
.report-sttl-small dd{
	width:80%;
}
@media screen and (max-width: 800px) {
.report-sttl-small {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 420px){
.report-sttl-small {
	font-size: 1.2rem;
}
}