@charset "UTF-8";

/* Pick up用 */

#contents #body h2 {
    margin: 0;
    padding: 0;  
}

#contents #body #coupon_title {
    padding: 10px;
    background-image:  url(../coupon/img/logo.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
}
#contents #body #coupon_title img {
    margin-top: 180px;
    margin-left: 20px;
}
#contents #body #coupon_title #coupon_title_text {
    padding-top: 20px;
    margin-left: 40px;
    font-weight: bold;
    font-size: 15px;
}

#contents #body #coupon_body {
    padding: 10px;
}

#contents #body #coupon_body #coupon_list ul {
    list-style-type: none;
}
#contents #body #coupon_body #coupon_list li {
    float: left;
    margin: 10px;
}
#contents #body #coupon_body #coupon_list a {
    width: 270px;
    height: 60px;
    display: block;
    background-image: url(../coupon/img/box.gif);
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: bold;
}
#contents #body #coupon_body #coupon_list .coupon_name {
    padding-top: 20px;
    padding-left: 55px;
}
#contents #body #coupon_body #coupon_list .coupon_expires {
    text-align: center;
    color: #417038;
    font-weight: bold;
}

