@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.03rem;
}


#contents_main {
    width: 1000px;
    margin: 0 auto;
}

#contents_main img {
    max-width: 100%;
    vertical-align: bottom;
    boder: 0;
}

#contents_main a img {
    margin-bottom: 1em;
}

#contents_main a:hover {
    opacity: 0.9;
}

#contents_main .btn_area {
    margin-bottom: 3em;
    text-align: center;
    width: 700px;
}


#contents_main table {
    width: 800px;
    border: 0;
    border-collapse: collapse;
    margin: 0 auto !important;
}

#contents_main td {
    border: 0;
    padding: 0;
}

#contents_main span {
    color: #BE0000;
    font-weight: bold;
}

#contents_main .btn {
    bottom: 30px;
    position: absolute;
    left: 100px;
    width: 100%;
}

#contents_main .btn2 {
    bottom: 70px;
    position: absolute;
    left: 100px;
    width: 100%;
}

.center {
    text-align: center;
}

#contents_main ul.notes {
    list-style-type: none;
    line-height: 1.8;
    padding: 5%;
    margin: 1em 0 3em;
    font-size: 80%;
    width: 90%;
    background: #f8f8f8;
}

#contents_main ul.notes li.indent {
    text-indent: -1em;
    margin-left: 1em;
}

.info {
    text-align: center;
    padding: 5% 0;
    border-bottom: 1px dotted #a8a5a5;
    font-size: 90%;
}

.note {
    color: #ff1075;
    font-weight: bold;
}

table.coupon_info {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    margin: 2em auto 3em !important;
    line-height: 1.8;
    font-size: 80%;
}

table.coupon_info th {
    background-color: #ff1075;
    color: #f1f1f1;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border: 1px solid #ff1075;
}

table.coupon_info td {
    background-color: #fff;
    border: 1px solid #ff1075;
    padding: 20px;
}

table.coupon_info p {
    margin-bottom: 1em;
}

table.coupon_info p a {
    text-decoration: underline;
}

.footer {
    text-align: left;
    padding: 20px;
    line-height: 1.5em;
    font-size: 14px;
}

.footer_end {
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
    background: #ff1075;
    color: #fff;
}