@charset "UTF-8";
/* CSS Document */
p {
	width: 100%;
}
#YearTabBtn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border-bottom: solid 1px #cccccc;
}
#YearTabBtn ul::-webkit-scrollbar {
	display: none;
}
#YearTabBtn ul li {
	list-style: none;
	display: inline-block;
	font-size: 80%;
}
#YearTabBtn ul li {
	display: block;
	white-space: nowrap;
	list-style: none;
	margin-left: 0.25em;
	background-color: #cccccc;
	color: #ffffff;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	width: 6em;
	height: 2em;
	text-align: center;
	line-height: 2em;
}
#YearTabBtn ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #999999;
	width: 100%;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
#YearTabBtn ul li.Select a {
	background-color: #4d4d4d;
}
#CategoryBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 80%;
}
#CategoryBox #Category {
	display: block;
}
#CategoryBox #Category img {
	width: 100px;
	height: 25px;
}
#CategoryBox #Date {
	display: block;
}
.InfoTbl {
	width: 100%;
	/*border-top: solid 1px #cccccc;*/
	margin: 1em auto;
}
.InfoTbl tr {
	border-bottom: solid 1px #cccccc;
}
.InfoTbl td {
	vertical-align: middle;
	padding: 0.5em;
}
.InfoTbl td.Date {
	text-align: center;
	white-space: nowrap;
	width: 6em;
}
.InfoTbl td.Category {
	text-align: center;
	padding: 0.5em;
	width: 120px;
}
.InfoTbl td.Category img {
	width: 100px;
	height: 25px;
}
.InfoTbl td a {
	color: #4d4d4d;
	text-decoration: none;
}
.InfoTbl td a .PDFLink {
	position: relative;
	padding-left: 30px;
	display: inline-block;
}
.InfoTbl td a .PDFLink::before {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/global/icn_pdf.png") no-repeat center center;
	background-size: contain;
}
table.Type01 {
	width: 100%;
	margin: 0 auto;
}
table.Type01 caption {
	text-align: center;
	margin-bottom: 1em
}
table.Type01 th, table.Type01 td {
	padding: 0.5em;
	vertical-align: middle;
}
table.FigTbl {
	max-width: 100%;
	margin: 0 auto;
}
table.FigTbl td {
	padding: 5px;
	text-align: center;
	line-height: 100%;
}
/*スマホ*/
@media screen and (max-width: 767px) {
	@media screen and (max-aspect-ratio: 11/10) {
		#YearTabBtn ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			width: 100%;
			overflow-x: scroll;
			-ms-overflow-style: none;
			scrollbar-width: none;
		}
		.InfoTbl td {
			display: block;
			width: 100%;
			padding: 5px;
		}
		.InfoTbl td.Date {
			text-align: left;
		}
		.InfoTbl td.Category {
			text-align: left;
			/*display: inline-block;
			width: 10em;*/
		}
		table.Type01 tr {
			display: block;
			width: 100%;
			margin-bottom: 1em;
		}
		table.Type01 th, table.Type01 td {
			display: block;
			width: 100%;
			padding: 0;
		}
		/*table.FigTbl {
			width: 75%;
			margin: 0 auto;
		}
		table.FigTbl td {
			display: block;
			width: 100%;
			padding: 0;
		}*/
	}
}