@charset "utf-8";
/* CSS Document */

* {
    font-family: "Century Gothic", Arial, sans-serif;
    vertical-align: 0;
}

h1, h2, h3, th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #5d4442;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 75%;
    line-height: 1.4;
}
head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}
p, dt, dd, th, td, li  {
    line-height: 1.8;
}
#content-coupon {
    width: 92%;
    margin-right: auto;
}
table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 2px solid #473533;
    padding: 6px 8px;
    vertical-align: top;
    xtext-align: left;
    xfont-size: 10.5pt;
}
a:after {
    content: " >> " attr(href) " ";
    font-size: 10.5pt;
}
#logo a:after {
    content: "";
}

ul#gnavi,
ul#gnavi02,
ul#gnavi03,
ul#gnavi04,
ul#fnavi {
    display:none;
}
.bt-print,
.bt-mail {
    display:none;
}

