body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
	color: #333333;
	font-size: normal;
	width: 960px;
}

h1 {
	border-bottom: solid 3px #7f96c2;
	position: relative;
}

h1:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #1c3177;
	bottom: -3px;
	width: 20%;
}

.contents {
	margin-bottom: 25px;
}

.template-table {
	border-collapse : collapse;
	/*width: 100%;*/
}

.template-table th {
	border: 1px solid #7f96c2;
	background-color: #1c3177;
	padding: 5px;
	font-weight: bold;/*normal;*/
	font-size: small;
	color: #f9fbff;
}

.template-table th.left_align {
	text-align: left;
}

.template-table td {
	border: 1px solid #7f96c2;
	padding: 5px;
}

.number-cell {
	text-align: right;
	width: 75px;
}

.div-title, .div-title-hist {
	border-left: 5px solid #1c3177;
	padding: 7px 0px 7px 5px;
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: large;
}


.div-title-hist {
	border-left: 5px solid #f02b2b !important;
}

.out_link {
	text-align: right;
}

.comment {
	background-color: #cfdbed;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

/* a */
a:link {
	color: #0031d8;
	text-decoration: none;
	border-bottom: 1px solid #0031d8;
	padding-bottom: 1px;
}

a:visited {
	color: #0031d8;
	text-decoration: none;
	border-bottom: 1px solid #0031d8;
	padding-bottom: 1px;
}

a:hover {
	color: #0031d8;
	text-decoration: none;
	border-bottom: 1px solid #0031d8;
	padding-bottom: 1px;
	background-color: #cfdbed;
}

a:active {
	color: #0031d8;
	text-decoration: none;
	border-bottom: 1px solid #0031d8;
	padding-bottom: 1px;
}

a.csv_btn {
	border: 1px solid #1c3177;
	color: #1c3177;
	background-color: #cfdbed;
	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_"] {
	padding: 5px;
}

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: #1AAB8A;*/
	font-size: large;
}

/* 2024年6月5日 add */
.div-title-shitsu {
	border-left: 5px solid #6f23d0;
	padding: 7px 0px 7px 5px;
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: large;
}

.template-table-shitsu {
	border-collapse : collapse;
	/*width: 100%;*/
}

.template-table-shitsu th {
	border: 1px solid #7f96c2;
	background-color: #30016c;
	padding: 5px;
	font-weight: bold;/*normal;*/
	font-size: small;
	color: #f1eafa;
}

.template-table-shitsu th.left_align {
	text-align: left;
}

.template-table-shitsu td {
	border: 1px solid #7f96c2;
	padding: 5px;
}

.comment-shitsu {
	background-color: #cfdbed;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}