@charset "utf-8";

* {
  -webkit-text-size-adjust: 100%;
}
#fc-listpage * {
  box-sizing: border-box;
}

#mainContents {
  width: 100% !important;
  float: left !important;
}
#fc-listpage h1 {
  text-indent: 0;
  font-size: 180%;
}
#fc-listpage img {
  width: 100%;
}

#fc-listpage h2 {
  font-size: 160%;
  line-height: 1.4;
  margin: 40px 0 .16em 0;
}
#fc-listpage h3 {
  margin: 1.2em 0 .5em 0;
  line-height: 1.2;
}

#fc-listpage table {
  border-collapse: collapse;
}
#fc-listpage th,
#fc-listpage td {
  padding: 4px;
  line-height: 1.4;
  border: 1px solid #aaa;
}

#fc-listpage .area li {
  width: 100%;
  color: #fff;
  background: #2693ff;
  border: 2px solid #2693ff;
  line-height: 2;
  text-align: center;
  margin: 4px 0 0 0;
  border-radius: 6px;
  font-weight: bold;
}
#fc-listpage .area .non {
  display: none;
}

.dammy {
  background: #ccc;
}


.page_navi {
  border-top: solid 1px #ccc;
  height: auto;
  padding: 10px 0 !important;
  margin: 10px 0 !important;
}
.page_navi li {
  width: 50%;
  float: left;
}
.page_navi li:last-child {
  float: right;
  text-align: right;
}


.rank {
  position: relative;
  min-height: 100px;
  padding: 20px 0 !important;
  padding-left: 100px !important;
  margin: 20px 0 0 0 !important;
}
.rank > span {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
