@charset "utf-8";

.underKeyimage {
	width: 100%;
	height: 200px;
	background: #98908E url(../images/policy/keyimages.jpg) no-repeat center center;
	text-align: center;
}

.policy #Side h2 {
	background: url(../images/policy/iconPolicy.png) no-repeat 25px bottom;
}

/*-------------------------------------------------------------------------*/
#Main section div {
	padding: 0 10px;
}

#policy p {
	margin-bottom: 30px;
}

#policy dt {
	font-size: 1.5rem;
	color: #191f61;
	font-weight: bold;
}

#policy dd {
	padding-left: 1rem;
	text-indent: 1rem;
} 

#policy dd ol li {
	list-style: decimal inside;
} 