.spacer{
    margin: 50px auto;
}

.hensachi-ranking{
    width: 1000px;
    margin: 0 auto;
}

.hensachi-ranking h2{
    font-weight: bold;
}

.hensachi-ranking h3{
    margin-top: 10px;
    font-weight: bold;
    border-bottom: 2px solid #009380;
}

.category-buttons-wrap{
    display: flex;
    justify-content: space-around;
    padding: 0;
    width: 1000px;
    margin: 0 auto;
}

.category-buttons {
    list-style: none;
    width: 240px;
    color: #009380;
    border: 1px solid #009380;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    padding: 5px;
}

.category-buttons-anchor.active .category-buttons{
    color: #fff;
    background-color: #009380;
}

.paginate-upper-nav{
    text-align: right;
}

.paginate-buttons-wrap{
    display: flex;
    justify-content: space-around;
    width: 40%;
    margin: 0 auto;
    padding: 0;
}

.paginate-buttons-wrap li {
    list-style: none;
    border: 1px solid gainsboro;
    width: 30px;
    text-align: center;
}

.paginate-buttons-wrap li.active{
    border: none;
    background-color: #009380;
}

.paginate-buttons-wrap li.active a{
    color: #fff;
}

.paginate-buttons-wrap li a {
    color: gray;
}

.paginate-upper-wrap, .paginate-bottom-wrap{
    position: relative;
}

.paginate-upper-wrap .prev, .paginate-bottom-wrap .prev {
    list-style: none;
    position: absolute;
    left: 200px;
}

.paginate-upper-wrap .prev a, .paginate-bottom-wrap .prev a {
    color: gray;
}

.paginate-upper-wrap .next, .paginate-bottom-wrap .next {
    list-style: none;
    position: absolute;
    right: 200px;
    bottom: 0;
}

.paginate-upper-wrap .next a, .paginate-bottom-wrap .next a {
    color: gray;
}

.paginate-bottom-wrap{
    margin-bottom: 50px;
}

.hensachi-table-wrap{
    width: 860px;
    margin: 25px auto;
}

.hensachi-table-wrap th{
    background-color: #009380;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1rem;
    text-align: center;
}

.hensachi-table-wrap td{
    border: 1px gainsboro solid;
    padding: 1.5rem;
}

.hensachi-table-leftItem{
    text-align: center;
    font-size: 2.5rem;
    color: #009380;
    width: 120px;
    font-weight: bold;
}

.hensachi-univName-text{
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
}

.hensachi-univName-text a {
    color: #111;
}

.hensachi-univ-subtext{
    font-size: 1.5rem;
    font-weight: bold;
}

.univ-deviation-subtext{
    color: #c00;
}

.hensachi-univData-wrap{
    display: flex;
    flex-wrap: wrap;
}

.hensachi-univData-wrap a {
    background-color: #cce9e6;
    color: #111;
    padding: 0.5rem;
    margin: 0.3rem 0.6rem;
    font-weight: bold;
}

.fa-angle-right:before {
    content: ">";
    margin-left: 5px;
}
.hensachi-title-wrap{
    display: flex;
    justify-content: center;
}

.hensachi-title{
    display: inline-flex;
    font-weight: bold;
    background: #009380;
    color: #fff;
    align-items: center;
    margin: 0 auto;
    font-size: 36px;
    padding-left: 10px;
    margin: 15px 0;
}

.hensachi-title-innertext-left{
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #00AB95;
    font-size: 30px;
    border-radius: 15%/50% 0 0 50%;
}

.hensachi-title-innertext-right{
    padding: 10px;
    font-size: 30px;
    background-color: #EEC500;
    border: 1px solid #EEC500;
}

#others{
    position:relative;
    top: initial;
    right: initial;
    margin-bottom: 30px;
}

.breadcrumbs{
    width: 1000px;
    margin: 30px auto 10px auto;
}
