@charset "UTF-8";

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

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


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

    PC 

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



/* ===================================================
    Hall Box
=================================================== */

.hallBox .tableBox {
    margin-top: 30px;
}

.hallBox .th_gray td {
    text-align: center;
}

.hallBox table.th_gray th .btn_gray,
.hallBox table.th_gray td .btn_gray {
    display: block;
}

.hallBox table.th_gray th .btn_gray a,
.hallBox table.th_gray td .btn_gray a {
    min-width: 56px;
}




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

    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(3) {
        border-bottom: none;
    }

    /* ===================================================
    Hall Box
=================================================== */
    .hallBox table.th_gray td {
        text-align: left;
    }

    .hallBox table.th_gray th .btn_gray,
    .hallBox table.th_gray td .btn_gray {
        float: right;
        margin-left: 5px;
    }

    .hallBox table.th_gray th .btn_gray a,
    .hallBox table.th_gray td .btn_gray a {
        min-width: 56px;
        padding: 15px 5px;
    }

    .hallBox table.th_gray .sub .btn_gray {
        display: none;
    }
}