.art_polecam_in_art { 
	display:flex;
	background-color: #e1e1e1;
	padding: 10px;
	border-radius: 5px;
	transition: 0.2s background-color;
	margin: 10px 0;
	clear: both;
}

.art_polecam_in_art:hover { 
	background-color: #d1d1d1;
}
.art_polecam_in_art:hover img { 
	opacity:1;
}
.art_polecam_in_art img { max-height: 120px; opacity:0.8; transition: 0.2s opacity; }
.art_polecam_in_art h3 { font-size: 1.3rem; font-weight: bold; }
.art_polecam_in_art p { color: #444; font-size:0.95rem; }
.art_polecam_in_art a { color:#000; }
.art_polecam_in_art a:hover { text-decoration:none; }



@media (max-width: 1024px) {
	.art_polecam_in_art img { max-height: 100px; }
	.art_polecam_in_art p { display:none; }
}