﻿@charset "utf-8";
:root {
	--sw-corporate-color: #009900;
}

/* --------------------------------------------------
   table
-------------------------------------------------- */
.fixed-box[data-layout-type='a'] table td.al-center {
	text-align: center !important;
}
.fixed-box[data-layout-type='a'] table[data-lang='en'] thead .fixed > span {
	display: none;
}
table[data-graph-key="3050"] tbody tr:nth-of-type(2n) th,
table[data-graph-key="3059"] tbody tr:nth-of-type(2n) th {
	text-indent: 1rem;
}
.fixed-box table th.fixed {
	min-width: 240px;
}
@media (max-width: 768px) {
	.fixed-box table th.fixed {
		min-width: 100px;
	}
}
/* --------------------------------------------------
   summary
-------------------------------------------------- */
.excel-container {
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: end;
}
.excel-container a {
	font-size: 12px;
	text-decoration: underline;
}
.excel-container a:hover {
	opacity: .8;
}
