@charset"UTF-8";
body{
    background-color:#fffeee;
    text-align:center;
    
}


h2{
    color:#148cac;
    font-family:"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro";
}
table{
    margin: 0 auto;
}

.header1{
    font-family:"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro";
    background-color: #148cac;
    color:#fffeee;
    padding:15px;
}

.table1{
    width:100%
    border-collapse:separate;
    border-spacing: 0px 10px;
}
.table1 tbody td,
.table1 tfoot td{
    text-align: center;
}
.table1 thead th {
    color: #FFF; 
    font-weight: bold;
    background:#148cac;
   }
   .table1 thead th:nth-child(2) {
    border-radius: 10px 0 0 0;
   }
   .table1 thead th:last-child  {
    border-radius: 0 10px  0 0;
   }
   
   .table1 th,
   .table1 td {
    border: 0 none !important;
   }