<style>
/*全てに適用*/
.gnavi_item_list a {
display: inline-block;
box-sizing: border-box;
text-align: center;
background-color: #1266ac;
color: #fff;
padding: 10px 0;
width: 100%;
}
.gnavi-shelfGrid{
display: flex;
margin-left: 0;
margin-right: 0;
flex-wrap: wrap;
padding: 0;
list-style: none;
}
.gnavi-shelfGrid .gnavi-shelfGrid__item {
/*padding: 0 1px;*/
padding-top: 0px;
padding-bottom: 1px;
padding-left: 0px;
padding-right: 1px;
}
.gnavi-shelfGrid .gnavi-shelfGrid__item {
/*margin-bottom: 1px;*/
width: 50%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
/*ウィンドウ幅が最大767pxまでの場合に適用*/
@media only screen and (min-width: 768px){
.gnavi-shelfGrid .gnavi-shelfGrid__item{
padding-top: 0px;
padding-bottom: 1px;
padding-left: 0px;
padding-right: 1px;
width: 25%;
}
}
/*ウィンドウ幅が767px以上の場合に適用*/
@media screen and (min-width: 767px) {
}
/*ウィンドウ幅が最大767pxまでの場合に適用*/
@media screen and (max-width: 767px) {
}
</style>
<div class="gnavi_item_list">
<ul class="gnavi-shelfGrid">
<li class="gnavi-shelfGrid__item">
<a href="/products/list?category_id=40">カウンタートップ浄水器</a>
</li>
<li class="gnavi-shelfGrid__item">
<a href="/products/list?category_id=41">ビルトイン浄水器</a>
</li>
<li class="gnavi-shelfGrid__item">
<a href="/products/list?category_id=44">カートリッジ</a>
</li>
<li class="gnavi-shelfGrid__item">
<a href="/products/list?category_id=10">部品</a>
</li>
</ul>
</div>
{#<style>#}
{#/*全てに適用*/ #}
{# .l_item_list a {#}
{# display: inline-block;#}
{# box-sizing: border-box;#}
{# text-align: center;#}
{# background-color: #1266ac;#}
{# color: #fff;#}
{# padding: 10px 0;#}
{# width: calc(100% / 3);#}
{# }#}
{# .l_item_list a:nth-child(2) {#}
{# border-right: 1px solid #fff;#}
{# border-left: 1px solid #fff;#}
{# } #}
{#/*ウィンドウ幅が767px以上の場合に適用*/#}
{#@media screen and (min-width: 767px) { #}
{# }#}
{#/*ウィンドウ幅が最大767pxまでの場合に適用*/#}
{#@media screen and (max-width: 767px) { #}
{# }#}
{#</style>#}
{#<div class="l_item_list">#}
{# <a href="/products/list?category_id=1">浄水器本体</a><a href="/products/list?category_id=44">カートリッジ</a><a href="/products/list?category_id=10">部品</a>#}
{#<a href="/products/list?category_id=40">カウンタートップ浄水器</a>#}
{#<a href="/products/list?category_id=41">ビルトイン浄水器</a>#}
{#<a href="/products/list?category_id=44">カートリッジ</a>#}
{#<a href="/products/list?category_id=10">部品</a>#}
{#</div>#}