/* index.html */
.top .main figure{
    margin-bottom: 20px;
    text-align: center;
}
.top .flowReservation dt{
    font-weight: bold;
    font-size: 0.75em;
    margin-bottom: 10px;
}
.top .main .contact small{
    display: inline;;
}

/* renkeikyoutei.html */
.collaboration .map{
    width: 400px;
    height: 472px;
    background: url(../img/map_collaboration.jpg) no-repeat;
    margin: 0;
    position: relative;
}
.collaboration .map li{
    position: absolute;
}
.collaboration .map a{
    display: block;
    text-indent: 100%;
    overflow: hidden;;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}
.hitachi{
    top:75px;
    left: 280px;
    width: 60px;
    height: 40px;
}
.joriku{
    top:100px;
    left: 180px;
    width: 100px;
    height: 60px;
}
.mito{
    top:210px;
    left: 170px;
    width: 100px;
    height: 40px;
}
.chikusei{
    top:245px;
    left: 60px;
    width: 100px;
    height: 40px;
}
.tsuchiura{
    top:280px;
    left: 160px;
    width: 60px;
    height: 40px;
}
.koga{
    top:300px;
    left: 20px;
    width: 60px;
    height: 40px;
}
.tsukuba{
    top:325px;
    left: 100px;
    width: 60px;
    height: 40px;
}
.rokko{
    top:350px;
    left: 170px;
    width: 60px;
    height: 60px;
}
.toride{
    top:340px;
    left: 255px;
    width: 60px;
    height: 50px;
}

/* education.html */
.education .main h2{
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 16px;
}
.education .contact dd{
    overflow: hidden;
}
.education .contact ul{
    font-size: 1em;
    margin-bottom: 0;
}
.education .contact li+li{
    margin-top: 0.5em;
}
