/* Initialize
---------------------------------------------------------- */

html {
    font-size: 62.5%;
}

html,
body {
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
td,
input,
textarea,
select,
button {
    margin: 0;
    padding: 0;
    line-height: 1.45;
    list-style: none inside;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    font-size: 1.5rem;
    word-break: break-all;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

body {
    background: url(/common/img/bg-dot.png) 50% 0 fixed, url(/common/img/bg.jpg) 50% 0 fixed;
    background-size: 4px, cover;
}

.sp-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/common/img/bg-dot.png), url(/common/img/bg.jpg);
    background-position: 50% 0, 50% 0;
    -webkit-background-size: 4px, cover;
    background-size: 4px, cover;
    background-repeat: repeat, no-repeat;
}

header,
footer,
nav,
section,
article,
aside {
    display: block;
}

img {
    vertical-align: bottom;
    border: 0;
}

a {
    text-decoration: none;
}

th,
td {
    vertical-align: top;
}

.searchBox {
    width: 130px;
}

.container input[type=text],
.modal input[type=text],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 6px 8px;
    border: 1px solid #dae1e6;
    border-radius: 3px;
}

.container input[type=text]:focus,
.modal input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #52a1cc;
    box-shadow: 0 0 6px #52a1cc;
    outline: 0;
}

button,
input {
    outline: none;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

.radio,
.check {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

.radio:before,
.check:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0px;
    border: 1px solid #0072b1;
    border-radius: 50%;
}

input[type=radio]:checked+.radio:before {
    background: #0072b1;
    box-shadow: 0 0 0 4px #fff inset;
}

.check:before {
    border-radius: 2px;
}

input[type=checkbox]:checked+.check:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 4px;
    border: 1px solid #0072b1;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 158%;
    height: 36px;
    min-width: 96px;
    padding: 6px 36px 6px 8px;
    background: transparent;
    border: 0;
}

.select {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #0072b1;
    border-radius: 3px;
    vertical-align: bottom;
}

.select:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: -1;
    margin-top: -3px;
    border: 4px solid transparent;
    border-top-color: #0072b1;
}


/* Font
---------------------------------------------------------- */

.bold,
.x-small,
.dl-section dt,
.ui-dl dt,
.ui-datepicker-calendar th {
    font-weight: bold;
}

.normal,
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

.f-08 {
    font-size: 8px;
    font-size: .8rem;
}

.f-10 {
    font-size: 10px;
    font-size: 1.0rem;
}

