@charset "UTF-8";

/* ---------------------------------------------------
   File: hall_index.css
   Version: 1.0.0
   Update: 2017-12-012
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===========================================================================

    PC 

=========================================================================== */

/* ===================================================
    Local Navigation
=================================================== */
#lnavi li:nth-child(1) a {
    text-decoration: none;
    color: #454545;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/* ===================================================
    Page Title
=================================================== */
#tit_subPage {
    padding-bottom: 110px;
}

/* ===================================================
    Common
=================================================== */
main .content {
    margin-top: -140px;
    padding: 200px 0 100px;
}

@media all and (-ms-high-contrast:none) {

    /* IE11 */
    *::-ms-backdrop,
    main .content {
        padding: 200px 0 100px;
        margin-top: -140px;
    }
}

_:-ms-lang(x),
_::-webkit-meter-bar,
main .content {
    /* IE Edge */
    padding: 200px 0 100px;
    margin-top: -140px;
}


/* ===================================================
    Title
=================================================== */
.tit_left .txt_s {
    letter-spacing: 0;
}

/* ===================================================
    Table
=================================================== */
table.th_gray .txt_xs,
table.th_gray .block {
    line-height: 1.4em;
}

table.th_gray .lightGray {
    font-size: 0.8em;
}

/* -------------------------
   information Box
------------------------- */
.informationBox {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 20px;
}

dl.line_gray_nomal dt {
    width: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl.line_gray_nomal dd {
    width: 230px;
}

/* ===================================================
    Taiju
=================================================== */
#taiju {
    padding-top: 130px;
}

@media all and (-ms-high-contrast:none) {

    /* IE11 */
    *::-ms-backdrop,
    #taiju {
        padding-top: 130px;
    }
}

_:-ms-lang(x),
_::-webkit-meter-bar,
#taiju {
    /* IE Edge */
    padding-top: 130px;
}


/* ===========================================================================

    TABLET - LARGE
		
=========================================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {}




/* ===========================================================================

	TABLET
		
=========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {}




/* ===========================================================================

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {

    /* ===================================================
    Local Navigation
=================================================== */
    #lnavi li:nth-child(1) a {
        text-decoration: none;
        color: #fff;
        background: #7c7c7c;
        border-radius: 0;
        /* CSS3 */
        -webkit-border-radius: 0;
        /* Safari,Chrome */
        -moz-border-radius: 0;
        /* Firefox */
    }

    /* ===================================================
    Common
=================================================== */
    /*main .content {
	margin-top: -100px;
	padding: 100px 0 20px;
}*/
    main .content {
        padding: 140px 0 90px;
        margin-top: -70px;
    }

    .helfphoto {
        margin-bottom: 30px;
    }

    .helfphoto .photo img {
        width: 88%;
        margin: 0 auto;
    }

    /* ===================================================
    Page Title
=================================================== */
    #tit_subPage {
        padding-bottom: 0;
    }


    /* ===================================================
    Table
=================================================== */
    /* -------------------------
   information Box
------------------------- */
    dl.line_gray_nomal dt {
        width: 30%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    dl.line_gray_nomal dd {
        width: 70%;
    }

    /* ===================================================
    Taiju
=================================================== */
    /*#taiju {
	padding-top: 80px;
}*/
}