﻿.plotList { width: 100%; margin: 0; display:flex; justify-content:flex-start; flex-wrap:wrap; }
	.plotList img { width: 100%; }
		.plotList .plot { width: 32%; margin: 0 2% 2% 0; background: #f5f3f3; }
		.plotList .plot:nth-child(3n) {margin: 0 0 2% 0;}
			.plotList .plot a { text-decoration: none; }
			.plotList .plot .image { display: block; }
				.plotList .plot .image img { width: 100%; display: block; }
			.plotList .plot .rub { display: block; font-size: 16px; padding: 5px; color: #000; word-wrap: break-word; }
			.plotList .plot .date { font-size: 12px; display: block; padding: 0 5px 5px 5px; color: #000; }

			.filter p {margin: 20px 0;}
.filter select { font-size: 18px; border: 1px solid #d9d9d9; color: #4f4f4f; padding: 0px 5px; margin: 0 0 0 10px;}