@charset "utf-8";

.box{
	margin-bottom:30px;
}

.box li{
	font-weight:bold;
}

.box img{
	margin-left:20px;
}


@media screen and (max-width: 640px) {
	
.box img{
	width:100%;
	max-width:450px;
	margin-left:auto;
}

}