@charset "utf-8";

.link-block p a {
  margin-right: 5px;
}

.txt-block p.btn {
  margin-bottom: 15px;
}

.btn a {
  font-size: 1rem;
  font-weight: 600;
}

#dedicated-link {
  display: none;
}

p.head {
  font-weight: bold;
}

#server-link .list-navi ul {
  padding: 8px;
}


/* icon */

span.fc {
  background: url(../images/icon_tellink.gif) left 0 no-repeat;
  min-height: 24px;
  padding-left: 45px;
}

/* .mainimage */
h1 {
  margin-bottom: 20px;
}

.mainimage {
  margin-bottom: 20px;
  padding-bottom: 0;
  width: 740px;
  height: 200px;
  background: url(../images/img_index-mainimage.gif) left top no-repeat;
}

.mainimage * {
  text-indent: -999em;
}

@media (max-width: 779px) {
  .responsive .mainimage {
    width: 100%;
    height: 0;
    padding-top: 27%;
    background-size: contain;
  }
}

@media (max-width: 420px) {
  table tbody tr th:first-of-type,
  table tr td:first-of-type {
    box-sizing: border-box;
    width: 100px;
  }

  table tbody tr th:last-of-type,
  table tr td:last-of-type {
    box-sizing: border-box;
    width: calc(100% - 100px);
  }
}