@charset "UTF-8";

html{
    font-size: 100%;
}

body{
    width: window_w;
    background-image: url(../image/haikei.gif);
    background-size:cover;

    animation: bgchange 20s ease infinite;
}

/* #buki{
    position: relative;
} */

#buki ul li{
    display:flex;
    margin:5%;
    clear: both;
}

 /* ul li:nth-child(odd){
    flex-direction: row-reverse;
    text-align: right;
}  */

#buki li.li1{
    width: 47%;
}

#buki ul li img.picture1_ {
    width: 40%;
    height: 50%;
    box-shadow: 10px 10px 5px #666666;

    margin: 0% 0% 4% 0%;
}

#buki ul li p.p1_ {
    width: 45%;
    height: 50%;
    margin: 5% 9% 5% 5%;
    padding: 4%;
    border-radius: 10px;
    background-color: rgba(240, 255, 255, 0.3);
    box-shadow: 7px 7px 5px rgba(101, 101, 101);

    font-size: 10pt;
    color: aliceblue;
    font-family: "Hiragino Maru Gothic ProN";
    line-height: 30px;

    /* border-top: solid 5px white;
    border-bottom: solid 5px white; */
}

#buki ul li img.picture1{
    width: 20%;
    height: 50%;
    box-shadow: 10px 10px 5px rgba(101, 101, 101);

    margin: 0% 0% 2% 0%;
}

#buki ul li img.picture2{
    width: 20%;
    height: 50%;
    box-shadow: 10px 10px 5px rgba(101, 101, 101);

    margin: 0% 0% 2% 5%;
}

#buki ul li p.p1{
    width: 80%;
    height: 50%;
    margin: 3% 3% 3% 2%;
    padding: 2%;
    border-radius: 10px;
    background-color: rgba(240, 255, 255, 0.3);
    box-shadow: 7px 7px 5px rgba(101, 101, 101);

    font-size: 10pt;
    color: aliceblue;
    font-family: "Hiragino Maru Gothic ProN";
    line-height: 30px;

    /* border-top: solid 5px white;
    border-bottom: solid 5px white; */
}

#buki ul li p.p2{
    width: 80%;
    height: 50%;
    margin: 3% 3% 3% 2%;
    padding: 2%;
    border-radius: 10px;
    background-color: rgba(240, 255, 255, 0.3);
    box-shadow: 7px 7px 5px rgba(101, 101, 101);

    font-size: 10pt;
    color: aliceblue;
    font-family: "Hiragino Maru Gothic ProN";
    line-height: 30px;

    /* border-top: solid 5px white;
    border-bottom: solid 5px white; */
}

 #ku,#ku2 {
    padding-top: 6%;
    padding-left: 5%;
    /* position: relative; */
  }

  #ma{
    padding-top: 10%;
    padding-left: 5%;
  }
  
 #ma h4,
 #ku h4,
 #ku2 h4  {
    color: white;
    background: #6e6eb5;
    line-height: 1.5;
    padding: 0.5em 2em 0.5em 2em;
    border-bottom: 2px solid white;
    list-style-type: none!important;
    font-weight: bold; /*好みで太字に*/
  }

  #ma h4.name,
  #ku h4.name,
  #ku2 h4.name {
    width: 30%;
    margin-bottom: 1%;
  }

  #ma h4.year,
  #ku h4.year,
  #ku2 h4.year {
    width: 20%;
  }

  .pic{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
  }