@charset "UTF-8";

.newsrelease_item {
	margin: 0 0 15px;
	padding: 0 0 12px;
	border-bottom: 1px dashed #b9c2c3;
}	
.newsrelease_item:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.date,
.title {
	font-weight: bold;
	line-height: 1.5;
}

.newsrelease_item .m__column_img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin: 14px 0 5px 0;
	padding: 0 5px 0 0;
}

.large {
	font-size: 2em;
}