@charset "utf-8";
@import "normalize.css";
@import "common.css";
/*=================================
	医院だより
==================================*/
#news ul {
	border-top:dotted 1px #CCCCCC;
}

#news ul li {
	padding:1.0em;
	border-bottom:dotted 1px #CCCCCC;
}

#news ul li span {
	margin-right:2.0em;
}

/*-- 個別記事 --*/
#news h3 {
	font-size:120%;
	font-weight:bold;
	color:#0066CC;
}

#date {
	text-align:right;
}

#entryBody {
	margin:15px 0px;
/*
	min-height:400px;
	height:auto !important;
	height:400px;
*/
}

#entryBody p {
	margin-top:1.0em;
}

#entryBody p#PrevNext {
	padding:1.0em;
	background-color:#f8f8f8;
	text-align:center;
}


