@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

body {
	font-family:"Noto Sans JP",sans-serif;
	letter-spacing: 1px;
	color: #000;
	font-size: normal;
	width: 960px;
	margin: auto;
	padding: 1em;
}

.contents {
	margin-bottom: 25px;
}

.template-table {
	border-collapse : collapse;
	margin: 1em 0;
	/*width: 100%;*/
}

.template-table th {
	border: 1px solid #dce4ef;
	background-color: #F6F8FB;
	padding: 10px 5px;
	font-weight: normal;
	font-size: small;
}

.template-table th.left_align {
	text-align: left;
}

.template-table td {
	border: 1px solid #dce4ef;
	padding: 10px;
}

.number-cell {
	text-align: right;
	width: 75px;
	box-sizing: border-box;
}

.div-title, .div-title-hist {
	position:relative;
	border-left: 5px solid #004ba5;
	box-sizing:border-box;
	padding: 0.5em 0 0.5em 1em;
	font-weight: 700;
	margin-top: 4em;
	margin-bottom: 3em;
	font-size: large;
}
.div-title::after,
.div-title-hist::after{
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:#e3e3e3;
    position:absolute;
    left:0;
    bottom:-1em;
}

.div-title-hist {
	/* border-left: 5px solid #C90 !important; */
}

.out_link {
	text-align: right;
}

.comment {
	background-color: #EDF1F6;
	margin: 2em 0;
	padding: 1.4em;
	border-radius: 1.2em;
}

/* a */
a:link {
	color: #004ba5;
	text-decoration: none;
	border-bottom: 1px solid #004ba5;
	padding-bottom: 1px;
}

a:visited {
	color: #004ba5;
	text-decoration: none;
	border-bottom: 1px solid #004ba5;
	padding-bottom: 1px;
}

a:hover {
	color: #004ba5;
	text-decoration: none;
	border-bottom: 1px solid #004ba5;
	padding-bottom: 1px;
}

a:active {
	color: #004ba5;
	text-decoration: none;
	border-bottom: 1px solid #004ba5;
	padding-bottom: 1px;
}

a.csv_btn {
	border: 1px solid #008000;
	color: #008000;
	background-color: #b8f28c;
	width: 75px;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	margin-left: 20px;
	position: relative;
	top: -2px;
}

span.kome {
	font-size: x-small;
}

.hist_list dt {
	clear: both;
	float: left;
	width: 130px;
	
}

.hist_list dd {
	margin-left: 140px;
	margin-bottom: 25px;
}

div[id^="cd_top3_nm_"], div[id^="ope_top3_nm_"], div[id^="cd_top5_nm_"], div[id^="ope_top5_nm_"] {
	font-weight: bold;
}

div[id^="cd_top3_nm_"]:before, div[id^="ope_top3_nm_"]:before, div[id^="cd_top5_nm_"]:before, div[id^="ope_top5_nm_"]:before {
	content: "■";
    color: #004ba5;
    display: inline-block;
    padding-right: 5px;
}

/* 2024年6月5日 add */
.div-title-shitsu {
	position:relative;
	border-left: 5px solid #A86CDD;
	box-sizing:border-box;
	padding: 0.5em 0 0.5em 1em;
	font-weight: 700;
	margin-top: 4em;
	margin-bottom: 3em;
	font-size: large;
}
.div-title-shitsu::after{
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:#e3e3e3;
    position:absolute;
    left:0;
    bottom:-1em;
}

.template-table-shitsu {
	border-collapse : collapse;
	margin: 1em 0;
	/*width: 100%;*/
}

.template-table-shitsu th {
	border: 1px solid #dce4ef;
	background-color: #FAF4F9;
	padding: 10px 5px;
	font-weight: normal;
	font-size: small;
}

.template-table-shitsu th.left_align {
	text-align: left;
}

.template-table-shitsu td {
	border: 1px solid #dce4ef;
	padding: 10px;
}

.comment-shitsu {
	background-color: #F3EDF6;
	margin: 2em 0;
	padding: 1.4em;
	border-radius: 1.2em;
}