﻿@charset "UTF-8";
@import url(layout.css?ver=20240311);
@import url(pages.css?ver=20240311);
@import url(map.css?ver=1129);
@import url(color.css?ver=20211019);
@import url(checkin.css?ver=19071);

/* CSS Document */

/* --------------------
 * 初期設定
-------------------- */

html, body {
    height: auto;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

form {
    display: inline;
}

ul, ol {
    list-style: none;
}

fieldset, img {
    border: none;
}

caption, th {
    text-align: left;
}

body {
    line-height: 1.1em;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
    font-size: 12px;
    color: #000;
    text-align: center;
}

strong {
    font-weight: bold;
}


/* 装飾用フォーム */

em {
    font-style: italic !important;
}



/* --------------------
 * 汎用設定
-------------------- */

.clearBoth {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.clearFix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.clearFix {
    display: inline-block;
}

.clearFix {
    display: block;
}


.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}



.marginS {
    height: 1.5em;
    clear: both;
}

.marginM {
    height: 3em;
    clear: both;
}

.marginL {
    height: 5em;
    clear: both;
}

.marginLL {
    height: 7em;
    clear: both;
}

.sentence {
    line-height: 1.8em;
}

.wordBreak {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.photoFrame {
    padding: 2px;
    border: 1px solid #999;
    background-color: #fff;
    display: inline-block;
}

.showLayerDefaultHide {
    position: absolute;
    left: -10000px;
    top: -10000px;
}




.spOnly,
#spMenu {
    display: none !important;
}

.spMoreBtn {
    display: none;
}





/* --------------------
 * 印刷用設定
-------------------- */

@media print {
    body {
        background-color: #fff !important;
        color: #000 !important;
    }

    a, a:link, a:visited, a:hover {
        color: #000 !important;
        text-decoration: none !important;
    }
}


/* Footerの設定*/
#footer {
    height: 30px;
    float: right;
}



/* --------------------
 * アイコン
-------------------- */

/* サーベイテキストボックス内削除ボタン */

.txtboxFrame {
    position: relative;
    display: inline-block;
}

.txtboxClearBtn {
    position: absolute;
    top: 2px;
    width: 15px;
    height: 15px;
    right: 3px;
    display: inline-block;
    border-radius: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/common/img/icon/txtbox_clearS.png);
    background-color: #4185bd;
}


