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

.cont_wrap img {
    width: 100%;
}

div#abt {
    padding: 0 10px;
}

h3.infotab {
    width: 80%;

    text-align: center;
    padding: 0 0 10px;
    margin: 40px auto 20px;

    font-size: 20px;


    color: #B58201;
    border-bottom: 2px solid #B58201;
}

.iframe-wrap {
    position: relative;
    width: 100%;
    padding: calc(600 / 600 * 100%) 0 0;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table#tokutei {
    box-sizing: border-box;
    border-collapse: collapse;
    
    border: solid 1px #802E28;
    
    margin: 20px auto;
    font-family: serif;
    width: 100%;
}

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

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

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

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

span.small {
    font-size: 0.8em;
}