/* ヘッダーのログイン/マイページボタン */
.tabimori-headerbtn {
	display: inline-block;
	padding: 8px 18px;
	background: #2f7d3b;
	color: #fff !important;
	border-radius: 6px;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
}

.tabimori-headerbtn:hover {
	background: #276630;
	color: #fff !important;
}

.tabimori-headerbtn--logout {
	background: #8a8a8a;
	margin-left: 6px;
}

.tabimori-headerbtn--logout:hover {
	background: #6f6f6f;
}
