/*======================================
    coupon
======================================*/
/*#content_main .coupon {
    overflow: hidden
    }
#content_main .coupon li {
    float: left;
    width: 152px;
    margin: 20px 20px 0 0;
    padding: 5px;
    border: 1px solid #FB5AA7
    }
#content_main .coupon li:last-child {
    margin-right: 0
    }*/

/*======================================
    menu
======================================*/
#content_main .menu {
    overflow: hidden
    }
#content_main .menu dt {
    float: left;
    width: /*530px*/78%;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 0.9em;
    font-weight: bold
    }
#content_main .menu dd.plice {
    float: right;
    width: /*150px*/22%;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: right;
    font-size: 0.9em;
    font-weight: bold
    }
#content_main .menu dd.txt {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #966;
    line-height: 1.3;
    font-size: 0.75em
    }
