body {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://dq.h1g.jp/img/ryu-ga-gotoku8/pcbg.webp);
    background-position: center center;
}

/*◆メインコンテンツ背景色変更*/
div.mainbody{
    background-color: rgba(255,255,255,0.7)!important;
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 0 #ccc !important;
}


.menu_body #body{
  background: #fcfcfc;/*背景色*/
  background-color:rgba(255,255,255,0.8);
  padding: 3em 0.5em 3em 2em;/*ボックス内の余白*/
  margin: 0.5em;/*ボックス内の余白*/
  border: solid 1px gray;/*線の種類 太さ 色*/
}
.breadcrumb {
    color: #0a3551;
    text-align: right;
    font-size: 11px;
    list-style: none;
  }
  /*menubar expand2*/
  #menubar .plugin_expand2_div {
    margin-left: -8px!important;
}