@charset "utf-8";


.board-name {
    width:26%;
}

#container article p img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
#container article p.linkpdf {
    display: flex;
    justify-content: center;
    align-items: center;
}

#container article p.linkpdf img {
    width: 60px;
    margin: 0 12px;
}
@media only screen and (max-width: 768px){
  article {
      padding: 0 20px;
  }
    #container article p img {
      width: 90%;
    }
}

#history ul li{
    padding:10px 0px;
    border-bottom:dotted 1px #e82735;
}

#history span.ym{
    display: inline-block;
    min-width: 180px;
}
#history span.his_item{
    display: inline-block;
    margin-left: 10px;
}
#history .adoption{
    margin:20px 0 0 180px;
}

#history .adoption h5{
    font-weight:bold;
}
#history .adoption_list li{
    border:none !important;
    display:inline-block;
    width:49%;
    margin-bottom: 0;
}

#history .adoption_list.year li{
    display:block;
}

#purport-name {
    display: flex;
    justify-content: flex-end;
}


@media screen and (max-width: 768px) {
    #history{
        min-height:0px;
    }
    #history span.ym, #history span.his_item {
        width: 40%;
        vertical-align: top;    
    }
    #history .adoption{
        margin:0 0 0 20px;
    }
}
