@charset "utf-8";

body {
	width: 300px;
	margin: 0 auto;
    text-align: center;
}

img {
	width: 100%;
	border: solid 1px #ddd;
}

.item_navi_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}

.item_navi_list > a {
	width: 140px;
	padding: 0 2px;
}
