.anotherstore_menu.sizeUpImg  {
	width: calc((100% - (20px * 2)) / 2);
}

.anotherstore_tbl.centerItem {
	    justify-content: center;
}

@media screen and (max-width:768px) {
	.anotherstore_menu.sizeUpImg  {
	width: 100%;
}
}