#result-area {
  background-color: rgb(255, 255, 255);
  width: 620px;
  padding: 15px 5px 15px;
  border-radius: 3px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

#result-area h4 {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', 'MS PGothic', sans-serif;
  font-size: 22px;
  letter-spacing: 2pt;
  line-height: 120%;
  font-weight: bold;
  padding: 5px 5px 10px;
  color: #222;
  border-bottom: 1px solid #DDD;
}

#result-area h4 span {
  color: #04B28C;
}

#result-area h6 {
  padding: 5px;
}

#query-data {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', 'MS PGothic', sans-serif;
  font-size: 11px;
  line-height: 120%;
  color: rgba(68, 68, 68, 0.82);
  float: right;
  text-align: right;
}

#paging {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: #3c8dbc;
  text-align: left;
  float: left;
}

#paging a {
  color: #3c8dbc;
}

li.active {
  border-bottom: 1px solid #3c8dbc; 
  font-weight: bold;
}

.result-univ-wrap {
  padding: 10px;
  border-bottom: 1px solid #DDD;
}

.result-univ-img {
  height: 60px;
  width: 86px;
  float: left;
  border: 5px solid #DDD;
  text-align: center;
  overflow: hidden;
}

.result-univ-name {
  margin-top: 25px;
  float: left;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', 'MS PGothic', sans-serif;
  font-size: 18px;
  color: #3c8dbc;
  margin-left: 15px;
  width: 218px;
}

.result-univ-name a {
  color: #3c8dbc;
}

.result-univ-name a:hover {
  color: #3c8dbc;
}

.result-univ-name span {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: #999;
  font-weight: 400;
}

.clear {
  clear: both;
}

#main-left-column {
  float: left;
  width: 630px;
  margin-right: 15px;
}

.search-content {
  margin: 0 auto;
}

body {
  width: 1000px;
  margin: 0 auto;
}

.pagination-flex {
  display: flex;
  justify-content: center; 
  gap: 10px; 
  list-style: none; 
  margin: 4px;
}

.else-txt {
  font-size: 15px;
  margin: 10px;
}