@charset "utf-8";
/* CSS Document */

.store_list {
    display: flex;
    flex-wrap: wrap;}

.store_list li{
        width: 170px;
    padding: 0px 20px;
    list-style-type: none;
	text-align: center;
}