@charset "UTF-8";

.news .entry {
	width: 710px;
}
@media screen and (max-width: 600px) {
.news .entry {
	width: 580px;
}
}
@media screen and (max-width: 480px) {
.news .entry {
	width: 460px;
}
}
@media screen and (max-width: 375px) {
.news .entry {
	width: 355px;
}
}

.news .entry a {
	color: #324CA4;
	text-decoration:underline;
}

.news .entry a:hover {
	color: #26A320;
	text-decoration:none;
}

.news .entry h4 {
	font-size: 1.8em;
	color: #324CA4;
	margin-bottom: 16px;
}

.news .entry h4 a {
	color: #324CA4;
	text-decoration:none;
	border-bottom:1px dashed #324CA4;
}

.news .entry h4 a:hover {
	color: #26A320;
	text-decoration:none;
	border-bottom:1px dashed #26A320;
}

.news .entry .boxMeta{
	font-size: 1.2em;
	margin-bottom: 20px;
}

.news .entry p.date {
	float: left;
	margin-right: 30px;
	color: #26A320;
}

.news .entry p.category {
	float: left;
}

.news .entry .boxText p{
	font-size: 1.2em;
}
