.coupon_detail{
    width: 94%;
    margin: 0 auto;
}
.memo{
    margin: 0 3% 0.813rem;
    font-size: 0.813rem;
}
.item_node.root_genre_item li{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    border-left: 3px solid #000;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 15px;
    line-height: 1.2;
    letter-spacing: .07em;
    width: 94%;
    margin: 0.813rem 3%;
}
.coupon_detail figure{
    margin: 1.875rem 0;
    padding: 0;
}
.coupon_detail figure img{
    max-width: 100%;
    vertical-align: bottom;
}
.coupon_detail a{
    border: solid 2px #000;
    width: 94%;
    margin: 1.875rem auto;
    padding: 15px 18px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 16px;
    letter-spacing: 0.07em;
    position: relative;
    display: block;
    color: #000;
    font-weight: bold;
    background: #fff url(../img/usr/coupon/icn_print.png) 1em 50% no-repeat;
}
.coupon_detail *{
    font-size: 0.813rem;
}