





main.report{
	margin:50px auto 0 auto;
	width: 1080px;
	}
	

h1.report{
	font-size: 16px;
	font-weight: 700;
	margin-bottom:8px
	}
h2.report{
	font-size: 14px;
	margin-bottom:12px
	}


.report_top{
	display:flex;
	margin-bottom: 12px;
	}
.report_top-left{
	flex:1 1 auto;
	line-height: 24px;
	font-size: 14px;
	color:#000;
	}
.report_top-right{
	flex:0 0 auto;
	line-height: 24px;
	font-size: 14px;
	font-weight: 300;
	color:#aaa;
	}
.report_top-right b{
	font-weight: 700;
	}

.report-title{
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	}
.report-date{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 12px;
	}


table.report {
	width: 100%;
 	border-collapse:separate;
 	border-spacing: 0;
	font-size: 14px;
	border-top: 1px solid var(--gray4);
	}
table.noline {
	width: 100%;
 	border-collapse:separate;
 	border-spacing: 0;
	font-size: 14px;
	border-top: none;
	}


table.report td div, table.report td a{
	display:block;
	padding:8px;
	white-space: nowrap;
	color:var(--black);
	}


table.report .dkline{
	border-bottom: 1px solid var(--gray4);
	}
	
table.report .ltline{
	border-bottom: 1px solid var(--gray2);
	}

table.report .bold{
	font-weight: 700;
	}
	




.tcard{
	page-break-after: always;
	margin-bottom: 32px;
	}

header.report{
	display:block;
	width:100%;
	background-color:var(--blue5);
	height:40px;
	text-align: center;
	}
header.report a{
	display:inline-block;
	color:var(--white);
	font-size: 14px;
	line-height: 40px;
	padding:0 20px;
	transition: .2s;
	}
header.report a:hover{
	background-color:var(--blue6);
	}
	

ul.comments{
	padding:0 10px;
	}
ul.comments li{
	display:block;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 6px;
	}
	

.space20{
	display:block;
	height:20px;
	}
.space24{
	display:block;
	height:24px;
	}
.space28{
	display:block;
	height:28px;
	}
.space32{
	display:block;
	height:32px;
	}
.space36{
	display:block;
	height:36px;
	}
.space40{
	display:block;
	height:40px;
	}







@media print{
body {
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;, serif !important;
	}
	
main.report{
	margin:none;
	max-width: 1080px;
	}

table.report {
	width: 100%;
 	border-collapse:collapse;
 	border-spacing: 0;
 	padding:0;
	font-size: 11px;
	border-top: none;
	}
	
table.report td{
	padding:0;
	}	

table.report td div, table.report td a{
	display:block;
	padding:6px;
	}
main.report{
	margin:0;
	max-width: auto;
	}

.report_top{
	display:flex;
	margin-bottom: 12px;
	}
.report_top-left{
	flex:1 1 auto;
	line-height: 24px;
	font-size: 14px;
	color:#000;
	}
.report_top-right{
	flex:0 0 auto;
	line-height: 24px;
	font-size: 14px;
	color:#ddd;
	}
	
table.report .dkline{
	border-bottom: 1px solid #CCC;
	}
	
table.report .ltline{
	border-bottom: 1px solid #CCC;
	}
	
table.noline .dkline{
	border-bottom: 1px solid #CCC;
	}
	
table.noline .ltline{
	border-bottom: 1px solid #CCC;
	}
	
header{
	display:none;
	}
}





