@charset "UTF-8";

/* ------------------------------------
静的化にあたって設定したcss 2023.05
------------------------------------ */
/* レイアウト */

#header{
    width: 900px;
    margin:auto;
}
main{
    width:900px;
    margin:auto;
    position: relative;
    display: flex;
}

.main-cont{
    width:675px;    
}

.sidebar{
    width:225px;
    padding:10px 10px 0 0;
}

.slide-wrapper{
    margin-bottom:20px;
    display: flex;
    justify-content: space-between;
}

.slide-text{
    width:330px;
}

.footer{
    width:900px;
    margin:50px auto 0;
    background: url(../img/footer_b.png) center top repeat-x;
    padding:8px;
}

/* グローバルナビ（サイド） */

.nav-menu{
    margin-bottom:30px;
}

.nav-menu > li{ 
    /* height: 50px; */
    width:211px;
    display: block;
    position: relative;    
    font-size:14px;
    font-weight: bold;
    /* padding:10px; */
}

.nav-menu a{
    /* border-left:6px solid green; */    
    text-decoration: none;
    margin-bottom:10px;
    padding-left:30px;
}

.nav-menu > li > a{
    background: url(../img/nav/bg-nav01.jpg) left center no-repeat;
    display: block;
    padding:10px 10px 10px 30px;
}

.nav-menu > li > a:hover{
    background: url(../img/nav/bg-nav02.jpg) left center no-repeat;
}

/* カレントページでサブナビが開く */

.nav-menu > li > ul{
    display: none;
}

.nav-menu > li > a.current + ul{
    display: inherit;
    margin-left:10px;
}

.nav-menu > li > a.current + ul li{
    margin-bottom:10px;
}

.nav-menu > li > a.current + ul li a{
    background: url('../img/vsubitem.gif') no-repeat;
    background-position: 20px 0;
    display: block;
    font-size:13px;
    font-weight: normal;

}

/* サイドスマホアプリ */

.side-app-box{
    border:1px solid #018e27;
    padding:20px 10px;
    margin-bottom:20px;
}

.side-app-box .qa2{
    font-size:16px !important;
}

.side-app-dl-bn{
    width:140px;
}

/* スタッフページ */

.staffdog-info{
    display: flex;
    justify-content: space-between;
}

/* 新着情報にアプリのQRとイメージ画像掲載 */

.app-box{
    display: flex;
}

.app-box div:first-of-type{
    margin-right:100px;
}