/* --背景画像 */
body {
    margin:0;
    padding:0;
    background-image:url(../../../_themes/laverne/lvbkgnd.jpg);
    background-repeat:repeat;
    background-attachment: fixed;
  }
  
  /* --ナビゲーションアイコン */
  nav {
    display: flex;
    padding: 7px 0 5px;
    margin-top: 0px;
    width: 800px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    background-image:url(../../_themes/laverne/lvbkgnd.jpg);
  }
  
  #main {
    width: 800px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom: 5px;
    border:solid 1px #2ce08f;
    padding: 10px 50px;
    text-align:justify;
    background-color:#F7FFF7;
    color:#000080;
    box-sizing:border-box;
  }
  
  .center {
    text-align: center;
  }
  .breadcrumb ul {
    display: flex;
    list-style-type: none;
    margin-top: 5px;
    padding: 0
  }
  .breadcrumb li {
    font-size: 13px
  }
  .breadcrumb li a {
    color: blue;
  }
  .breadcrumb li:after {
    content: "\003e";
  /*      margin-left: 10px; */
    margin-right: 10px;
    color: blue;
  }
  .breadcrumb li:last-child:after {
    content: ""; /* 最後のliの後ろには区切り文字を表示しない */
  }
  .notes {
    width:450px;
    margin-top: 2px;
    margin-right:auto;
    margin-left:auto;
    text-align:justify;
    font-size:13px;
    color:#800000;
    line-height: 1;
  }
  section {
    width: 600px;
    margin-right:auto;
    margin-left:auto;
    text-align:justify;
  }
  article {
    width: 500px;
    margin-right:auto;
    margin-left:auto;
    text-align:justify;
  }
  
  /*h1 {
    font-size : medium;
    color : blue;
    margin-bottom: 0;
  } */
  .flex {
    display: flex;
    justify-content: center;
  }
  .flex-child1 {
    flex:1;
    border:0 solid;
  }
  .flex-child2 {
      flex:1;
    border:0 solid;
  }

  img {
    border: solid 1px #777777; /* 色：グレー */
    margin: 0 ;
    padding: 0 0;
    vertical-align: bottom;
  }
  .caption {
    text-align: center;
    margin: 0 0 1px 0;
    padding: 0;
    font-size: 12px;
    color: brown;
    line-height: 1.3;
  }