@charset "utf-8";

/*===========================*/
/*　　　　　　食事ページ
/*===========================*/

.loopSliderWrap {
top: 0;
left: 0;
height: 110px;
overflow: hidden;
position: absolute;
}

.loopSlider {
width: 100%;
margin: 0 auto;
height: 110px;
text-align: left;
position: relative;
overflow: hidden;
}

.loopSlider ul {
height: 110px;
float: left;
overflow: hidden;
}

.loopSlider ul li {
width: 160px;
height: 110px;
float: left;
display: inline;
overflow: hidden;
}

.loopSliderWrap:after {
content: "";
display: none;
clear: none;
}

/***************************************/
/***************************************/
@media only screen and (max-width:640px) {



}
/***************************************/
/***************************************/
@media only screen and (max-width:480px) {


}
