.cont_wrap {
    font-size: 14px;
    line-height: 1.6em !important;
}

h3.infotab {
    width: 40%;
    text-align: center;
    padding: 0 0 10px;
    
    margin: 40px auto 20px;
    
    font-size: 24px;
    color: #B58201;
    border-bottom: 2px solid #B58201;
}

table#tokutei {
    box-sizing: border-box;
    border-collapse: collapse;
    
    border-top: solid 1px #802E28;
    
    margin: 20px auto;

    font-family: serif;
    width: 100%;
}

table#tokutei a {
    font-family: serif;
    color: #000;
    
    font-size: 20px;
}

table#tokutei tr {
    box-sizing: border-box;
    height: 30px;
    padding: 7px;
}

table#tokutei th {
    box-sizing: border-box;
    color: white;
    font-weight: normal;
    background-color: #802E28;
    
    width: 400px;
    
    border-bottom: solid 1px white;
    font-family: serif;
    text-align: center;
    
    font-size: 20px;
}

table#tokutei td {
    box-sizing: border-box;
    padding: 15px;
    border-bottom: solid 1px #802E28;
    font-family: serif;
    
    font-size: 20px;
}