@charset "utf-8";

.module .btn a {
	display: block;
	max-width: 320px;
	background: #AE8757;
	padding: 18px 10px 16px;
	margin-top: 30px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'メイリオ', Meiryo, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.module .btn a:hover {
	text-decoration: none;
	opacity: .7;
}