﻿@charset "utf-8";

#item_box {
    display: flex;
    justify-content: space-evenly;
	flex-wrap: wrap
}
main section {
	box-sizing: border-box;
    padding: 0 16px;
	width: 340px;/* mainの1024pxの1/3以下 */
}