.f-11,
#form1 input,
.snavi a {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12,
#form1 input[type=submit],
.x-small,
.copy,
.dl-section dt,
.ui-dl dt,
.ui-datepicker-calendar th {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-14,
.small,
.note,
.note li,
.tl-nav-box li,
.ui-datepicker-calendar td {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-16,
.ui-list li {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-18,
.large {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20,
.x-large,
.modal-title,
.h-section,
.telsampl {
    font-size: 20px !important;
    font-size: 2.0rem;
}

.f-22 {
    font-size: 22px;
    font-size: 2.2rem;
}

.f-24,
.xx-large,
.h-line {
    font-size: 24px;
    font-size: 2.4rem;
}

#headMenu li,
.snavi a {
    line-height: 1.2;
}

#form1 {
    line-height: 1;
}

.gray-lite,
.x-small,
.copy,
.note,
.note li,
.dl-section dt,
.table th,
.ui-datepicker-calendar th {
    color: #999;
}

.gray,
.pulldown-content a,
.tl-nav-box a,
.card a,
.status-box-message a,
.message-sidebar a,
.menu-sidebar a,
.faq-nav a {
    color: #333;
}

.white,
.container .active,
.modal .active,
.tl-nav-box .tl-nav-box-active .tl-nav-trigger,
.btn,
.btn-stroke-white,
.ui-dl dt,
.caution-inner p,
.caution-inner li,
.message-sidebar a.message-active,
.message-sidebar a.message-active li {
    color: #fff;
}

.theme,
a,
.btn-stroke {
    color: #0072b1;
}

.h-section {
    color: #626d8c;
}

.btn-stroke-disable {
    color: #ccc;
}

.notice {
    color: #cc3333;
}

.card a {
    text-decoration: none;
}

.status-box-message li {
    line-height: 1.2;
}


/* Align */

.in-center,
.modal-title {
    text-align: center;
}

.in-left,
th {
    text-align: left;
}

.in-right,
.copy {
    text-align: right;
}

.in-middle {
    vertical-align: middle;
}


/* Indent */

.indent-24 {
    text-indent: -24px;
    padding-left: 24px
}

.indent-20 {
    text-indent: -20px;
    padding-left: 20px;
}

.h-section {
    margin: 0 0 8px;
}

.telsampl {
    padding-left: 150px;
}

.section {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #d9e0e5;
}

.section:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}


/* Hover
---------------------------------------------------------- */

.container a:hover,
.modal a:hover,
a:hover:before,
.btn:hover {
    opacity: .65;
}

header h1 a:hover {
    opacity: 1 !important;
}

.container .menu-trigger:hover,
.tl-nav-box-active a:hover,
.container .btn-reserve:hover,
.btn-stroke-disable:hover {
    opacity: 1;
}

.menu-trigger:hover {
    color: rgba(0, 144, 177, .65);
}

.menu-trigger:hover img {
    opacity: .65;
}

.container .btn-reserve:hover {
    color: rgba(255, 255, 255, .65);
}

.tl-card a:hover {
    opacity: .65 !important;
}


/* Class
---------------------------------------------------------- */

.h-line {
    margin: 32px 0 8px;
}

.box {
    background: #fff;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    box-sizing: border-box;
    min-width: 110px;
    padding: 9px 12px;
    background: #0072b1;
    border: 1px solid #0072b1;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.btn-small {
    min-width: 88px;
    padding: 6px 10px;
}

.btn-square {
    width: 44px;
    min-width: 0;
    padding: 9px 0;
}

.btn-small.btn-square {
    width: 37px;
    padding: 6px 0;
}

.btn-stroke {
    border: 1px solid #0072b1;
    background: none;
}

.btn-stroke-white {
    border: 1px solid #fff;
    background: none;
}

.btn-translucent {
    width: 100%;
    border-color: #fff;
    background: rgba(0, 0, 0, .35);
}

.btn-reserve {
    width: 100%;
    border: 2px solid #fff;
}

.btn-close {
    width: 44px;
    height: 44px;
}

.btn-close:before,
.btn-close:after {
    content: "";
    display: block;
    width: 28px;
    border-top: 1px solid #0072b1;
}

.btn-close:before {
    margin: 20px 0 0 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-close:after {
    margin: -1px 0 0 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-picker {
    display: inline-block;
    position: relative;
}

.btn-picker input:hover {
    cursor: pointer;
}

.btn-picker:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: -1;
    margin-top: -3px;
    border: 4px solid transparent;
    border-top-color: #0072b1;
}

.btn-picker.btn-picker-disable input {
    border-color: #ccc !important;
}

.btn-picker.btn-picker-disable:after {
    border-top-color: #ccc;
}

.container .btn-picker input,
.modal .btn-picker input {
    background: transparent;
    border: 1px solid #0072b1;
    position: relative;
}

.btn-picker input:focus {
    border: 1px solid #0072b1;
    box-shadow: none;
}

.btn-disable {
    background: #ccc;
    border-color: #ccc;
    cursor: default;
}

.btn-stroke-disable {
    border-color: #ccc;
    cursor: default;
}

.btn-stroke-white-disable {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .25);
}

.ui-response {
    margin-top: 32px;
}

.ui-response li {
    display: inline-block;
    margin: 0 8px;
}

.ui-response li:first-child {
    margin-left: 0;
}

.ui-response li:last-child {
    margin-right: 0;
}


/* List */

.list-item {
    margin-bottom: -10px;
}

.list-item li {
    margin-bottom: 10px;
}

.list-text li {
    margin-top: 16px;
}

.list-text li:first-child {
    margin-top: 0;
}

.disc,
.decimal,
.lower-alpha {
    margin-left: 20px;
}

.disc>li {
    list-style: disc;
}

.decimal>li {
    list-style: decimal;
}

.lower-alpha>li {
    list-style: lower-alpha;
}

.ui-list li {
    padding: 12px;
    border-top: 1px solid #d9e0e5;
}

.ui-list li:first-child {
    border: 0;
}

.ui-list-btn li {
    padding: 0;
}

.ui-list-btn a {
    display: block;
    padding: 12px;
    text-align: left;
}


/* DL */

.ui-dl dt {
    padding: 8px 12px;
    background: #bfd0e0;
}

.ui-dl dt:first-child {
    border-radius: 3px 3px 0 0;
}

.ui-dl dd {
    padding: 12px;
    border-bottom: 1px solid #d9e0e5;
}

.ui-dl dt+dd:last-child {
    border: 0;
}

.dl-list dt {
    width: 15%;
    padding-top: 6px;
    float: left;
    clear: left;
}

.dl-list dd {
    margin-bottom: 16px;
}

.dl-list dd:last-child {
    margin: 0;
}

.dl-section dt {}

.dl-section dd {
    margin-bottom: 14px;
    padding: 8px 0 14px;
    border-bottom: 1px solid #d9e0e5;
}

.dl-section dd:last-child {
    margin: 0;
    border: 0;
}


/* Table-Layout */

.ui-table {
    box-sizing: border-box;
    display: table;
    width: 100%;
}

.ui-table .ui-table-cell {
    display: table-cell;
    vertical-align: middle;
}


/* Table */

.table {
    width: 100%;
    border-collapse: collapse;
}

.table tbody {
    border-top: 1px solid #d9e0e5;
}

.table tbody:first-child {
    border: 0;
}

.table th {
    padding: 8px 16px 14px 0;
}

.table td {
    padding: 7px 16px;
    border-left: 1px solid #d9e0e5;
}

.table tr td:first-child {
    border: 0;
}

.table tbody tr:first-child th,
.table tbody tr:first-child td {
    padding-top: 14px;
}

.table tr:last-child th,
.table tr:last-child td {
    padding-bottom: 14px;
}


/* Column */

.col-2 {
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.col-2:nth-child(odd) {
    padding-right: 12px;
    clear: left;
}

.col-2:nth-child(even) {
    padding-left: 12px;
}

.col-3 {
    box-sizing: border-box;
    width: 33%;
    float: left;
}


/* Loader
---------------------------------------------------------- */

.loader-frame,
.loader-spiner {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9000;
    border-radius: 50%;
    opacity: 0;
}

.loader-frame {
    width: 80px;
    height: 80px;
    margin: -40px;
    border: 7px solid rgba(204, 204, 204, .5);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-animation: fade-in .25s linear;
    -moz-animation: fade-in .25s linear;
    -ms-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}

.loader-spiner {
    width: 76px;
    height: 76px;
    margin: -38px;
    border: 3px solid #fff;
    border-color: rgba(0, 114, 177, 1) transparent transparent;
    -webkit-animation: spin .7s linear infinite, fade-in .25s linear;
    -moz-animation: spin .7s linear infinite, fade-in .25s linear;
    -ms-animation: spin .7s linear infinite, fade-in .25s linear;
    animation: spin .7s linear infinite, fade-in .25s linear;
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-on {
    display: block;
    opacity: 1;
}


/* Container
---------------------------------------------------------- */

.container {
    width: auto;
    margin: 0 auto 48px;
}


/*  Menu
---------------------------------------------------------- */

.menu-box {
    width: 120px;
    position: relative;
    margin: -34px 0 16px auto;
    z-index: 501;
}

.menu-box .menu-trigger {
    display: block;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-box .menu-trigger img {
    margin-right: 8px;
    vertical-align: middle;
}

.menu-box .menu {
    display: none;
    width: 280px;
    position: absolute;
    top: 52px;
    right: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.menu-box .menu:after {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    right: 38px;
    z-index: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}


/* Status-box
---------------------------------------------------------- */

.status-box {
    display: table;
    width: 320px;
    height: 240px;
    margin-left: 20px;
    float: left;
}

.status-box:first-child {
    margin: 0;
}

.status-box:last-child .row:last-child p {
    border-top: 1px solid #dae1e6;
}

.status-point {
    display: table;
    margin: 0 auto;
}

.status-point .cell {
    padding: 0 8px;
}

.status-point .cell+.cell p {
    text-align: left;
}

.status-car {
    display: table;
    width: 100%;
}

.status-car-disable,
.status-car-disable .status-content-holder {
    opacity: .4;
}

.status-box .row {
    display: table-row;
    height: 62px;
}

.status-box .row:first-child {
    height: 178px;
    padding: 0;
}

.status-box .cell {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.status-content-holder {
    width: 256px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.status-box .status-point+p,
.status-car .status-content-holder p:nth-child(3) {
    width: 220px;
    margin: 16px auto 0;
    padding: 16px 0 0;
    border-top: 1px solid #fff;
}

.status-img-holder {
    width: 320px;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.status-img-holder:before {
    content: "";
    display: block;
    width: 320px;
    height: 178px;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
    background: rgba(0, 0, 0, .25);
}

.status-box-message {
    height: 178px;
    margin: 1px 0 -1px;
    overflow: auto;
}

.status-box-message-disable {
    height: 179px;
    overflow: hidden;
    opacity: .4;
}

.status-box-message a,
.status-box-message-disable li>span {
    display: block;
    position: relative;
    margin-bottom: -1px;
    padding: 12px 32px 12px 12px;
    border-bottom: 1px solid #dae1e6;
}

.status-box-message a:after,
.status-box-message-disable li>span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -8px;
    border: 1px solid #999;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.status-box-message .subject {
    display: inline-block;
    padding-top: 4px;
}

.btn-new-message {
    position: absolute;
    right: 16px;
}


/* TL
---------------------------------------------------------- */

.tl-box {
    width: 710px;
    margin-right: 16px;
    float: left;
}

.tl-nav-box>ul>li {
    width: 25%;
    position: relative;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    float: left;
}

.tl-nav-box a,
.tl-nav-box,
.tl-nav-disable>span {
    display: block;
    position: relative;
    z-index: 1;
}

.tl-nav-disable>span,
.tl-nav-disable:after {
    border: 0 !important;
    text-indent: 0;
    opacity: .4;
    cursor: default;
}

.tl-nav-box .tl-nav-box-active span {
    display: block;
    width: 167px;
    height: 32px;
    margin: 6px;
    background: #0072b1;
    border-radius: 3px;
    line-height: 32px;
}

.tl-nav-box-inner {
    display: none;
    width: 300px;
    position: absolute;
    top: 55px;
    left: -79px;
    z-index: 1;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.tl-nav-box li:nth-child(3) {
    text-indent: -12px;
}

.tl-nav-box li:nth-child(3) li {
    text-indent: 0;
}

.tl-nav-box>ul>li:nth-child(3):after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 50%;
    right: 34px;
    z-index: 0;
    margin-top: -3px;
    border: 4px solid transparent;
    border-top-color: #333;
}

.tl-nav-box>ul>li:nth-child(3).tl-nav-box-active:after {
    border-top-color: #fff;
    z-index: 1;
}

.tl-nav-box-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    z-index: 0;
    margin-left: -7px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.tl-title {
    padding: 6px 12px;
    background: rgba(0, 0, 0, .35);
    border-radius: 3px;
}

.tl-card-box {
    position: relative;
}

.tl-card {
    width: 226px;
    background: #fff;
    border-radius: 3px;
}

.tl-card a {
    display: block;
    padding: 12px;
    opacity: 0;
}

.tl-img-holder {
    width: 226px;
    height: 139px;
    margin: -12px -12px 12px;
    overflow: hidden;
    background: #dae1e6;
    border-radius: 3px 3px 0 0;
}

.tl-img-holder img {
    display: none;
}

.tl-meta li {
    padding-top: 2px;
    float: left;
}

.tl-meta li:last-child {
    padding: 2px 8px;
    background: #bfbfbf;
    border-radius: 2px;
    float: right;
}

.tl-myshop .tl-month {
    width: 36px;
    height: 36px;
    background: #829099;
    border-radius: 2px;
    line-height: 36px;
    float: left;
}

.tl-myshop .tl-card-title {
    width: 158px;
    margin-left: 44px;
}


/* Sidebar
---------------------------------------------------------- */

.sidebar {
    width: 274px;
    float: left;
}

.sidebar .box {
    background: rgba(255, 255, 255, .9);
}


/* PR
---------------------------------------------------------- */

.pr {
    display: table;
    width: 980px;
    margin: 48px 0 0;
    padding: 10px;
}

.pr li {
    display: table-cell;
    width: 188px;
    padding-left: 10px;
    vertical-align: top;
    line-height: 0;
}

.pr li:first-child {
    padding: 0;
}


/* Error
---------------------------------------------------------- */

.caution {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3000;
    padding: 24px 16px;
    background: #b34b36;
}

.caution-success {
    background: #75b336;
}

.caution-inner {
    max-width: 580px;
    margin: 0 auto;
}


/* BottomToast
---------------------------------------------------------- */

.bottom-toast {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3000;
    padding: 39px 16px;
    background: #0072b1;
}

.bottom-toast-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.bottom-toast-inner p {
    white-space: nowrap;
    padding-top: 1px;
    padding-bottom: 1px;
}

.bottom-toast-answer {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3000;
    padding: 31px 16px;
    background: #0072b1;
}

.ml-80 {
    margin-left: 80px;
}

.own {
    display: inline-block;
    box-sizing: border-box;
    min-width: 110px;
    padding: 7px 12px;
    background: white;
    border: 1px solid white;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    color: #0072b1;
}

.notOwn {
    display: inline-block;
    box-sizing: border-box;
    min-width: 110px;
    padding: 7px 12px;
    background: #0072b1;
    border: 1px solid white;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}


/* Modal
---------------------------------------------------------- */

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .45);
}

body.hidden {
    overflow: hidden;
}

.modal {
    display: block;
    width: 800px;
    height: 90%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin-left: -400px;
    background: #fff;
    border-radius: 3px;
    -webkit-overflow-scrolling: touch;
}

.modal header {
    position: relative;
    background: #f0f0f0;
    border-bottom: 1px solid #d9e0e5;
}

.modal .modal-header-large {
    height: 97px;
}

.modal .modal-header-small {
    height: 69px;
}

.modal-close-trigger {
    position: absolute;
    top: 4px;
    right: 4px;
}

.modal-title {
    padding-top: 20px;
}

.modal-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.modal-nav li {
    display: inline;
}

.modal-nav a {
    display: inline-block;
    margin: 0 12px;
    padding: 6px 0;
}

.modal-nav-active {
    border-bottom: 2px solid #0072b1;
}

.modal-header-image {
    height: 120px;
    position: relative;
    margin: -24px -24px 24px;
    overflow: hidden;
}

.modal-w460 .modal-header-image {
    height: 120px;
    position: relative;
    margin: -24px -170px 24px;
    overflow: hidden;
}

.modal-header-btn {
    position: absolute;
    top: 40px;
    right: 24px;
}

.modal-content {
    box-sizing: border-box;
    padding: 24px 24px 0;
    overflow: auto;
}

.modal-content>*:last-child {
    margin-bottom: 24px;
}

.modal-w460 {
    padding: 24px 170px 0;
}

.modal-movie {
    height: 520px;
}

.modal-movie .modal-content {
    overflow: hidden;
    padding: 0;
}


/* Dialog
---------------------------------------------------------- */

.dialog {
    box-sizing: border-box;
    margin: 0 0 0 -190px;
    padding: 22px 24px 24px;
    width: 380px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
}


/* MyCar
---------------------------------------------------------- */

.mycar-schedule {
    width: 590px;
    margin: 0 auto;
}

.mycar-schedule-year {
    width: 120px;
    margin-top: 24px;
    padding-right: 24px;
    float: left;
    clear: left;
}

.mycar-schedule-contents {
    width: 445px;
    margin: 24px 0 0 144px;
    padding-left: 24px;
    border-left: 1px solid #d9e0e5;
}

.mycar-schedule-year:first-child,
.mycar-schedule-year:first-child+.mycar-schedule-contents {
    margin-top: 0;
}

.mycar-schedule-mainte {
    display: table;
    width: 100%;
    margin-top: 16px;
    border: 1px solid #d9e0e5;
    border-radius: 3px;
}

.mycar-schedule-mainte:first-child {
    margin-top: 0;
}

.mycar-schedule-mainte .cell {
    display: table-cell;
    padding: 16px;
    vertical-align: middle;
}

.mycar-schedule-mainte .cell:last-child {
    width: 140px;
    padding-left: 0;
}

.mycar-history-year:first-child {
    margin-top: 0;
}

.mycar-history {
    box-sizing: border-box;
    width: 48.4%;
    margin-top: 16px;
    border: 1px solid #d9e0e5;
    border-radius: 3px;
    float: left;
}

.mycar-history:nth-child(odd) {
    margin-right: 3.2%;
    clear: left;
}

.mycar-history-item {
    padding: 8px;
}

.mycar-history-title {
    padding: 6px;
    background: #f5f5f5;
    border-bottom: 1px solid #d9e0e5;
}

.mycar-history-name,
.mycar-history-content {
    padding: 2px;
}

.mycar-history-name {
    float: left;
    clear: left;
}

.mycar-history-content {
    margin-left: 100px;
}


/* MyShop
---------------------------------------------------------- */

.myshop-table,
.myshop-img {
    width: 55%;
    float: left;
}

.myshop-img img {
    width: 100%;
}

table.table.myshop-table tr th,
table.table.myshop-table tr td {
    padding-top: 0;
    padding-bottom: 8px;
    border: 0;
}

table.table.myshop-table tr th {
    min-width: 96px;
}

.myshop-img {
    width: 45%;
    overflow: hidden;
}


/* Point
---------------------------------------------------------- */

.point-header {
    display: table;
    height: 88px;
    margin: -104px auto 0;
}

.point-header .cell {
    display: table-cell;
    vertical-align: middle;
}

.point-header-icon {
    padding-right: 16px;
}

.point-header .cell+.cell p {
    text-align: left;
}

.point-header .cell p {
    text-align: center;
}

.point-history-item {
    display: table;
    width: 100%;
    padding: 14px 0;
    border-top: 1px solid #d9e0e5;
}

.point-history-item:first-child {
    padding-top: 0;
    border: 0;
}

.point-history-item .cell {
    display: table-cell;
    vertical-align: middle;
}

.point-history-item .cell+.cell {
    width: 80px;
}


/* About Stage */

.stage-about {
    display: table;
    margin: 0 auto;
}

.stage-about .cell {
    display: table-cell;
}

.stage-meta {
    display: block;
    margin: 14px 12px 0;
    padding-top: 14px;
    border-top: 1px solid #d9e0e5;
}


/* Menu
---------------------------------------------------------- */

.menu-nav-single {
    background: url(/common/img/menu-vertical-divider-single.png) repeat-y 189px 0;
}

.menu-nav-double {
    background: url(/common/img/menu-vertical-divider-double.png) repeat-y;
}

.menu-sidebar {
    width: 189px;
    margin: -24px 0 -24px -24px;
    float: left;
}

.menu-sidebar a,
.faq-nav a {
    box-sizing: border-box;
    display: block;
    height: 50px;
    padding: 14px 16px;
}

.modal-content .menu-content {
    width: 74.2%;
    margin: 0 0 0 24px;
    float: left;
}

.menu-content>*:last-child {
    margin-bottom: 24px;
}

.menu-sidebar .active,
.outside .faq-nav .active {
    background: #0072b1;
}


/* FAQ */

.faq-nav {
    width: 190px;
    margin: -24px 0 -24px -24px;
    float: left;
}

.faq-content {
    margin-left: 190px;
}

body:not(.outside) .faq-nav .active {
    background: #7da0b3;
}


/* Message
---------------------------------------------------------- */

.message-new {
    position: absolute;
    left: 12px;
}

.message-nav-single {
    padding: 0;
    overflow: hidden;
    background: url(/common/img/menu-vertical-divider-single.png) repeat-y 280px 0;
}

.message-sidebar {
    width: 280px;
    height: 100%;
    overflow: auto;
    float: left;
}

.message-sidebar a {
    box-sizing: border-box;
    display: block;
    padding: 14px 16px;
    border-bottom: 1px solid #d9e0e5;
}

.message-active {
    background: #0072b1;
}

.message-content {
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 0;
    padding: 24px 24px 0;
    overflow: auto;
}

.message-content>*:last-child {
    margin-bottom: 24px;
}

header.message-header {
    margin: -24px -24px 22px;
    padding: 0 24px;
    background: transparent;
}

.message-content .message-header {
    padding: 24px;
}

.message-item {
    width: 88%;
}

.message-item dt,
.message-item dd {
    padding-top: 22px;
    padding-bottom: 22px;
}

.message-item dt {
    width: 8%;
    float: left;
    clear: left;
}

.message-item dd {
    position: relative;
    margin: 0 22px 0 -22px;
    padding-left: 12%;
}

.message-item dd:last-child {
    border-top: 1px solid #d9e0e5;
}

.modal .message-item .message-subject {
    display: block;
    width: 100%;
    margin: -12px 0 -12px;
    padding: 12px 8px;
    border: 0;
}

.modal .message-item .message-to {
    padding: 0;
}

.modal .message-item .message-to,
.modal .message-item .message-to:focus,
.modal .message-item .message-subject:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.message-to-pull {
    display: none;
    width: 320px;
    position: absolute;
    top: 54px;
    left: 12%;
    z-index: 1100;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.message-to-pull:before {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    left: 28px;
    border: 7px solid transparent;
    border-bottom-color: #808080;
}

.message-to-pull:after {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    left: 28px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.message-action {
    position: absolute;
    top: 22px;
    right: 22px;
}

.message-body-wrap {
    margin: -22px -24px -24px;
    line-height: 0;
}

.message-body {
    width: 100%;
    padding: 22px 24px;
    border: 0;
}

.message-body:focus {
    outline: 0;
    box-shadow: none;
}


/* Spot
---------------------------------------------------------- */

.spot-table tbody:first-child {
    border-top: 1px solid #d9e0e5;
}

.spot-table tbody:last-child th,
.spot-table tbody:last-child td {
    padding: 0;
}

.spot-table th,
.spot-table td {
    padding: 0;
    border: 0;
}


/* Login
---------------------------------------------------------- */

.outside {
    background: none #ebebeb;
}

.outside.login {
    background: url(/common/img/login-visual.jpg) no-repeat 50% 0 #ebebeb;
    background-size: 1254px 475px;
}

.outside.login .container {
    margin-top: 305px;
}

.header-login {
    height: 360px;
}

.outside .col-left,
.outside .col-right {
    float: left
}

.outside .col-left {
    width: 324px;
    margin-right: 16px;
}

.outside .col-right {
    width: 660px;
}

.divide-login {
    padding-top: 16px;
    border-top: 1px solid #d9e0e5;
}

.list-thumb {
    display: table;
}

.list-thumb .col-2 {
    display: table-cell;
    width: auto;
    padding: 0;
    vertical-align: top;
    float: none;
}

.list-thumb .col-2:first-child {
    padding-right: 16px;
}

.outside.single .container {
    width: 580px;
    margin: 0 auto;
    padding: 0 16px;
}

.outside.single footer {
    width: 580px;
    margin: 40px auto 0;
    padding: 0;
}

.outside.single footer .copy {
    padding-bottom: 24px;
}

.fw-bolder-bule {
    font-weight: bolder;
    color: #497daf;
}

.bg-bule-login-register {
    display: inline-block;
    padding: 1px 2px;
    background: #0072b1;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.bg-bule-login {
    display: inline-block;
    padding: 1px 2px;
    background: #012b79;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.bg-bule-login-next {
    display: inline-block;
    padding: 1px 2px;
    background: #012b79;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}


/* ログイン前FAQ */

.outside .menu-content {
    width: 100%;
    margin: 0;
}


/* スクロールなし固定画面 */

.outside.fixed {
    display: table;
    width: 100%;
}

.outside.fixed .container {
    display: table-cell;
    vertical-align: middle;
}

.outside.fixed .cell {
    width: 580px;
    margin: 0 auto;
}

.outside.fixed header,
.outside.fixed footer {
    width: 580px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 -290px;
}

.outside.fixed footer {
    top: auto;
    bottom: 24px;
}

.outside.fixed footer .copy {
    padding-bottom: 0;
}


/* ClearFix
---------------------------------------------------------- */

.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}


/* Margin, Padding, Width
---------------------------------------------------------- */

.mt-08 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-none {
    margin-top: 0 !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.ml-08 {
    margin-left: 8px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-24 {
    margin-left: 24px;
}

.pd-16 {
    padding: 16px;
}

.pd-24 {
    padding: 24px;
}

.w-50p {
    width: 50%;
}

.w-100p {
    width: 100%;
}

.w-234 {
    width: 234px;
}

select.w-234 {
    width: 124%;
    min-width: 234px;
}

.w-320 {
    width: 320px;
}

.w-400 {
    width: 400px;
}

.w-520 {
    width: 520px;
}

select.w-320 {
    width: 118%;
    min-width: 320px;
}

.outside.single.mobile-single.fullheight{
    height:100vh;
}

.accordian-blue{
    border: 2px solid #01609e;
    background-color: #ebf4fb;
}

.accordian-border-gray{
    border: 2px solid #D5DCE2;
    background-color: #F4F8FB;
}

.package-header-blue{
    color: #01609e;
}

.package-text-black{
    color: #000000;
}

.package-text-red{
    color: red;
}

/* TW-25 マイスバル会員情報登録画面（class: telemaMemberRegisterInput）
---------------------------------------------------------- */
/* 注釈 */
.telemaMemberRegisterInput h3.annotation {
    color: #333;
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.telemaMemberRegisterInput p.annotation {
    color: #999;
    font-size: 1.35rem;
    margin-bottom: 24px;
}