@charset "UTF-8";
html {
    scroll-behavior: smooth;
}

li {
    font-size: 0.9em;
    line-height: 1.2em;
    list-style-type: none;
}

body {
    font-size: 1em;
    font-family: "Segoe UI","遊ゴシック Medium",YuGothyc,YuGothicM,YuMincho,Meiryo,sans-serif;
}


header .top-area {
    width: 100%;
    max-width: 980px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    height: 190px;
    z-index: 1;
    background-color:#c3f7f0;
    border: 1px solid #030313;
    position: relative;
}

header .image-set  {
    width: 100%;
    max-width: 980px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
    
header .url-d-set {
    width: 100%;
    max-width: 270px;
    position: absolute; 
    left: 450px;
    top: 95px;
    z-index: 3;
    position:relative;
}

#glb ul li a {
    color:#111010;
    text-decoration: none;
}

#glb ul li a:link { 
    color:#111010;
}

#glb ul li a:visited {
    color:#111010;
}

#glb ul li a:hover {
    color:#fcfcfc;
    text-decoration: underline;
}

#glb ul li a:active {
    color:#ceb33d;
     border-style: none; 
}

#glb ul {
    position: absolute;
    top: 150px;
    left: 20px;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    display: -webkit-box; 
    display: -moz-box;        
    display: flex;
    z-index: 4;
}

#glb ul li {
    display: block;
    margin-left: 10px;
    font-size: 1em;
    font-weight: bold;
    background-color: rgb(63,221,252);
    padding: 6px 25px;
}

body header .top-area .pilot-lamp-guide {
    position: absolute;
    top: 147px;
    left:115px;
    width: 5px;
    z-index: 5;
}
                     /* ここまでTopArea内に配置される */


body main .container {
    position:relative;
    overflow: hidden;
    width: 100%;
    max-width: 980px;
    margin-top: 2px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #0e0e0e;
    background-image: url(../images/side-panel-bg.jpg) ; 
    background-size: 240px;
    background-position: right top;
    background-repeat: repeat-y;
    box-sizing: border-box;
}   

                       /* words HTML 専用コンタナー */      
body main .words-container {
    position:relative;
    overflow: hidden;
    width: 100%;
    max-width: 980px;
    margin-top: 2px;
    height: autopx;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #0e0e0e;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;    
    box-sizing: border-box;
}

body main .container::after {
    content: "";
    display: block;
    clear: both;
}

                    /* 全体範囲の設定とContainer-heightカウントエラー対策　*/

.container h2 {
    margin-top: 50px;
    margin-left: 20px;    
}

.container .article {
    width: 100%;
    max-width: 695px;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 12px;
    padding: 20px;
    float: left;
    border:1px solid #0e0e0e;
    background-color: rgb(248, 216, 174); 
}

.container .article p{
    font-size: 1em;
    line-height: 1.8;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    word-break: break-all;
}

.container .article .sakai {
    width: 450px;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 5px;
}
                                 
                               /* ここまで本体記事入力欄　*/

.container .aside {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.9em;
    line-height: 1.2em;
    word-wrap:break-word;    
}  

.container .aside h4 {
     margin-top: 20px;
     margin-bottom: 10px; 
     background-color: antiquewhite;
}
                                 /* ここまで右補助欄入力欄　*/


                                 /* PageTopにJamp ボタン　*/
                                 /* 最初は非表示 */
#backtotop img {
    pointer-events: none;
}

#backtotop {
      display: none; 
      position: fixed;
      bottom: 100px;
      right: calc((100vw - 980px) / 2 + 5px);
      z-index: 9999;
      cursor: pointer;
    }

                                     /* ホーバーで拡大　*/
.thumb-wrapper img {
   width: 320px;
   transition: transform 0.3s ease;
}

.thumb-wrapper:hover img {
   transform: scale(1.5);
   transform-origin: top left;
   z-index: 1000;
   position: relative;
}



                                   /* Footer 表示　*/
footer {
    width: 100%;
    max-width: 980px;
    margin-top: 1px;
    height: 70px;
    margin-left:auto;
    margin-right:auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #337eda;
}

footer p {
    color: initial;
    font: initial;
    padding: 10px;
    margin: 0px;
    border: solid 1px;
    text-align: center;
    font-size: 15px;
    color: #f8f6f6;
}

 



                                           /* 本文配置＆様式設定前端 */
.article .image-pos1 {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.article .image-pos1a {
    width: 100%;
    max-width: 650px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.article .image-pos2 {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.article .image-pos3 {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-left: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}

.article .image-pos4 {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-left: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}

.article .image-pos3-wideright {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-left: 5px;
    margin-right: 30px;
    margin-bottom: 10px;
    float: left;
}



.article .image-pos4-wideright {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-left: 5px;
    margin-right: 30px;
    margin-bottom: 10px;
    float: left;
}

.article .image-pos10 {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    float: right;
}

.article .fig-caption {
    font-size: 0.5em;
    margin-top: 5px;
    text-align: right;
    letter-spacing: 3px;
    display:block;
}

.article .text-sub01 {
    font-size: 0.9em;
    line-height: 1.4em;
    padding-left: 50px;
    padding-right: 30px;
    color:#1657a7;
}

                            /* 本文テキスト空行設定*/
.textspace-superwide {
    margin-bottom: 6em; 
}

.textspace-wide {
    margin-bottom: 3em; 
}

.textspace-small {
    margin-bottom: 1em; 
}

.smalltext-smenu {
    font-size: 0.6em;
    padding-left: 10px;
}

.small-text {
    font-size: 0.9em;
}

.small-text-blue {
    font-size: 0.9em;
    color:#1657a7; 
}

.small2-text {
    font-size: 0.8em;
}

.small2-text-blue {
    font-size: 0.8em;
    color:#1657a7; 
}

.color-red {
    color:rgb(226, 57, 5) 
}

.color-blue {
    color:#1657a7; 
}

.color-black {
    color:#000000; 
}

.article .small-text-ref {
    font-size: 0.8em !important;
    color:#1657a7;
}


                /* 本文フロートの解除*/
.float-clear {          
    clear: both;
}

