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

body{ margin:0px; padding:0px; background:url(../img/2n.jpg) no-repeat #000; height:100%;}
.logo{ float:left; width:100%; text-align:center; padding:20px 0px;}
.logo a img{ display:inline-block;}
.categari{ float:left; width:33%; margin-bottom:50px;}
@media (max-width:768px){
	.categari{ float:left; width:100%;}
	.categari img{ width:100%;}
	
	}