
    * {
        margin: 0;
        padding: 0;
        font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
        }

    body {
        font-size: 13px;
        color: #333333;
        background: #FFF;
        text-align: center;
        }

    img {
        border: none;
        vertical-align: middle;
        }

    a:link {
        color: #666;
        text-decoration: underline;
        }

    a:visited {
        color: #666;
        text-decoration: underline;
        }

    a:hover {
        color: #336699;
        text-decoration: none;
        }

    a:active {
        color: #336699;
        text-decoration: none;
        outline: none;
        position: relative;
        top: 1px;
        }

    br.clear {
        font-size: 0;
        line-height: 0;
        clear: both;
        }


    #wrapper{
        width: 600px;
        margin: 20px auto;
        position: relative;
        top:0;
        left:0;
    }

    div#url{
        text-align:right;
        position: absolute;
        top: 10px;
        __top: 15px;
        right: 5px;
    }

    h1{
        font-size: 24px;
        text-align: left;
        margin: 10px 0;
    }

    h2{
        text-align: left;
        background-color: #4c4c4c;
        color: #FFF;
        margin: 30px 0 8px;
        font-size: 14px;
        padding: 8px;
        letter-spacing: 3px;
    }

    table,
    th,
    td {
        border-collapse: collapse;
        border-spacing: 0;
    }

    table th {
        border:1px solid #999999;
        background-color: #ececed;
        text-align: left;
        width: 100px;
        font-weight: normal;
        padding: 10px 8px 8px;
    }

    table td {
        border:1px solid #999999;
        text-align: left;
        padding: 10px 8px 8px;
        width: 250px;
    }




    div#footer{
        background: #FFF url(/pc/print/line_1.gif) repeat-x top left;
        padding: 8px;
        margin-top: 40px;
        font-size: 11px;
    }

    div#footer a{
        text-decoration: none;
    }

    div#footer a:hover{
        text-decoration: underline;
    }


    .coupon_area {

    }

    .coupon {
        padding: 10px;
        margin: 0 0 10px 0;
        /margin: 0 0 25px 0;
        border: 1px solid #163807;
        background: #fff;
    }

    .coupon_image {

    }
    .coupon_image img {
        margin-bottom: 10px;
    }

    .coupon_qr {
        width: 120px;
        float: left;
    }

    .coupon_body {
        text-align: left;
    }

    .coupon_title {
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .coupon_title span{
        font-size: 16px;
        font-weight: bold;
        background-color: #ECECED;
        padding: 5px;
    }

    .coupon_body ul {

    }
    .coupon_body ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

    .coupon_body ul li span {
        font-weight: bolder;
    }


