@charset "utf-8";
/* menu C */

/* menu172 */
/*--------------------------------------------------*/

/*.menubox {
   margin-bottom: 50px;
}*/
.menubox h4{
    font-size:20px;
    padding: 10px 15px;
    margin-bottom: 30px;
    background: #f3f3e8;
}
.menubox img{
    max-width: 300px;
    display: block;
    margin: 0 auto 30px auto;
    width: 100%;
    height: auto;
}
.menu172-about{
    line-height: 1.2;
    padding-bottom: 20px;
}
.menu172-list{
    border-bottom: 1px dotted #CCCCCC;
}
.menu172-item{
    border-top: 1px dotted #CCCCCC;
    padding: 10px 0px;
}
.menu172-mainname {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #8e8379;
    float: left;
}

.menu172-mainprice {
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    margin-bottom: 5px;
}

.menu172-note{
	padding:15px;
    border: 1px dotted #cccccc;
    margin-top: 30px;
}
.menu172-subname {
    font-size: 12px;
    line-height: 1.2;
    float: left;
    padding-top: 5px;
}
.menu172-subprice{
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
    padding-top: 5px;
}

.menu-photo img{
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.menu-comment{
    font-size:12px;
    line-height: 1.4;
}
.tax {
    text-align: right;
}
.menu172-description {
    padding:5px;
}
.menu172-red{
    color: #ed4b4b;
}

@media (max-width: 767px) {
/*    .menubox{
        margin-bottom: 50px;
    }
    .menubox:last-child{
        margin-bottom: 30px;
    }*/
    .menu172-about{
        padding:0;
    }
    .menu172-list{
        padding:0;
    }
    .commentbox{
        padding:0;
    }
    .tax{
        margin-bottom: 10px;
        font-size:10px;
    }
/*    .menu172-note{
        margin-bottom: 60px;
    }*/
}