* { system-ui,-apple-system,BlinkMacSystemFont,"ヒラギノ角ゴ W3",sans-serif!important; } #flex-box { width:99%; } #flex-box h1 { margin:10px 0; } #flex-list1 { display:flex; flex-wrap: wrap; justify-content: space-between; } #flex-list1 .item { width:99%; margin:0 auto 5px; text-align:left; } #flex-list1 img { width:63px; height:62px; object-fit:cover; float:left; } #flex-list1 .box_text { background:#fff; padding:3px; margin-left:73px; } #flex-list1 .box_text b { display:block; } #flex-list1 .datetime { display:inline-block; } #flex-list1 .category { display:inline-block; padding:0 5px; background:#f5f5f5; } #flex-list2 { display:flex; flex-wrap: wrap; justify-content: space-between; } #flex-list2 .item { width:24%; } #flex-list2 img { width:100%; object-fit:cover; } #flex-list2 .box_text { background:#f4f4f4; padding:3px; } @media only screen and (max-width: 699px) { #end { padding:0 10px; } #flex-list1 .item { width:97%; margin-bottom:16px; } #flex-list1 img { max-height:150px; } #flex-list2 { width:97%; } #flex-list2 .item { width:49%; } .wamnet_link { margin:10px 0; } section#item_detail .item_cart { clear:both; } }