@font-face{font-family:Gotham;font-weight:400;font-style:normal;src:url(../fonts/Gotham-Book.otf)}@font-face{font-family:Gotham;font-weight:400;font-style:italic;src:url(../fonts/Gotham-BookItalic.otf)}@font-face{font-family:Gotham;font-weight:500;font-style:normal;src:url(../fonts/Gotham-Medium.otf)}@font-face{font-family:Gotham;font-weight:500;font-style:italic;src:url(../fonts/Gotham-MediumItalic.otf)}@font-face{font-family:Gotham;font-weight:600;font-style:normal;src:url(../fonts/Gotham-Bold.otf)}@font-face{font-family:Gotham;font-weight:600;font-style:italic;src:url(../fonts/Gotham-BoldItalic.otf)}

body {
	padding: 20px;
	background-color: #f0f0f0;
	font-family: Gotham, sans-serif;
	width: 100%;
/*	height: 100%;*/
	padding: 0;
	margin: 0;
	background-image: url('/img/notice-bg.jpg?v=1');
	background-size: cover;
	background-position: left center;
}

#container {
	text-align: center;
	max-width: calc(100% - 40px);
	margin: 30px auto;
}

.logo-container {
	margin: 20px auto;
	max-width: 700px;
	padding: 25px;
	background-color: #ffffff;
	border-radius: 20px;
}

.logo-container img {
	max-height: 65px;
	display: inline-block;
	margin: 0 20px 0 20px;
}

.notice { 
	margin: 10px auto;
	max-width: 500px;
	text-align: center;
}

.notice h3 {
	line-height: 40px;
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 1.25em;
	margin-left: 0.5em;
}

.notice img {
	max-width: 40px;
	vertical-align: middle;
}

.notice p {
	font-size: 1.1em;
	margin-top: 0.5em;
}

.redirect {
	display: inline-block;
	width: 400px;
	height: auto;
	background-color: #ffffff;
	border-radius: 20px;
	margin: 10px;
}

.redirect h4 {
	font-size: 2rem;
	margin-top: 25px;
	margin-bottom: 25px;
}

.redirect img {
	max-width: 65px;
}

.redirect a {
	background-color: #000000;
	color: #ffffff;
	border-radius: 20px;
	line-height: 40px;
	height: 40px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	width: auto;
	padding-left: 20px;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.redirect a:hover, .redirect a:visited, .redirect a:active {
	color: #ffffff;
}

.redirect:hover a {
	transform: scale(1.15);
}

.redirect a:after {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(/img/link-arrow.svg);
    display: inline-block;
    right: 0px;
    position: relative;
    margin-right: 0px;
    vertical-align: middle;
    margin-left: 15px;
    margin-bottom: 4px;
    margin-right: 2px;
}

footer p {
	display: block;
	text-align: center;
	font-size: 0.8em;
	margin-top: 20px;
}

footer p a {
	text-decoration: none;
	color: #000000;
}

footer p a:hover {
	text-decoration: underline;
	color: #000000;
}

footer p a:visited, footer p a:active {
	color: #000000;
}

@media only screen and (max-width: 500px) {
	#container {
		text-align: center;
		max-width: calc(100% - 20px);
	}
	.redirect {
		max-width: calc(100% - 20px);
	}
}