<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.btn_box{
	margin: 20px auto 50px;
	width: 100%;
}
.btn001{
	width: 50%;
	text-align: center;
	text-decoration:none;
	display:inline-block;
}

.btn001:hover{
	 opacity:0.8;
}
.btn001 a{
	text-decoration: none;
	padding: 30px auto;
}
.btn001 img{
	width: 65%;
}
.btn002{
	width: 50%;
	text-align: center;
	text-decoration:none;
	display:inline-block;
}

.btn002:hover{
	 opacity:0.8;
}
.btn002 a{
	text-decoration: none;
	padding: 30px auto;
}
.btn002 img{
	width: 65%;
	margin-right: 15px;
}
</pre></body></html>