#contents .contents.footer,
#contents .contents.app {
	text-align: center;
}
#contents .contents.footer a,
#contents .contents.footer img,
#contents .contents.app a,
#contents .contents.app img {
	display: inline-block;
	vertical-align: bottom;
}
#contents .contents.footer a,
#contents .contents.app a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#contents .contents.footer a img,
#contents .contents.app a img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#contents .contents.footer a:hover,
#contents .contents.app a:hover {
	opacity: 0.75;
}
#contents .contents.footer a:hover img,
#contents .contents.app a:hover img {
	opacity: 0.75;
}
#contents .contents.footer img,
#contents .contents.app img {
	width: auto;
	max-width: 100%;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contents .contents.footer > .brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 50px 0 0 10px;
}
#contents .contents.footer > .brand > a {
	background: #efefef;
	width: calc(50% - 10px);
	padding: 10px;
	margin: 0 10px 50px 0;
	color: #808080;
	font-size: 2rem;
	line-height: 2;
	border: #808080 1px solid;
	border-radius: 10px;
}
#contents .contents.app {
	padding: 0 0 0 10px;
}
#contents .contents.app > * {
	margin: 0 10px 25px 0;
}
#contents .contents.app > *:last-child {
	margin-bottom: 0;
}