@charset "utf-8";
/* CSS Document */
body {
margin: 0;
padding: 0;
overflow-x: hidden;
}

a {
text-decoration: none;
}

.wrap {
width: 100%;
margin: 0 auto;
}

ul {
	padding: 0;
}

li {
	position: relative;
}

li img {
	width: 100%;
}

li p {
	position: absolute;
	bottom: -10px;
	left: 0;
	padding: 5px 10px;
	font-size: 18px;
    letter-spacing: 1.5px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-family: "Marcellus", serif;
	font-weight: bolder;
}


@media screen and (max-width: 599px){
	li p {
		font-size: 12px;
	}
}