@charset "utf-8";
/*ページレベルでの指定*/
main{
    &#menu{
        & > section{
            display: flex;
            flex-flow: row wrap;
            justify-content:space-around;

            & h2{
                flex-basis: 100%;
            }

            & article{
                flex-basis: 50%;

                & > article#page_menu{
                    & ul.gnavi_lists{
                        display: flex;
                        flex-flow: column nowrap;
                        justify-content:flex-end;
                        & li{
                            margin-bottom: 1em;
                            padding: 0px 5px;
                        }
                        & ul.dropdown_lists{
                            display: flex;
                            flex-flow: row wrap;
                            text-indent: 1em;
                        }
                    }
                }
                &#incomplete{
                    flex-basis: 100%;
                }
            }
        }
    }

    &#hp_req_req_form{
        & article{
            & div{ color: #cc0000;}
        }
    }

    &admin_chk_timestmp{
        & section{
            & dl.info{
            }
        } 
    }
}

/* @end */