<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    background: url("../../price/image/bg-contents.png") repeat-y top center / 100% auto;
    padding-top: 130px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.contents .inner {
    width: 789px;
    margin: 0 auto 60px;
}
.contents .inner h2 {
    margin: 0 auto 20px;
}
.contents .inner #table-wrap {
    position: relative;
}
.contents .inner #table-wrap p#floor {
    position: absolute;
    left: -35px;
    top: 0;
}
.contents .inner p.txt-click {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 10px;
}
.contents .inner p.icon {
    text-align: right;
}
.contents .inner p.btn-plan {
    text-align: center;
    margin: -20px auto 0;
}
.contents .inner p.btn-plan a {
    transition: opacity .5s;
}
.contents .inner p.btn-plan a:hover {
    opacity: 0.7;
}
.contents .inner table.price-table {
    margin: 0 auto 15px;
    border-top: 1px solid #000;
    border-spacing: 0;
    border-collapse: collapse;
}
.contents .inner table.price-table td {
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.contents .inner table.price-table td.pit {
    border-left: 1px solid #000;
}
.contents .inner table.price-table td.type-A {
    width: 88px;
    border-left: 1px solid #000;
}
.contents .inner table.price-table td.type-B {
    width: 82px;
}
.contents .inner table.price-table td.type-C {
    width: 76px;
}
.contents .inner table.price-table td.type-D {
    width: 76px;
}
.contents .inner table.price-table td.type-E {
    width: 76px;
}
.contents .inner table.price-table td.type-F {
    width: 66px;
}
.contents .inner table.price-table td.type-G {
    width: 72px;
}
.contents .inner table.price-table td.type-H {
    width: 90px;
}
.contents .inner table.price-table td.btn {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.0);
}

.contents p.caption {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1.3;
    padding: 0 20px;
}
</pre></body></html>