<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-attachment: fixed;
  background-image: url(https://h1g.jp/megaten5/image/pcbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow-x: hidden;
}
/*◆メインコンテンツ背景色変更*/
div.mainbody{
    background-color: rgba(255,255,255,0.9)!important;
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 0 #ccc !important;
}
ul.breadcrumb li{
  color:#191970;
  background-color:rgba(255,255,255,0.5);
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 1px gray;/*線の種類 太さ 色*/
}

.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;/*線の種類 太さ 色*/
}

img.lazyloaded a:hover {
 background:none!important;
}
#menubar h2 {
background: rgb(23,27,28) !important;
background: linear-gradient(90deg, rgba(23,27,28,1) 0%, rgba(28,32,33,1) 35%, rgba(120,106,57,1) 100%) !important;
color: #e5dbb8 !important;
border-left: 7px solid #c5a022 !important;
    font-size: 14px !important;
    font-weight: bold;
    padding: 8px 10px 8px 20px;
    margin: 24px auto 12px;
}
.mainbody h2 {
border-left: 7px solid #c5a022 !important;
background: rgb(23,27,28) !important;
background: linear-gradient(90deg, rgba(23,27,28,1) 0%, rgba(28,32,33,1) 35%, rgba(120,106,57,1) 100%) !important;
color: #e5dbb8 !important;
padding: 9px 13px 5px 20px !important;
}
.mainbody h3 {
    padding: 5px 5px 0px 20px !important;
    margin-left: -5px !important;
    font-size: 17px !important;
color: #9b7d1a !important;
    border-bottom: solid 2px #b7a567 !important;
    border-image: none !important;
background:  none !important;
text-shadow:  none !important;
}
.mainbody h3 a {
    color: #a38931 !important;
    text-decoration: underline;
}
.mainbody .cvListBox h2.cvName {
text-shadow: none !important;
}
#menubar h3{
    padding: 5px 5px 0px 20px !important;
    margin-left: -5px !important;
    font-size: 17px !important;
color: #9b7d1a !important;
    border-bottom: solid 2px #b7a567 !important;
    border-image: none !important;
background:  none !important;
text-shadow:  none !important;
}</pre></body></html>