#titleabout {
    height: 180px;
    width: 100%;
}

h1 {
    position: relative;
    text-align: center;
    top: 100px;
}

h2 {
    color: hsl(205, 100%, 35%);
    padding: 25px 150px;
    text-align: left;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 80%;
    margin-bottom: 20px;
}

.ggmap {
    width: 800px;
    height: 350px;
    max-width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #CCC;
}

#koukokubody {
    margin: 0 auto;
    width: 80%;
    height: 100px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 20px 100px;
}

.ico_access::after {
    margin-left: 5px;
    margin-bottom: -1.5px;
    background-image: url(../img/righticon.png);
    background-size: contain;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    content: "";
}

.ico_access:hover::after {
    background-image: url(../img/righticon_on.png);
}

.pdflink div {
    padding-left: 2.5em;
    margin: 0;
    display: inline-block;
}

.pdflink::before {
    position: absolute;
    margin-top: 0.5em;
    background-image: url(../img/pdficon.png);
    background-size: contain;
    width: 2em;
    height: 2em;
    display: inline-block;
    background-repeat: no-repeat;
    content: "";
}

.pdflink:hover::before {
    background-image: url(../img/pdficon_on.png);
}

.extlink {
    margin-bottom: -1px;
    /*margin-left: 15px;*/
    width: 14px;
    height: 14px;
}

tr {
    border-color: #DDD;
    border-style: solid;
    border-width: 1px 0;
}

th {
    width: 250px;
    text-align: left;
    padding-left: 100px;
    margin-right: 100px;
}

td {
    padding: 15px 100px;
}