/* CSS Document */

.box-lead {
	margin:20px 15px;
	color: #dd667a;
} 

.box-point {
	text-align: center;
	margin:20px 15px;	
	
}

.box-point h2 {
	text-align: center;
	display: block;
	vertical-align:middle;
	line-height: 30px;
	font-weight: bold;
	font-size:1.3em;
	margin:30px 0 10px 0;
}

.box-point h2 img {
	display: inline;
	width:25px;
	margin-right:10px;
}

.box-point ul  {
	margin:10px 15%;
}

.box-point ul li {
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	border-bottom: #dd667a dotted 2px;
	padding:5px 10% 5px 10%;
}