@charset "utf-8";
/* CSS Document */
html{
	height: 100%;
}
body{
	text-align: center;	
	color: #333333;
	background: #ffffff;
	font-size: 1rem;
	line-height: 1.5;
}
main{
	height: 100%;
	padding: 35px 35px;
	max-width: 600px;
	margin: 0 auto;
}
.container h1{
	font-weight: bold;
	font-size: 1.3rem;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #4096ee;
}
.container h1[class*="title"]{
	padding-top: 0;
	color: #333333;
	line-height: 1.2;
}
h2[class*="group"]{
	color: #cc0033;
	font-weight: bold;
	padding-bottom: 20px;
}
.container h2 a{
	display: block;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 1rem;
	padding: 11px 5px 9px;
	margin: 30px 0 20px;
	border-radius: 5px;
	background: #cc0033;
	-webkit-box-shadow: 0 2px 2px 0 rgba(4,0,0,0.1);
	box-shadow: 0 2px 2px 0 rgba(4,0,0,0.1);
	text-decoration: none;
}
#wrapper a {
    text-decoration: none;
}