a {
	text-decoration: none;
}
ul, p, span, div {
    line-height: 1.2em;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	color: #4f4f4f;
}
.text_01 {
	font-size: 15px;
	color: #DB2828;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.catalist_box {
	padding: 0px;
}

.catalist_box h2 {
    margin: 0px 0px 4px;
    padding: 0px 0px 0px;
}
.price {
	color: #2e56ba;
	font-weight: bold;
}
/* ↓重要 */
.catalist_box > a {
	float:left;
	width: 47.5%;
	margin: 0px 5% 5px 0px;
	padding:0px 0px 0px;
	display:block;
	position:relative;
}
/* ↓重要 */
.catalist_box > a:nth-of-type(2n) {
	margin: 0px 0px 5px;
}

.catalist_box > a img {
	width: 100%;
}

.catalist_box > a > ul > li:nth-of-type(1) {
	margin: 0px 0px 5px;
}

.catalist_box > a > ul > li:nth-of-type(2) {
	position: relative;
}

/* 6/6以降修正分 ここまで */


.food_menu{
	padding-top: 10px;
	padding-bottom: 15px;
}
hr.style-one {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
img.food_banner_01 {
	width: 60%;
	padding-left: 10px;
}
.smp-productlist ul li {
  float: left;
  width: 50%;
}
.smp-productlist {
    width: 100%;
    margin-top: 0px;
}
.category-search {
    width: 100%;
    margin-top: 5px;
}
.category-search ul li {
	display: table-cell;
    width: 25%;
}