body {
  background-attachment: fixed;
  background-image: url(https://dq.h1g.jp/img/upload_img/ba23669e5224fae290fce449432515a042ee15dc.jpg);
  z-index: 0;
/*  background-size: cover;*/
}
ul.breadcrumb li{
  color:#e57529;
  background-color:rgba(255,255,255,0.9);
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 1px gray;/*線の種類 太さ 色*/
}
div.mainbody{
    background-color: rgba(255,255,255,0.8)!important;
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 0 #ccc !important;
}
