@charset "utf-8";

b {
	font-size: 24px;
	font-weight: bold;
}
.red{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
.newsBox {
	margin-top: 50px;
}
.newsBox h2 {
	color: #333;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	overflow: hidden;
	border-bottom: 2px solid #eee;
	padding-bottom: 15px;
	text-align: left;
}
.newsBox h2:before {
	content: "";
	width: 4px;
	height: 30px;
	background: #eac05d;
	display: block;
	float: left;
	margin: 6px 10px 0 0;
}