@charset "utf-8";

.gentei {
	margin-left: 1em;
	padding: 4px 10px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 1;
	background-color: rgb(206, 17, 17);
	border-radius: 6px;
}

@media only screen and (max-width: 768px) {
}

