@charset "utf-8";
/*
	Site Name: 動産社.com
	Version: 1.0
	Author: Shigeru Hanashima Peacepack, Inc.
*/
/*
===== universal reset =================================
*/
* {
	margin:0;
	padding:0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.btn {
	display:flex;
	justify-content: center;
}

.btn a {
	padding:12px 20px;
	color:#fff;
	background:#4a7a2a;
	border-radius:24px;
	border:solid 1px #4a7a2a;
	transition: 0.2s all;
}

.btn a:hover {
	color:#4a7a2a;
	text-decoration:none !important;
	background:#fff;
}