.info_block {
  font-family: "メイリオ", sans-serif;
  font-size: 16px;
}

.top-menu {
    display: block;
    font-family: "メイリオ",sans-serif;
}

.top-menu__head {
    border-bottom: 1px solid #333;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    padding: 12px 5px;
}

.top-menu__head .category {
    font-size: 0.7em;
    margin-right: 10px;
    padding: 4px 12px;
    vertical-align: middle;
}

.top-menu__head .category.cold {
    background: #5C6BC0;
    border: 1px solid #5C6BC0;
    border-radius: 60px;
    color: #fff;
}

.top-menu__head .category.frozen {
    background: #fff;
    border: 1px solid #03A9F4;
    color: #03A9F4;
}

.top-menu__list {
    list-style-type: none;
    display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0 0 20px 0;
}

.top-menu__list li {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    margin:0 8px 8px 0;
    padding: 5px;
    width: calc(100% / 3 - 20px);
}

.top-menu__list li img {
    max-width: 100%;
}

.top-menu__list .price {
    color: #B71C1C;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin: 5px 0 0 0;
    text-align: center;
}

.top-menu__list .tax {
    color: #B71C1C;
    font-size: 8px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    text-align: right;
}

.top-menu__list .detail {
    font-size: 11px;
    font-weight: bold;
    margin: 8px 0 0 0;
}