/*
border :9ee52a
grn :8fc320
grn_dark:88aa00
grn_vdrk:628800
grn_lgt:bfd75d
grn_vlgt:d7e895
*/
/*▼メニュー用*/
.mnu_class_grn{
    /*サービス区分*/
    margin:             0; 
    padding:            5px 15px;
    display:            block;
    background:         transparent;
    border:             0;
    font-size:          1.0em;
    line-height:        100%;
    font-weight:        normal;
    color:              #fff;/*#968052#fd9701;*/
    text-shadow:        0;/*-1px 1px 1px #c8ab6e;*/
/*   text-align:         center;*/
    background-color:   #628800;
    border-color:       #628800;
    margin:             10px 0px;
}
.mnu_class{
    /*サービス区分*/
    margin:             0; 
    padding:            5px 15px;
    display:            block;
    background:         transparent;
    border:             0;
    font-size:          1.0em;
    line-height:        100%;
    font-weight:        normal;
    color:              #fff;/*#968052#fd9701;*/
    text-shadow:        0;/*-1px 1px 1px #c8ab6e;*/
/*    text-align:         center;*/
    background-color:   #8fc320;
    border-color:       #8fc320;
    margin:             10px 0px;
}
.mnu_box{
    margin              0;
    padding-left:       10px;
}

.mnu_category{
    /*サービスカテゴリー*/
    margin:             0; 
    padding:            20px 0px 0px 0px;
    display:            block;
    background:         transparent;
    border:             0;
    font-size:          1.2em;
    line-height:        120%;
    font-weight:        bold;
    color:              #628800;
/*    text-shadow:        -1px 1px 1px #c8ab6e;*/
    text-align:         center;
}
.mnu_category_sub{
    /*カテゴリー概要*/
    margin:             0; 
    padding:            5px 0px 0px 0px;
    display:            block;
    background:         transparent;
    border:             0;
    font-size:          0.875em;
    line-height:        110%;
    font-weight:        normal;
    color:              #88aa00;/*#8fc320;*/
    text-shadow:        0;
    text-align:         center;
    margin-bottom:      25px;
}

.mnu_item_name{
    display:            block;
    font-size:          0.875em;
    width:              200px;
    padding-left:       20px;
    font-weight:        bold;
    color:              #628800;/*5f8029;*/
    background-image:	url('../img/sys/ico_cube_grn.png');
    background-repeat:	no-repeat;
    background-position: left center;
    float:              left;   
}

.mnu_item_sub{
    display:            block;
    font-size:          0.75em;
    width:              290px;
    padding-right:       20px;
    float:              left;
}

.mnu_item_price_pre{
    font-size:          0.875em;
    padding-right:      10px;
    float:              left;        
}
.mnu_item_price{
    font-size:          0.875em;
    font-weight:        bold;
    float:              left;        
}
.mnu_item_price_post{
    font-size:          0.875em;
    float:              left;        
}
.mnu_item_price_post:after {
    content: "<hr />";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*▲メニュー用*/
