﻿.memo{
    width: 1200px;
    margin: 0 auto 70px;
}
.coupon_detail{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    border-bottom: 2px solid #d9d9d9;
}
.genre_filter_coupon_1{
    width: 1200px;
    margin: 0 auto;
}
.root_genre_item li {
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    border-left: 5px solid #000;
    padding-left: 15px;
    margin-bottom: 30px;
}
.coupon_detail figure{
    width: 600px;
    margin: 55px auto 70px;
}
.coupon_detail figure img{
    width: 100%;
}
.coupon_detail div{
    width: 600px;
    margin: 0 auto 0;
}
.coupon_detail a{
    border: solid 2px #000;
    width: 300px;
    margin: 70px auto 0 auto;
    padding: 15px 18px;
    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;
}