@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background:#FFF;
	font-size: 14px;
	line-height: 2;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333;
}
a {
	color: #7ab43c;
	text-decoration: none;
}
#wrapper {
  margin: 5vh auto;
}
header {
	text-align: center;
}
header h1 {
	font-size: 1.2em;
}
header img{
	width: 180px;
}
section#content {
	text-align: center;
	padding: 10px;
}
a.btn {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	background: #7ab43c;
	border-radius: 5px;
	margin: 50px auto;
}
a.btn:hover {
	background: #f1f1f1;
	color: #7ab43c;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer {
	text-align: center;
	font-size: 0.7em;
}