#tabmenu{
    padding:0px;
    margin:0px;
    color:#333;
    font-size: 90%;
    width:600px;
    position:relative;
}
 
#tabmenu div#tab{
    position: absolute;
    top:0px;
    left:0px;
    }
 
#tabmenu div#tab a{
    margin: 0 10px 0 0;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
    display: block;
    text-decoration:none;
    color:#333;
    background:#eee;
    }
 
#tabmenu div#tab a:hover{
    background:#000;
    color:#fff;
    }
div#tab_contents{
    width:700px;
    overflow: hidden;
    clear:both;
    }
div#tab_contents div.box{
    width:1800px;
    padding:0px;
    margin:0px;
    }
div#tab_contents div.box div.inner{
    float: left;
    width:700px;
    list-style-type:none;
    margin:50px 0px 0px 0px;
    }
.main span {
font-size: 70%;
}
.main {
font-size: 90%;
}

td.catphoto {
width: 100px;
   border-width: 0 0 1px 0; /* 下だけ引く */
   border-color: #ddd;   /* 線色：緑 */
   border-style: solid;   /* 線種：実線 */
   padding: 0.3em;        /* セル内側の余白 */
   vertical-align: top;
}
td.main {
width: 250px;
   border-width: 0 0 1px 0; /* 下だけ引く */
   border-color: #ddd;   /* 線色：緑 */
   border-style: solid;   /* 線種：実線 */
   padding: 0.3em;        /* セル内側の余白 */
}
td.main a {
   color: #0B6121;
}
.cat {
float: left;
}
.area {
background-color: #ddd;
font-size: 70%;
}
.time, .holiday, .address, .tel, .product {
font-size: 70%;
}


@media (max-width: 599px) {
#tabmenu{
    font-size: 65%;
    width:100%;
}
#tabmenu div#tab a{
    height: auto;
    margin: 5px;
    line-height: auto;
    text-align: center;
    width: 55px;
    }
#wifi {width: 90%;
       height: auto;
    overflow: hidden;}
}
