.ul1{
    border-top: solid 2px;/*上のボーダー*/
    border-bottom: solid 2px;/*下のボーダー*/
    padding: 0.5em 0 0.5em 1.5em;
    margin-bottom: 30px;
    width: 725px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
  
.ul1 li{
    line-height: 1.5;
    padding: 0.5em 0;
  }

.link1{
    color: #2196F3;
    text-decoration:underline;
}

table{
    width: 725px;
    border-collapse:  collapse;
    margin-left: auto;
    margin-right: auto;
}

th, td{
    border:1px solid #000000;
    padding: 5px 5px;
    text-align: center;
}

th{
    background: #e3faf8;
}

.date{
    text-align: center;
    margin-top: 20px;
    font-size: 16pt;
}

.movie_info{
    text-align: center;
    font-size: 16pt;
    margin-top: 40px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .ul1{
        max-width: 95%;
    }
    
    table{
        width: 100%;
    }
  
    .date{
        font-size: 14pt;
    }
    
    .movie_info{
        text-align: center;
        font-size: 14pt;
        margin-top: 20px;
        margin-bottom: 5px;
    }
}