@charset "utf-8";

#report {
	color: #45421F;

}
#report #section {
margin-bottom: 50px;
}
#report img{
margin-bottom: 30px;
}
#report section p {
    font-size: 116%;
    text-indent: 1em;
    text-align: left;
  	margin-bottom: 0.6em;
    padding: 0 7.5%;
}


#report section figure {
    background-color: #f1f1f1;
    width: 85%;
    margin: 30px auto;
}
    #report section figure img {
        margin-bottom: 0;
    }
    #report section figcaption {
        font-size: 100%;
        line-height: 1.4em;
        padding: 20px;
        text-align: left;

    }

#report .intro {
background-color: #f1f1f1;
margin-top: 25px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
margin-bottom: 50px;
border: 1px solid #DBDBDB;
}

.heading08 {
	font-size: 26px;
}


#report h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;
    margin-bottom: 30px;
}
#report h2 span{
    margin-right: 20px;
}
#report h2::before,
#report h2::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #e3bf00;
}

#report h2::before {
	margin-right: 20px;
}
#report h2::after {
	margin-left: 20px;
}



#report h3 {
	position: relative;
	padding-bottom: 20px;
	font-size: 28px;
	text-align: center;
    margin-bottom: 20px;
    line-height: 1.2em;
}
#report h3 span{
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    font-size: 16px;

    
}
#report h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #b99a00 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

#report h4 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6C0;
	padding-left: 10px;
	padding-top: 2px;
	line-height: 1.6em;
	clear: both;
	font-weight: normal;
	margin-top: 20px;
}
#report h5 {
font-weight: bold;
margin: 5px auto;
padding: 5px 10px;
line-height: 1.6em;
clear: both;
color: #390;
font-size: 100%;
text-align: center;
}
#report h6 {
	font-weight: normal;
	padding-top: 5px;
	line-height: 1.6em;
	clear: both;
	color: #390;
	font-size: 100%;
}



#report table {
	padding: 0;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #909090;
}
#report th {
	background-color: #ECEFD0;
	border-bottom: 1px solid #909090;
    	text-align: center;
        	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#report td {
	border-bottom: 1px solid #909090;
    	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}



#content .title {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6C0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	clear: both;
	color: #555;
}


.sti   {
	color: #d72648;
}
.trd  {
	color: #fe0000;
}
.mugen  {
	color: #000;
}
.nismo {
	color: #BA1F27;
}
