a {
  outline: none;
}

a:link, a:visited {
  color: #e5007f;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  text-decoration: none;
}

a img {
  text-decoration: none;
}

ul {
  list-style-type: none;
  line-height: 160%;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  letter-spacing: .02em;
  margin: 0;
  padding: 0;
  text-align: center;
}

.hover:hover {
  opacity: .7;
}

h1,h2,h3,h4 {
  margin: 0;
}


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

body p {
  line-height: 180%;
  margin: 0 0 2%;
}

.site-menu,
.book-info-main,
.title,
main h3,
.info-box h3 {
  font-family: 'Noto Sans Japanese', serif;
}

dl {
  margin: 0;
}

ol {
  list-style:none;
  padding: 0;
}

/*----drag------*/

::selection {
  background-color: rgba(150, 199, 234,.3);
}

::-moz-selection {
  background-color: rgba(0, 0, 0,.1);
}

/*----menu------*/

.site-menu {
  background: #021d3e;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 1% 0;
  font-weight: 500;
}

.site-menu li a {
  color: #fff;
  font-size: 19px;
  padding: 0 2%;
}

.site-menu li a:hover {
  opacity: .7;
}

.site-menu li a span {
  font-size: 14px;
}

.site-menu li a:hover {
  text-decoration: none;
}

.site-menu li {
  display: inline;
}

.site-menu li:last-child {
  background: none;
}

/*----hedaer------*/

header {
  background: url("../images/back.png") no-repeat top center;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
}

header h1 {
  background: url("../images/header-text.png") no-repeat top center;
  -moz-background-size: 100% auto;
  background-size: 100% auto; 
  max-width: 980px;
  margin: 0 auto 2%;
}

header h1 img {
  margin-top: 3%;
  width: 50%;
}

/*----social------*/

.fb_iframe_widget {
  vertical-align: top;
  margin-left: 5px;
}

#social_box {
  box-sizing: border-box;
  text-align: left;
  clear: both;
  margin: 0 auto 2%;
  max-width: 860px;
}

.hatena-bookmark-button-frame, .twitter-share-button {
  margin-right: 0;
  vertical-align: bottom;
}

/*----information------*/

.bookinfo-box {
  margin: 0 auto 3%;
  max-width: 670px;
  overflow: hidden;
}

.bookinfo-box img {
  float: left;
  margin-left: 10%;
  width: 26%;
}

.book-info-main {
  float: right;
  font-size: 13px;
  text-align: left;
  width: 55%;
}

.bookinfo-box dt {
  display: inline;
  margin-right: 5px;
}

.bookinfo-box dd {
  display: inline;
  margin: 0;
}

.amazon-btn a {
  background-color: #4982b6;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 5% 0 0 0;
  padding: 2% 0;
  text-align: center;
  width: 60%;
}

.amazon-btn a:hover {
  text-decoration: none;
}

.book-info-main h2 {
  font-size: 38px;
  font-weight: 600;
  color: #4e7fac;
  line-height: 100%;
  margin-bottom: 1%;
}

.book-info-main h2 span {
  font-size: 20px;
  font-weight: 400;
  display: block;
}

/*----review------*/

.main {
  background: #e6edef;
  padding: 3% 0;
}

main {
  background: #fff;
  display: block;
  box-shadow:0px 2px 10px -1px #bdd5da;
  margin: 0 auto;
  text-align: left;
  padding: 4%;
  max-width: 760px;
  width: 98%;
}

.title {
  background: #1e3551;
  border-radius: 4px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 2%;
  padding: .5%;
  text-align: center;
}

main h3 {
  color: #1e3551;
  font-size: 22px;
  margin-bottom: 2%;
}

.sub-title {
  border-bottom: solid 2px #1e3551;
  color: #1e3551;
  font-size: 20px;
}

.text {
  margin-bottom: 6%;
}

/*----interview------*/

.interviewer {
  color: #2c6e98;
  line-height: 170%;
  letter-spacing: .1em;
  padding: 1% 0 0;
}

main .interviewer a {
  color: #186993;
  font-weight: bold;
}

.interviewer span {
  letter-spacing: -4px;
  margin-right: .5em;
}

