@charset "UTF-8";
a {
  color: #1a81c6;
}

/* -- キービジュアル -- */
#Main {
  padding-top: 45%; /* (画像の高さ / 画像の横幅) × 100 */
  background: url("../images/main.jpg") no-repeat center center/cover;
}

/* -- イントロ --*/
@media only screen and (min-width: 1025px) { /* Laptop PC */
  #Intro p {
    font-size: 1.2em;
  }
}
/* -- 見どころ --*/
#Highlight .topic h2 {
  border-left: 6px double #1a81c6;
}/*# sourceMappingURL=style_7sins-4knights.css.map */