@charset "utf-8";
/* CSS Document */

.news .content h2{
	margin: 0 0 25px 0;
}

.news .acms-form-group{
	margin: 0;
	
}

.news header {
    position: static;
}

.news .acms-grid, .news .acms-grid-r {
    margin-right: 0;
    margin-left: 0;
}

.news ul.listArea{
	border-top: #0f9265 solid 1px;
}
.news ul.listArea li{
	padding: 10px 0;
	border-bottom: #0f9265 solid 1px;
}
.news ul.listArea li span{
	display: inline-block;
	margin: 0 10px;
	padding: 3px 0;
	text-align: center;
	width: 260px;
	background: #c42c1e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news ul.listArea li span a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.news ul.listArea li span.outpatient_n{
	background: #007fc8;
}
.news ul.listArea li span.clinic_n{
	background: #b05a9f;
}
.news ul.listArea li span.kids_n{
	background: #cfb109;
}
.news ul.listArea li span.event_n{
	background: #0f9265;
}
.news ul.listArea li span.other_n{
	background: #c42c1e;
}
.news ul.listArea li span.fiorente_n{
	background: #eac7c4;
}
