@charset "UTF-8";
#Contents {
	margin: 0px 5px;
}
#PageHeader h1 {
	font-size: 1.5em;
}
.lists {
	position: relative;
	overflow: hidden;
}
.lists h2 {
	position: relative;
	padding: 10px 10px 10px 30px;
	border: 1px solid #ccc;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 15px;
	color: #1650a0;
}

.lists h2::after {
	position: absolute;
	top: 5px;
	left: .6em;
	z-index: 2;
	content: '';
	width: 5px;
	height: 26px;
	background-color: #1650a0;
}
.list {
	margin-right: -20px;
}
.list li {
	width: calc((100% / 2) - 14px);
	float: left;
	margin-left: 0;
	margin-right: 8px;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 4px;
	text-align: center;
}
.list li img {
	width:100%;
}
.sec-lead {
	margin: 5px 0px;
}