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


/* PhotoSlick */

.Content.PhotoSlick {
	padding-left: 0;
	padding-right: 0;
}
.PhotoSlick {
	background: url(../../module/photo-slick/img/BgrSA.svg) no-repeat center center #8bb431;
	background-size: cover;
	color: #FFF;
	border-top: 4px solid #FFF;
}

.PhotoSlick .Wrapper {
	background: aqua;
	width: 800px;
	max-width: 100%;
	padding: 0;
}

.PhotoSlick a {
	text-decoration: none;
}

.PhotoSlick p {
	font-size: 1.2em;
}

.PhotoSlick a button {
	background: #FFF;
	color: #8bb431;
}

.PhotoSlick a button:hover {
	background: rgba(255, 255, 255, 0.7);
	}