.comingsoon {
  font-size: 30px;
  font-weight: 300;
  padding: 4% 0 6%;
  text-align: center;
}

.photo {
  margin: 0 15% 2%;
  width: 70%;
}

/*----information------*/

.info-box {
  background: #1e3551;
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em;
  overflow: hidden;
  padding: 0;
}

.info-box .title {
  border: solid 1px #fff;
}

.info-main {
  padding: 4%;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  width: 98%;
}

.contents {
  float: left;
  text-align: left;
  width: 42%;
}

.contents h4 {
  font-weight: normal;
}

.contents li {
  margin-bottom: 3%;
}

.profile {
  float: right;
  text-align: left;
  width: 50%;
}

.info-box h3 {
  font-size: 26px;
  border-bottom: solid 2px #fff;
  margin-bottom: 2%;
}

.name {
  font-size: 20px;
  padding: 2% 0;
}

.footer-info {
  border-top: solid 2px #3e526a;
  padding-top: 3%;
}

.footer-info h2 {
  color: #fff;
}

.footer-info .amazon-btn a {
  background: #ae7f42;
}

.footer-info-main ul {
  line-height: 180%;
}

.footer-menu {
  background: #102640;
  font-size: 15px;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto 1%;
}

.footer-menu-list li {
  border-right: solid 1px #fff;
  display: inline;
  font-size: 110%;
  padding: 0 2%;
}

.footer-menu-list li:last-child {
  border: none;
}

.footer-menu-list li a {
  color: #fff;
}

small {
  display: block;
  font-size: 90%;
  padding-top: 20px;
  line-height: 160%;
  font-size: 12px;
}

.footer-text li {
  border-right: 1px solid #000;
  display: inline;
  font-size: 13px;
  padding: 0 30px;
}
.footer-text li:last-child,
.footer-menu-list li:last-child {
  border: none;
}

.footer-text a {
  color: #000;
}

/*----to-top------*/
#page-top {
  background-color: #fff;
  background-image: url("../images/to-top.png");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 70% auto;
  background-size: 70% auto; 
  bottom: 20px;
  border: solid 1px #1e3551;
  height: 40px;
  position: fixed;
  right: 20px;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#page-top:hover {
  opacity: .7;
}

@media screen and (max-width: 736px) {
  #review,
  #information {
    margin-top: -50px;
    padding-top: 50px;
  }
  
  #interview {
    margin-top: -50px;
    padding-top: 60px;
  }
  
  #social_box {
    margin: 0;
    padding: 4% 0 6%;
    width: 100%;
    text-align: center;
  }

  body {
    font-size: 13px;
  }
  
  .mean-container .mean-bar {
    position: fixed !important;
    top: 0;
    z-index: 10  !important;
  }
  
  #page-top {
    display: none !important;
  }
  
  header {
    margin-top: 50px;
  }
  
  .bookinfo-box img {
    margin-left: 4%;
  }

  .book-info-main {
    width: 64%;
  }

  .book-info-main h2 {
    font-size: 24px;
  }
  
  .book-info-main h2 span {
    font-size: 14px;
    line-height: 140%;
    margin-top: 2%;
  }

  .amazon-btn a {
    font-size: 16px;
    margin-bottom: 4%;
    width: 95%;
  }

  main {
    padding: 3%;
    width: 90%;
  }
  
  .title {
    font-size: 22px;
    font-weight: 400;
  }

  .photo {
    margin: 0 auto;
    width: 100%;
  }

  main h3 {
    font-size: 15px;
  }

  .sub-title {
    font-size: 15px;
  }

  .text {
    margin-bottom: 8%;
  }

  .info-main {
    width: 92%;
  }
  
  .contents {
    float: none;
    margin-bottom: 8%;
    width: 100%;
  }

  .profile {
    float: none;
    margin-bottom: 8%;
    width: 100%;
  }

  .footer-info {
    padding: 10% 0 6%;
  }

  .footer-text li {
    font-size: .6rem;
    padding: 0 2%;
  }

  .footer-menu {
    margin-top: 0;
    font-size: .8rem;
    padding: 10px 0;
  }

  small {
    font-size: 80%;
  }
}


