/* body */
body {
    background-color: #fff;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* メインタイトル */
h1 {
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    background-color: #24a1f1;
    margin: 0;
    padding: 10px;
}

.maintitle {
  margin: 5px 0;
}

.subtitle {
  font-size: 0.75em;
  margin: 10px 0 0 0;
}

a {
    text-decoration: none;
}

/* メインコンテンツ共通 */
main {
    max-width: 800px;
    margin: 0 auto;
}

/* セクション共通 */

h2 {
    margin: 20px 0 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: dotted 2px #24a1f1;
    font-size: 1.25em;
}

section {
    margin: 30px 0 40px;
    padding: 0 16px;
}

/* ゲーム見出し */
h3 {
    margin: 40px 0 0;
    background-color: #FF7F96;
    color: #fff;
    padding: 6px;
    font-size: 1.2em;
    text-align: center;
}



/********** Scratch埋め込み **********/

.pg-game {
  position: relative;
  width: auto;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
}

.pg-game iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ページの先頭へ */
.pagetop {
    text-align: right;
    margin: 16px;
}

.pagetop a {
  color: #24a1f1;
  text-decoration: underline;
}

.download a {
  display: block;
  color: #24a1f1;
  text-decoration: underline;
  text-align: center;
}

/* コピーライト */
.copyright {
    margin-top: 30px;
    padding-top: 5px;
    border-top: solid 3px #24a1f1;
    text-align: center;
}
