@charset "utf-8";
/**
 * トップ
 * 
 * create: 2025-05-03
 * update: 2025-07-12
 * 
 * @package     kagoshima-event
 * @author      ik
 * @copyright   Copyright (c) 2025 , MX21
 * @version     kagoshima-event 1.00
 */


body > div.conts > div.row > div:first-of-type {

}

    /* body内ナビ */

        body > div.conts > div.row > div:first-of-type > div.body > div.nav {
            margin-bottom: 5px;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.nav > a {
            text-align: center;
            display: block;
            padding-top: 16px;
            padding-bottom: 16px;
            border-color: #ccc;
            text-decoration: underline;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.nav > a > span{
            font-size: 0.8em;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.nav > a.active > h2{
            color: #FFF;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.nav > a.active > h2 > span{
            color: #FFF;
        }


    /* 検索ボックス */
    
        body > div.conts > div.row > div:first-of-type > div.body > div.search-container {
            margin: 0 0 20px 0;
            padding: 0;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form {
            width: 100%;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box {
            display: flex;
            border: 2px solid #ccc;
            border-radius: 25px;
            overflow: hidden;
            background: #fff;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > input.search-input {
            flex: 1;
            padding: 12px 16px;
            border: none;
            outline: none;
            font-size: 16px;
            background: transparent;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > input.search-input::placeholder {
            color: #999;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > button.search-button {
            padding: 12px 20px;
            background: #007bff;
            border: none;
            color: white;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > button.search-button > i {
            color: white;
        }

        body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > button.search-button:hover {
            background: #0056b3;
        }

        @media screen and (max-width: 991px) {
            body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box {
                display: flex !important;
                width: 100% !important;
            }

            body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > input.search-input {
                flex: 1 !important;
                font-size: 14px;
                padding: 10px 14px;
                min-width: 0 !important;
            }
            
            body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > button.search-button {
                flex-shrink: 0 !important;
                width: auto !important;
                min-width: 48px !important;
                padding: 10px 16px;
                background: #007bff !important;
                border: none !important;
                color: white !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                visibility: visible !important;
            }
            
            body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > button.search-button > i {
                color: white !important;
                display: inline-block !important;
                visibility: visible !important;
                font-size: 14px !important;
            }
        }

        @media screen and (max-width: 480px) {
            body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > input.search-input {
                font-size: 16px;
                padding: 12px 14px;
            }
            
            body > div.conts > div.row > div:first-of-type > div.body > div.search-container > form.search-form > div.search-box > button.search-button {
                min-width: 50px !important;
                padding: 12px 16px;
            }
        }


/* 一覧部 */

    body > div.conts > div.row > div:first-of-type > div.body > ul {

    }

    body > div.conts > div.row > div:first-of-type > div.body > ul > a:first-of-type {
        padding-top: 0px;
    }

    body > div.conts > div.row > div:first-of-type > div.body > ul > a {
        display : block;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #888;
	    text-decoration: none;
    }

    body > div.conts > div.row > div:first-of-type > div.body > ul > a > li {
    }

    body > div.conts > div.row > div:first-of-type > div.body > ul > a > li {
    }

    body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table {
        width: 100%;
    }

    /* 画像部 */
    body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:first-of-type
    {
        width: 30%;
        text-align: center;
        vertical-align: top;
    }

    /* タイトル部 */
    body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type
    {
        position: relative;
        vertical-align: top;
        padding: 12px;
    }

        @media screen and (max-width: 991px) {
            body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type
             {
                padding-top: 0px;
            }
        }


    @media screen and (max-width: 991px) {
        body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type > small 
        {
            font-size: 10px;
        }
    }


    @media screen and (max-width: 991px) {
        body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type > h3 
        {
            font-size: 13px;
        }
    }


    body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type > span
    {
        display: inline-block;
        margin-top: 12px;
        vertical-align: top;
    }

        @media screen and (max-width: 991px) {
            body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type > span
            {
                font-size: 10px;
            }
        }



    body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type > div
    {
        padding-top: 8px;
        font-size: 0.9rem;
        color: #666;
    }


        @media screen and (max-width: 991px) {
            body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type > div
            {
                font-size: 0.8rem;
            }
        }




    body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type > ul
     {
        margin-top: 20px;
    }

    body > div.conts > div.row > div:first-of-type > div.body > ul > a > li > table > tbody > tr > td:last-of-type > ul > li
     {
        display: inline-block;
        font-size: 10px;
    }

