header h1{
	width:350px;
}
#pagetitle{
	background:url('../images/release/bg_h2.webp') no-repeat center center;
	background-size:cover;
}
main section{
	max-width:960px;
	padding:20px;
	border:1px solid #ccc;
	border-radius:15px;
	margin:0 auto 80px;
	box-sizing:border-box;
}
main section h4{
	background:#e0b5e5;
	padding:10px;
	font-size:24px;
	margin-bottom:20px;
}
main section ul{
	list-style:none;
}
main section li{
	margin-bottom:10px;
}
main section li a{
	display:block;
	padding:0 0 0 60px;
	border:1px solid #bd4acb;
	border-radius:5px;
	text-decoration:none;
	line-height:40px;
	background:url('../images/release/icon_pdf.svg') no-repeat left 20px center;
	background-size:auto 30px;
}