@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

html {
  min-height: 100%;
}

body {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #eacee0;
  background: -moz-linear-gradient(top, #eacee0 0%, #fff0c8 100%);
  background: -webkit-linear-gradient(top, #eacee0 0%, #fff0c8 100%);
  background: linear-gradient(to bottom, #eacee0 0%, #fff0c8 100%);
}

a {
  transition: 0.3s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}

#wrapper {
  width: 970px;
  margin: auto;
  background: #fff;
  position: relative;
}

/* ====================================================================

★ header

==================================================================== */
#global-header {
  background: url("../images/header-bg.jpg") no-repeat top center;
  text-align: left;
}

/* ====================================================================

★ interview

==================================================================== */
#main-contents #interview {
  background: url("../images/interview-bg.jpg") no-repeat top center;
  padding: 46px 35px 31px;
}
#main-contents #interview dl {
  text-align: left;
}
#main-contents #interview .interview-txt {
  text-align: right;
}

/* ====================================================================

★ bookinfo

==================================================================== */
#main-contents #bookinfo {
  height: 605px;
  background: url("../images/bookinfo-bg.jpg") no-repeat top center;
}
#main-contents #bookinfo .bookinfo-title, #main-contents #bookinfo .bookinfo-author, #main-contents #bookinfo .bookinfo-btnCol, #main-contents #bookinfo .bookinfo-txt2 {
  margin-left: 360px;
}
#main-contents #bookinfo .bookinfo-btnCol {
  background: url("../images/bookinfo-btn_bg.png") no-repeat top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ====================================================================

★ movieinfo

==================================================================== */
#main-contents #movieinfo {
  height: 434px;
  background: url("../images/movieinfo-bg.jpg") no-repeat top center;
  text-align: center;
}

/* ====================================================================

★ movieinfo

==================================================================== */
.pagetop {
  position: absolute;
  bottom: 10px;
  right: 35px;
}

/* ====================================================================

★ footer

==================================================================== */
#global-footer {
  text-align: center;
  background-color: #000;
}
#global-footer small {
  line-height: 2.9;
  font-size: 14px;
  color: #fff;
}
#global-footer small a {
  color: #fff;
}
