@charset "UTF-8";

#container {
	margin: 0 auto;
	max-width: 1000px;
	padding-bottom: 58px;
}
#container h1 {
	padding: 19px 30px;
	background: #2c8451;
	overflow: hidden;
}
#container h1 img {
	float: left;
	margin: 20px 0;
	max-width: 100%;
	line-height: 150px;
	vertical-align: middle;
}
#container h1 a {
	float: right;
	color: #2c8451;
	font-size: 124%;
	font-weight: bold;
	line-height: 48px;
	min-width: 265px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 15px;
	padding-right: 40px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#container h1 a + a {
	margin-top: 17px;
}
#container h1 a:hover { color: #b80082; }
#container h1 a:before,
#container h1 a:after { border-color: #2c8451; }
#container h1 a:before { right: 10px; }
#container h1 a:after { right: 18px; }
#container h1 a:hover:before,
#container h1 a:hover:after { border-color: #b80082; }
#container h2 {
	font-size: 139%;
	font-weight: bold;
	margin-bottom: 10px;
}
#container ul { margin-top: 10px; }
#container li {
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}

#container .button a {
	color: #fff;
	width: 156px;
	height: 41px;
	display: block;
	font-size: 108%;
	line-height: 41px;
	background: #333;
	text-align: center;
	margin: 43px auto 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

@media (min-width: 769px){
	#container ul {
		padding: 0 30px;
		overflow: hidden;
	}
	#container li {
		width: 48%;
		width: calc(calc(100% - 24px) / 2);
	}
	#container li:nth-child(odd) {
		float: left;
		clear: both;
	}
	#container li:nth-child(even) { float: right; }
}

@media (max-width: 768px){
	#container {
		padding-left: 13px;
		padding-right: 13px;
	}
	#container h1 {
		text-align: center;
		padding: 20px 20px 15px;
		line-height: 1em;
	}
	#container h1 img {
		margin: 0;
		float: left;
	}
	#container h1 a {
		float: none;
		clear: both;
		font-size: 16px;
		margin: 15px auto 0;
		display: inline-block;
	}
	#container h1 a + a { margin-top: 5px; }
}
@media (max-width: 350px){
	#container h1 { padding: 10px; }
	#container h1 a {
		font-size: 14px;
		line-height: 40px;
	}
}