@charset "utf-8";

.contBody {
	padding-bottom: 15px;
}


.releaseList li:nth-child(n + 11) {
	display: none;
}
.releaseList + .md_squareBtnWhite {
	margin-top: 15px;
}

	.releaseList {
		margin: 0 0 25px;
	}
		.releaseList li {
			background: #fff;
			margin-bottom: 2px;
			padding: 10px;
			box-sizing: border-box;
		}
		.releaseList li .date {
			color: #9e9d9d;
			font-size: 85.8%;
		}
			.releaseList li a {
				color: #000;
				text-decoration: underline;
			}
			.releaseList li a:after {
				content: "";
				display: inline-block;
				width: 21px;
				height: 23px;
				background: url(../img/ico_pdf@2x.png) no-repeat;
				background-size: cover;
				margin: -2px 0 0 7px;
				vertical-align: middle;
			}