@charset "utf-8";


/* ----------------------------------------------------------------------------------------

	policy layout

---------------------------------------------------------------------------------------- */
#contents > section {
	padding: 0 0 57px;
}
#contents h2 {
	position: relative;
	width: 960px;
	height: 61px;
	margin: 0 0 16px;
}
#contents h3 {
	margin: 0 0 19px 0;
}
#contents #leftArea {
	float: left;
	width: 198px;
	border: 1px solid #70c9f2;
}
#contents #rightArea {
	float: right;
	width: 724px;
	font-size: 14px;
	line-height: 1.5;
}
#contents #rightArea section p {
	margin-bottom: 25px;
}
#contents #rightArea section dl dt {
	background-color: #ccecfa;
	padding: 7px 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
#contents #rightArea section dl dd {
	margin-bottom: 25px;
	padding: 0 10px;
}

#contents #rightArea section dl dd ul li {
	margin-bottom: 25px;
}



