@charset "UTF-8";
/* Reset.css */
body {
  /* Safari: 勝手にフォントサイズを大きくしない */
  -webkit-text-size-adjust: 100%;
  /* Safari: ゴシック体にする */
  font-family: sans-serif; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, main, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Settings */
/* Page Style */
.globalNav {
  height: 20px;
  padding: 5px;
  background-color: #153d73;
  color: #fff;
  font-size: 20px;
  padding-top: 20px; }
  .globalNav .logo {
    padding-left: 10px; }
  .globalNav a {
    color: #ffffff;
    text-decoration: none; }
  .globalNav a:hover {
    color: #ffffff; }
  .globalNav a:visited {
    color: #ffffff; }

header {
  min-width: 150px;
  min-height: 400px;
  background-image: url(images/headerImage.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  header h1 {
    margin-left: 20px;
    position: absolute;
    bottom: 0;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.3;
    text-shadow: 1px 2px 3px #ffffff; }
    @media (min-width: 750px) {
      header h1 {
        font-size: 40px;
        font-weight: 500;
        line-height: 1.3; } }

.BookMovieNav {
  width: 90%;
  max-width: 1280px;
  margin: 40px auto 0; }
  .BookMovieNavMokuji {
    font-size: 24px;
    margin: 20px 0; }
  .BookMovieNavChapter {
    margin: 40px 0 0;
    font-size: 20px; }
  .BookMovieNav p {
    line-height: 1.5; }
  .BookMovieNav li {
    margin: 20px 10px; }

.BookMovie {
  width: 90%;
  max-width: 1280px;
  margin: 80px auto 0; }
  .BookMovieChapter {
    font-size: 24px;
    margin: 20px 0;
    padding-left: 10px;
    border-left: solid 10px #153d73; }
  .BookMovie__Contents {
    margin: 40px 20px 80px; }
    .BookMovie__Contents h3 {
      margin: 20px 0;
      padding-top: -40px;
      font-size: 20px;
      padding-bottom: 5px;
      border-bottom: solid 2px #153d73; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.goToTop {
  width: 90%;
  max-width: 1280px;
  margin: 40px auto 0;
  text-align: right; }
  .goToTop a {
    padding: 20px 10px 5px;
    border-radius: 10px 10px 0 0;
    background-color: #153d73;
    color: #ffffff;
    text-decoration: none; }

.goToMokuji {
  margin-top: 20px;
  text-align: right; }
  .goToMokuji a {
    color: #153d73; }

/*# sourceMappingURL=style.css.map */
