@charset "utf-8";
/* CSS Document */

#log_dig{
	width:180px;
	height:auto;
	margin:10px;
	color:#FFF;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	
		/* IE10 */ 
	background-image: -ms-linear-gradient(right, #000 0%, #66000F 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(right, #000 0%, #66000F 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(right, #000 0%, #66000F 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0, #000), color-stop(1, #66000F));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(right, #000 0%, #66000F 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(right, #000 0%, #66000F 100%);
	
}

.txt_bx{
	width:98%;
	margin:auto;
}