@charset "utf-8";
/* CSS Document */

h2 { height: 100px; margin: 30px auto 0; }

#gall { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; justify-content: space-between; }
#gall li { margin-bottom: 20px; position: relative; }
#gall img { border: 3px solid #007440; }
#gall .new { border: none; position: absolute; top: 10px; right: 10px; }


/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
ლ(╹◡╹ლ) 
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/
@media screen and (max-width: 720px) {
	h2 { width: 100%; height: auto; padding-bottom: 10.41666%; background-size: contain; }
}