@charset "Shift_JIS";

/*---------------------------------------------
　ヘッダー
---------------------------------------------*/
body {
    margin: 0;
    padding: 0;

    /* -- 2025.04.14
	   -- デフォルトフォント変更に伴い、明示必須となった。
	 */
    font-family: "メイリオ", "Meiryo", sans-serif;
}

#topBar {
    padding-top: 2px;
    background-image: url("/images/wall/wall-gr-2.jpg");
    background-color: #fff;
    background-repeat: repeat-y;
}

/*---------------------------------------------
　メインヘッダーエリア（Flexbox）
---------------------------------------------*/
.header-main {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    line-height: 1;
}

/*---------------------------------------------
　ロゴエリア
---------------------------------------------*/
.isa-logo {
    flex-shrink: 0;
}

.isa-logo img {
    display: block;
    border: none;
}


/*---------------------------------------------
　バナーエリア
---------------------------------------------*/
.sanjo-banner {
    flex-shrink: 0;
}

.sanjo-banner>div {
    text-align: right;
}

.sanjo-ichi {
    text-decoration: underline;
    background-color: #CFEFCF;
    font-size: 8pt;
}


/*---------------------------------------------
　ログインエリア
---------------------------------------------*/
.isa-login {
    flex-shrink: 0;
    text-align: right;
    white-space: nowrap;
    font-size: 8pt;
}

.isa-login input {
    vertical-align: middle;
}

.login-box {
    margin: 0px 0px 0px 10px;
}

.text-red {
    color: #ff0000;
    font-weight: bold;
}

.pass-box {
    text-align: right;
    margin: 0;
}

.w_id {
    color: #990000;
    font-weight: bold;
}

.w_pass {
    color: #006600;
    background-color: #aae3aa;
    margin: 0;
    line-height: 1em;
    font-size: 8pt;
}

.nav-box {
    width: 100%;
    line-height: 1.25;
}

.wood-bar {
    width: 100%;
}

.wood-bar img {
    display: block;
    width: 100%;
    height: 5px;
    border: none;
}

.dark-green-box {
    display: flex;
    background-color: #008000;
    white-space: nowrap;
}

/*---------------------------------------------
　ナビゲーション
---------------------------------------------*/
#topBar a:hover {
    text-decoration: underline;
}

#topBar a:active {
    text-decoration: none;
}


#topBarNavi ul,
#topBarNavi li,
#topIcoBox ul,
#topIcoBox li {
    margin: 0;
    padding: 0;
}

#topBarNavi ul,
#topIcoBox ul {
    padding: 1px 5px;
    display: flex;
    flex-wrap: wrap;
}

#topBarNavi li,
#topIcoBox li {
    color: #fff;
    font-size: 8pt;
    line-height: 2em;
    list-style-type: none;
    padding-right: 1em;
}

#topBarNavi li a,
#topIcoBox li a {
    display: block;
}

#topBarNavi li a:link,
#topBarNavi li a:visited,
#topIcoBox li a:link,
#topIcoBox li a:visited {
    color: #fff;
}

#topBarNavi li a:hover,
#topIcoBox li a:hover {
    color: #FFFF99;
}

/*RSS*/
#topIcoBox a.gotorss {
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/rss/images/ico_rss.gif) no-repeat 50% 0;
}

.inc-head-div {
    width: 960px;
    margin: 0 auto;
}

.btn-link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}


/*---------------------------------------------
　フッター
---------------------------------------------*/

.copy-bc {
    width: 100%;
    background-color: #c0c0c0;
    margin-top: 50px;
}

.copy-bc p,
.copy-bc a {
    text-align:right;
    color:#ffffff;
    font-size:10pt;
}

.copy-bc a {
    text-decoration: underline;
}

@media (hover: hover) {
    #topBar a:hover {
        text-decoration: underline;
    }

    #topBar a:active {
        text-decoration: none;
    }
    
    .copy-bc a:hover {
        text-decoration: none;
    }
}







@media screen and (max-width:768px) {
    #topBar {
        max-width: 100%;
        overflow-x: scroll;
    }
    
    .dark-green-box {
        display: block;
    }
    .inc-head-div {
        width: 100%;
    }
}


/*---------------------------------------------
　印刷設定
---------------------------------------------*/
@media print {

    #topBar {
        display: none;
        /*ヘッダー部分を印刷しない*/
    }
}