@charset "utf-8";
/* CSS Document */

body {
  background: #E5F8F3;
}
h1 {
  font-size: 30px;
  color: #545454;
  text-align: center;
 margin-bottom: 50px;
}

.entryTable{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    border-collapse: collapse;
   
}

.entryTable th,
.entryTable td{
    padding: 10px 20px;
    border: 1px solid #E5F8F3;
     font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
}

.entryTable th{
    width: 10em;
    background-color: #F5C3C2;
    text-align: left;
}

.entryTable td{
    background-color: #fff;
}

.entryBtns{
    text-align: center;
}

.entryBtns input{
    width: 200px;
    margin: 0 10px;
    padding: 5px;
}

p{
    text-align: center;
    color: #545454;
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}


label,
input,
textarea,
select{
    cursor: pointer;
}

.pagetop
    {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}

img{
    max-width: 100%;
    height: auto;
}

#main{
    overflow: hidden;
}

@media screen and (max-width:768px){
    .entryTable th,
    .entryTable td{
        display: block;
        width: 100%;
    
    }
}
