<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =====================================
	vol60
===================================== */
a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}
.bg_gray {
	background: #f3f3f3 !important;
}
.bg_orange {
	background: #fdeedf !important;
}
table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 70px;
}
table.tb1 th {
	padding: 10px 10px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #fdeedf;
	font-size: 14px;
}
table.tb1 .type {
	width: 80px;
}
table.tb1 .pdf {
	width: 160px;
}
table.tb1 td {
	padding: 30px 10px 30px;
	border:1px solid #9c9c9c;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
.vol60 .cont {
	margin-bottom: 65px;
}
.vol60 .cont:last-child {
	margin-bottom: 0;
}
.vol60 .cont .ttl02 {
	margin-bottom: 20px;
}
.vol60 .cont .head {
	margin-bottom: 60px;
	/*font-size: 16px;*/
}
.vol60 .cont .p_cont {
	margin-bottom: 70px;
}
.vol60 .linkbox ul li {
	margin-bottom: 5px;
}
.vol60 .linkbox ul li a {
	padding-left: 12px;
	display: inline-block;
	background: url(../../../../shared/img/common/arrow_h13.png) left 6px no-repeat;
}
.vol60 .linkbox ul li a:hover {
	color: #f17e04;
}


@media screen and (max-width: 765px) {
a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}
.bg_gray {
	background: #f3f3f3 !important;
}
.bg_orange {
	background: #fdeedf !important;
}
table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
}
table.tb1 th {
	padding: 10px 5px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #fdeedf;
	font-size: 12px;
}
table.tb1 .type {
	width: 50px;
}
table.tb1 .pdf {
	width: 85px;
}
table.tb1 td {
	padding: 10px 5px 10px;
	border:1px solid #9c9c9c;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
}
.vol60 .cont {
	margin-bottom: 50px;
}
.vol60 .cont .ttl02 {
	margin-bottom: 20px;
}
.vol60 .cont .head {
	margin-bottom: 60px;
	font-size: 14px;
}
.vol60 .cont .p_cont {
	margin-bottom: 50px;
	margin-bottom: 20px;
}
.vol60 .linkbox ul li a {
	padding-left: 12px;
	background: url(../../../../shared/img/common/arrow_h13.png) left 5px no-repeat;
	background-size: auto 10px;
}
}



.doc-auther{
	text-align: right;
	margin-bottom: 15px;
}
@media screen and (max-width: 765px) {
	.doc-auther{
	text-align: center;
	margin-bottom: 25px;
}
}</pre></body></html>