@charset "UTF-8";

ul#newsArea {
	width: 90%;
	margin: 1em auto;
}
ul#newsArea li {
	display: block;
	width: 100%;
	margin-bottom: 3em;
	padding: 0.5em 1em;
	border: solid 1px #ccc;
	border-radius: 8px;
	box-shadow: 0px 1px 20px -7px #ccc;
}
h3 {
	font-weight: normal;
	font-size: 20px;
	border-bottom: solid 1px #eee;
	height: 36px;
	line-height: 36px;
	position: relative;
}
h3 span {
	position: absolute;
	right: 0;
	font-size: 14px;
}
h4 {
	display: block;
	font-weight: normal;
	text-align: right;
	font-size: 13px;
	color: #bbb;
}
