@charset "utf-8";

/*-------------------------------
   # privacy
---------------------------------*/

#privacy{
	padding: 20px 20px 20px;
	margin-bottom: 0;
}

#title h1 {
  padding: 0 0 20px 30px;
  border-bottom: 10px solid #e95550;
  margin-top: 40px;
}

p.first{
	margin-bottom: 30px;
}

#privacy dt{
	padding-left: 28px;
	background: url(../img/base/icon4.png) no-repeat 1% center #EAF9F0;
	font-size: 18px;
	border: 2px solid #B7E5CC;
	margin-bottom: 20px;
	border-radius: 5px;
}

#privacy dd{
	padding-left: 20px;
	margin-bottom: 30px;
}

#privacy ol{
	list-style-type: decimal;
	margin-left: 25px;
}

