#body h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 40px 0;
}
#body h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 4px solid #e5e5e5;
}
#body h4 {
	padding-left: 25px;
	background: url(/image/calender_icon.png) left center no-repeat;
	text-transform: uppercase;
}
#body h4 strong {
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
}
#bd-right {
	float: right;
	width: 380px;
}
#bd-left {
	float: left;
	width: calc(100% - 420px);
}
#bd-left > .list {
	margin-bottom: 30px;
}
#bd-left > .list dd {
	overflow: hidden;
	margin-top: 30px;
}
#bd-left > .list a {
	display: block;
}
#bd-left > .list img {
	display: block;
	width: 120px;
	border: 1px solid #e3b81d;
}
#bd-left > .list .img {
	float: left;
}
#bd-left > .list .txt {
	float: right;
	width: calc(100% - 140px);
}
#bd-left > .list .txt > div {
	display: table-cell;
	width: 1000px;
	height: 120px;
	vertical-align: middle;
}
#bd-left > .list .date {
	font-size: 16px;
	font-weight: bold;
}
#bd-left > .list .title {
	font-size: 20px;
	font-weight: bold;
}
#bd-left > .list2 > dd > a {
	display: block;
	padding: 15px 20px 15px 0;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	background: url(/image/icon_arrow_right.png) right center no-repeat;
}
#bd-left > .list2 > dd > a > * {
	display: inline-block;
}
#bd-left > .list2 > dd > a > strong {
	width: 100px;
	margin-right: 10px;
	color: #fff;
	background: #004477;
	border-radius: 15px;
	text-align: center;
	vertical-align: top;
}
#bd-left > .list2 > dd > a > span {
	width: calc(100% - 150px);
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-left {
	float: none;
	width: 100%;
}
#bd-right {
	float: none;
	width: 100%;
	margin: 50px auto 0;
}
#bd-right h3 {
	display: none;
}
#bd-right .upcoming {
	display: none;
}
}