@charset "utf-8";

.mcafeeSpec th,.mcafeeSpec td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
	padding: 10px;
}


@media (min-width:481px){
.howto img {
	float:right;
}

}
.howto{
	margin:0 5%;
	width:90%;
	counter-reset:num;
}
.howto li{
	clear: both;
	text-align: left;
	position: relative;
	list-style-type: none;
}
.howto li:before {
	counter-increment: num;
	content: counter(num);
	position: absolute;
	top: 0;
	left: -25px;
	display: block;
	background-color: #999;
	color: #ffffff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	font-weight: bold;
}
.howto img {
	display:block;
}
.howto li:after {
	content:"　";
	height:1em;
	width:100%;
	clear:both;
	display:block;
}
