@charset "utf-8";
/* CSS Document */

#main_top {
	max-width:1024px;
	height:90px;
	margin:0 auto;
	background: url(../img/shop/maintop_kitchen.png) no-repeat center top;
	text-align:center;
}

@media screen and (max-width: 480px) {

#main_top {
	background-size:160%;
	height:55px;
}

}

