@charset "utf-8";

/*----- list -----*/
ul#pdf{
	list-style:none;
	text-align:center;
}
ul#pdf li{
	float:left;
	width:210px;
	margin-bottom:20px;
}
ul#pdf .mr15{
margin-right:15px;
}