/*------------------------------*/
/* カキ養殖システムページ用CSS  */
/*------------------------------*/

/* --- 新聞掲載情報 --- */
#container section ul.np{
	margin-left: 0;
}

#container section ul.np li{
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#container section ul.np li:last-child{
	margin-right: 0;
}
#container section ul.np li img{
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
#container section ul.np li p{
	text-align: center;
}
