@charset "utf-8";

.antivirus01 {
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	padding: 1em 1em;
	text-decoration: none;
	border-radius: 5px;
	background: #f7f7f7;
	border-left: solid 6px #E83737;/*左線*/
	color: #E83737;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
a.antivirus01:active,a.antivirus01:visited,a.antivirus01:link,a.antivirus01:hover{
	color: #E83737;
	text-decoration: none;
}
.antisp {
	position: absolute;
	top: 11px;
	right: 20px;
	z-index:7;
}
