﻿.honbun{
  width: 600px;
}
.honbun-wrap{
  width: 100%;
}
.list-cnt{
  width: 90%;
}

.list-cnt {
    margin-left: 19px;
    margin-top: 13px;
    background-color: white;
    border-spacing: 0 8px;
}
.list-row{
  height: 100px;
}
.list-head{
  text-decoration: none;
  background: rgba(1, 69, 148, 0.7490196078431373);
  width: 38%;
  font-size: 15px;
}
.listcell1{
      background: rgba(0, 0, 255, 0.10980392156862745);
  padding: 9px;
  line-height: 25px;
  font-size: 13px;
  width: 49%;
  font-weight: bold;
}
.listcell2{    background: rgba(0, 0, 255, 0.10980392156862745);
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  font-weight: bold;
}
a{
  text-decoration: none;
  color: white;
}
#page-top{

position: fixed;

bottom: 10px;

right: 240px;
}