@charset "UTF-8";

* {
	word-break: break-all;
}

.PageTitleStyle1 h1 {
	line-height: 1.2;
}

#articleList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 1270px;
	margin: 20px auto 200px;
}

#articleList > * {
	display: flex;
	align-items: flex-end;
	width: 300px;
	height: 150px;
	margin: 0px 20px 20px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	text-decoration: none;
	box-shadow: 4px 4px 6px 1px rgba(0,0,0,0.4);
}

#articleList > a:hover {
	opacity: 0.8;
}

#articleList > * > p {
	width: 100%;
	background: rgba(0,0,0,0.6);
	padding: 5px 10px;
	font-size: 14px;
}

#articleList > * > p > * {
	display: block;
	color: #ffffff;
}

#articleList > * > p > strong {
	font-size: 1em;
	font-weight: bold;
}

#articleList > * > p > em {
	font-size: 0.88em;
	font-style: normal;
}

@media screen and ( min-width : 1305px ) {
	#articleList > *:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and ( max-width : 1304px ) {
	#articleList {
		width: 950px;
	}
	#articleList > *:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and ( max-width : 979px ) {
	#articleList {
		display: block;
		width: 100%;
	}
	#articleList > * {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 0 0 0 100px;
		margin: 0 0 15px;
		background-position: left center!important;
	}
	#articleList > * > p {
		height: 100%;
	}
}


.ocNewsLetterArchivesSummary {
	margin: 40px 0;
}
